This is a concise Python 3 programming tutorial for people who think that reading is boring. I try to show everything with simple code examples; there are no long and complicated explanations with fancy words. If you have never programmed before click here to find out what programming is like and get started.
This tutorial is aimed at people with no programming experience at all or very little programming experience. If you have programmed a lot in the past using some other language you may want to read the official tutorial instead.
You can use Python 3.11 or any newer Python with this tutorial. Don't use Python 2 because it's no longer supported.
No | Day | Topics |
---|---|---|
1 | Day 01 | Python Introduction |
2 | Day 02 | Variables & Data Types |
3 | Day 03 | |
4 | Day 04 | |
5 | Day 05 | |
6 | Day 06 | |
7 | Day 07 | |
8 | Day 08 | |
9 | Day 09 | |
10 | Day 10 |
Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.