Python for Everyone - Part II
This is Part II of the Python for Everyone series. By the end of this adventure you will be a novice Py programmer with a good understanding of:
data types
variables
control flow
how to stitch these together into a useful program
In Part I we walked through why Py is a great primary language to learn. We explored the history of Python’s development and worke…