The introduction to programming workshop, hosted by Albert and Jayden for UTS Programmer's Society in 2020. For those looking for more info, I've attached links, documents and the presentation + code from the workshop here!!! Feel free to distribute or message with questions.
- Python overview
- Handling exceptions, when your code finds (un)expected edge cases
- Advanced loop design Computer Science deep dive into loop design logic
- Download link for VirtualEnvWrapper a tool for managing virtual Python instances in Windows (great for messing around or assingments)
- 12 Factor Security Design Methods methodology on safe program design
- HackerRank for practice and examples galore, interview prep kit
- Automate the boring projects
- Your first Python program an in depth dive with technical examples
- Building games with Python and PyGame
- 5 Starter Projects for Python beginners