1Chapter 1- STARTING WITH PYTHON
25Exercise
2Setting up
26INPUT AND WHILE LOOPS
3Python on different operating systems
27How Input works
4Installing Python on Android
28Exercise
5VARIABLES AND SIMPLE DATA TYPES
29Introduction While Loops
6Variables
30Exercise
7Strings
31FUNCTIONS
8Numbers
32Definition
9Chapter 3- INTRODUCING LISTS
33Exercise
10What is a list
34Classes
11Organizing a list
35How to create and use classes
12Changing, adding, and removing elements
36Creation of a class
13Exercise
37Exercise
14Chapter 4- WORKING WITH LISTS
38FILES AND EXCEPTIONS
15Looping
39Reading
16Tuples
40Exercise
17Making numerical lists
41Exception - how to use it
18IF STATEMENT
42Exercise
19Conditional tests
43TESTING YOUR CODE
20If statements
44Unit tests
21Using IF with lists
45Integration tests
22Exercise
46MAKE THE FIRST PROJECT
23DICTIONARIES
47REFERENCES
24Working with dictionary