Python Guides

python
Visual guides to Python programming
Author
Published

15 October 2024

Update 28 October 2024 1pm: Based on the feedback I got from you in the Week 04 Lecture, instead of visual guides, you will probably value more a β€œcookbook/cheatsheet” guide with things like β€œHow do I fix this particular error?” or β€œHow do I write a function for the first time?”. I’ve switched gears and will work on that for the next few days. None of these guides and cheatsheets were planned; I decided to write them after the Term had started, so I’m struggling to find the time to update them. I’m sorry for the delay, but I’ll do my best to make it useful for you.

Primitive Data Types

Refer to this guide for a deeper understanding of how Python (and programming in general) deals with data types and how data is stored in memory.

Either click on the slide area below or click here to view it in fullscreen. Use your keypad to navigate the slides.

List & Dictionaries