Python for Everyone - Part III
This series is helping complete Python beginners gain power.
In Part I we walked through why Py is a great primary language to learn. We explored the history of Python’s development and worked through a high-level example of building a script. In Part II we began working with concepts such as error handling and optimization.
Today we’re learning how to gi…