The Core Objects of Python
Python has a lot of objects, but all of them are made from a few fundamental types. If you understand those, you’ll understand Python.
In the previous article, we set ourselves up to write python, but we didn’t do anything with it besides print “Hello, World!”. In this article, we’re going to talk about how to actually do things in python. We’re also going to work with the python interpreter.