Welcome! Download my Python Developer Playbook below!
Installations.
How computers work.
Command line basics.
Variables in Python & how they work in computer memory.
Integers, strings, booleans, floats.
Datatypes continued.
Functions & Methods in Python.
Control flow in Python. Solution code attached. For the tax calculator solution, let's wait until project 5 where we actually expand the project.
Lists & dictionaries.
For & while loops.
Solution code attached.
Solution code attached.
First quality all programmers need.
Code attached.
Code attached.
Error handling & try/except blocks in Python. More advanced reading attached.
Second key quality all programmers need.
Complete the problems that are attached.
How to use Python modules & libraries and stand in the shoulders of giants by using other people's code.
Code attached + an optional more complex version.
Code attached.
Code attached.
Code attached.
Third key quality that all programmers need.
How you can go out into the world and bring your ideas to life.