You are welcome to contribute to this repo. See the CONTRIBUTING.md for more info
A collection of super beginner friendly tutorials and challenges to teach the python programming language. Each file contains:
- A tutorial explaining a concept in python
- A challenge or set of challenges to complete
Tutorial | Link |
---|---|
Getting started | |
Your first python program | hello-world.py |
Variables | |
How using variables work | creating-variables.py |
Functions | |
How to declare and call functions | using-functions.py |