Source code from Code For Tomorrow's Python course
Source code is organized under 4 categories:
1_beginner
2_intermediate
3_advanced
games
Under each of the 4 packages, source code is further divided by chapter.
chapter1
Intro to Pythonchapter2
Datachapter3
Operatorschapter4
Conditionalschapter5
Loopschapter6
Listschapter7
String Manipulation
chapter8
Librarieschapter9
Dictionarieschapter10
2D Listschapter11
Functionschapter12
Classeschapter13
Special Methods
chapter14
Unique Python Featureschapter15
Asymptotic Analysischapter16
Selection Sortchapter17
Tuples & Setschapter18
Recursionchapter19
Exception Handlingchapter20
File I/O
chapter1
Console Gameschapter2
Pygame Basicschapter3
Pygame Eventschapter4
OOP + Pygamechapter5
Pygame Sounds
Under each chapter, source code is further divided by category:
examples
- example code to demo certain programming conceptspractice
- practice exercise templates for students to write codesolutions
- solutions to practice exercises
The practice template file has the same name as the corresponding solution file.