Python Basics
Learn all about coding in Python.
We have broken this course into micro courses 1-2.
NOTE: This course is split into 2 Micro Courses
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