Other tutorials
- Tutorial of the official documentation at docs.python.org
- Interactive Python tutorial at w3schools.com
- DigitalOcean’s How To Code in Python 3 tutorial series
- Beginner's Guide at wiki.python.org
- Video Courses at realpython.com
Online Python Interpreter
For a very simple start you can evaluate your first python code online at online-python.com.
Feel free to use such tools for your first steps to get familiar with the python language.
This repository focuses on some more advanced examples, which require additional dependencies.