-
Python
How to Round a Number in Python: Truncation, Arithmetic, and More
Remember learning to round in grade school? Me too! The only problem is I don’t use the idea very often.…
Read More » -
WordPress
Automating the Change of WordPress Permalinks
WordPress is powering 35% of website. And while it may not be seen as very complex or interesting, it is…
Read More » -
Python
How to Create a List in Python: Loops, Comprehensions, and More
If you’re working with Python for the first time, you might be interested in learning how to store data. For…
Read More » -
Python
How to Compute Absolute Value in Python: Control Flow, Abs(), and More
As Python is increasingly used for computation, it becomes more important for math related resources to be made available. To…
Read More » -
Python
How to Obfuscate Code in Python: A Thought Experiment
As with most articles in this series, I was doing some browsing on Google, and I found that some folks…
Read More » -
Python
How to Increment a Number in Python: Operators, Functions, and More
Every once in awhile, I like to revisit Python fundamentals to see if I can learn anything new about the…
Read More » -
Python
How to Brute Force Sort a List in Python: Bubble, Insertion, and Selection
Earlier in this series, I wrote a couple of articles on how to sort different types of lists in Python.…
Read More » -
Python
Image Titler 1.5.2 Supports Logo Insertion
During the first weekend of the semester, I got inspired to do some Python development. Out of the inspiration came…
Read More » -
WordPress
How to Clean up WordPress Tags
To kick off the new year, I decided to do some website maintenance. In particular, I finally decided to tackle…
Read More »