top of page

02.26.2018: One Lesson of Python

Today's soundtrack is Arcturus: Arcturian.

The Randomizer told me to work on coding today, so I'm on to the next chapter of Coding Projects in Python, "Password Picker." In this chapter, I'll be learning how to make a secure password generator in Python by using Python's "random" module.

The lesson was a fun one; it was functional, and I used Stack Overflow to tweak the code a bit, allowing the code to repeat if users requested, regardless of which case they typed in, by using "response.lower()".


bottom of page