PEP8 & Secure Coding
In the first week, you were introduced to state. In the second week, you were introduced to iteration, one of the more difficult programming constructs to grasp. In the third week, we discussed another programming construct: selection. In week four, we reinforced these topics while incorporating file handling. In week five, we used functions to produce organised, maintainable solutions. In week seven, we started to look at creating programs that use graphics. Last week, we built on our week seven study and built a retro snake game with a GUI and various features.
This week, we will use PEP8 to fix the program that we created in week 2, ensuring it conforms to its Style Guide for Python Code. Additionally, we will look at some techniques to make our programs more secure.