Python Basics
Learn all about coding in Python
What will we learn in this chapter?
FREE PREVIEWEXERCISE: Print in Python
FREE PREVIEWNavigation error - please take note
Drawing Shapes with Python
FREE PREVIEWTASK: code your message
QUIZ: intro to python
What will you learn in this chapter?
Exercise: Variables
Data types
Exercise: Lists in Python
TASK: save Jozi Cats
QUIZ: data types and variables
What will you learn in this chapter?
Arithmetic Operators
Comparison and Logical Operators
QUIZ: Operators
What will you learn in this chapter
Exercise: For Loops
Exercise: While Loops.
QUIZ: Loops
What will you learn in this chapter?
EXERCISE: If statements
If statements explained
EXERCISE: Else statements
Elif and Else statements explained
EXERCISE: putting it all together
QUIZ: Conditions