Introduction to the Python programming language
1. Welcome to Python!
1.1. What is Python?
- an open-source language
- high level, object oriented, extensible and comes with a large number of libraries ("Python comes with batteries included!")
- interpreted (compiled to byte code, then run)