Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 2.35 KB

README.md

File metadata and controls

52 lines (32 loc) · 2.35 KB

python-zero-to-hero

GitHub GitHub top language GitHub last commit ViewCount

maxresdefault

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.

List of Contents


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

Contributing

Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.