1 |
Chapters |
text |
2 |
Before getting started... |
text |
3 |
1: Create a Custom Calculator |
text |
4 |
2: What is a Computer Language? |
text |
5 |
3: Quiz Games and If Statements |
text |
6 |
4: Guessing Games with Random Numbers and Loops |
text |
7 |
5: Introduction to Graphics |
text |
8 |
6: Back to Looping |
text |
9 |
7: Introduction to Lists |
text |
10 |
8: Introduction to Animation |
text |
11 |
9: Functions |
text |
12 |
10: Controllers and Graphics |
text |
13 |
11: Bitmapped Graphics and Sound |
text |
14 |
12: Introduction to Cla***es |
text |
15 |
13: Introduction to Sprites |
text |
16 |
14: Libraries and Modules |
text |
17 |
15: Searching |
text |
18 |
16: Array-Backed Grids |
text |
19 |
17: Sorting |
text |
20 |
18: Exceptions |
text |
21 |
19: Recursion |
text |
22 |
20: Formatting |
text |
23 |
Examples |
text |
24 |
Index of examples |
text |
25 |
Text Examples |
text |
26 |
calculate_miles_per_gallon.py |
text |
27 |
calculate_kinetic_energy.py |
text |
28 |
if_statement_examples.py |
text |
29 |
for_loop_examples.py |
text |
30 |
while_loop_examples.py |
text |
31 |
simple_encryption.py |
text |
32 |
simple_decryption.py |
text |
33 |
searching_example.py |
text |
34 |
property_check_examples.py |
text |
35 |
mudball.py |
text |
36 |
number_guessing_game.py |
text |
37 |
Graphics Examples |
text |
38 |
pygame_base_template.py |
text |
39 |
simple_graphics_demo.py |
text |
40 |
text_rotate.py |
text |
41 |
draw_module_example.py |
text |
42 |
bouncing_rectangle.py |
text |
43 |
bouncing_balls.py |
text |
44 |
animating_snow.py |
text |
45 |
functions_and_graphics.py |
text |
46 |
move_mouse.py |
text |
47 |
move_keyboard.py |
text |
48 |
move_game_controller.py |
text |
49 |
joystick_calls.py |
text |
50 |
bitmapped_graphics.py |
text |