top of page


For Loop, for range(), for what exactly?
Finally figured out Python’s for loop and range(). From counting to repetition, here’s how I techsplained my way to actually understanding what a for loop does.
Oct 292 min read
Â
Â
Â


While Looped in the Number Guessing Game
I’m refreshing my Python skills on Codedex. Here’s me techsplaining the while loop in the Number Guessing Game exercise.
Oct 283 min read
Â
Â
Â
bottom of page