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
Tag: Control Flow
One of my favorite new teaching techniques is peer instruction, and today I want to share some of that excitement with you!
As someone who covers a lot of beginner concepts, I've always sort of avoided one of the trickier concepts: recursion. Well, today I decided to take a stab at it.
Recently, one of my students just introduced me to i=i++. Care to guess how it works? It's probably not what you think.
Recently, I found out that the "else if" keyword doesn't exist. To put it bluntly, you're going to want to read this one.
When Hello World isn't interesting enough, it's time for a new series. To kick off that series, we're covering Reverse a String in Python.
