Summary
Well done for getting this far! We’ve covered a lot in this course:
- How to set up a Python notebook with JupyterLab
- Using the
print()
function - Basic data types (integers, floats, strings, boolean)
- Data structures: lists and dictionaries
- Conditional branching using
if
statements - Looping with
for
andwhile
You’re not expected to have committed all of this to memory already, learning any programming language takes more than three hours. It is only by continuing to use Python and practice that you will become confident. These notes will remain online so feel free to refer back to them at any time.
If you want to continue learning python, you might want to look at the Intro to Python2 course which covers more advanced data structures, functions, and working with files.