As I close in on two years of teaching amidst the Coronavirus pandemic, I figured I'd share a list of ways of getting feedback.
Archives: Blog
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. As a result, I don't always remember how to round a number in programming contexts like...
If the site stays the same for too long, I begin to hate it. Naturally, I decided to experiment a bit with the site layout again. Check it out!
How to Create a List in Python: Loops, Comprehensions, and More
As this series grows, I find myself digging back into the basics. Today, we'll look at a few ways to create a list in Python.
How to Compute Absolute Value in Python: Control Flow, Abs(), and More
Today, I'm sharing a few ways to compute absolute value in Python. If you thought the standard library was the only way to get it done, buckle up!
Are you worried that people might reverse engineer your script? One way to combat that issue is to obfuscate your code. Luckily, it's not too hard to d
