Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hegdepavankumar/python-zero-to-hero

πŸ“šThis course is gonna give you a big,solid and robust base of knowledge on Python Language. It will take you from zero to hero in coding with Python and that's in simple easy way like you are eating a piece of cake.
https://github.com/hegdepavankumar/python-zero-to-hero

basic-programming coding-challenge learning-by-doing oops-in-python programming python3 zerotohero

Last synced: about 2 months ago
JSON representation

πŸ“šThis course is gonna give you a big,solid and robust base of knowledge on Python Language. It will take you from zero to hero in coding with Python and that's in simple easy way like you are eating a piece of cake.

Awesome Lists containing this project

README

        

# python-zero-to-hero

![GitHub](https://img.shields.io/github/license/hegdepavankumar/python-zero-to-hero?style=flat)
![GitHub top language](https://img.shields.io/github/languages/top/hegdepavankumar/python-zero-to-hero?style=flat)
![GitHub last commit](https://img.shields.io/github/last-commit/hegdepavankumar/python-zero-to-hero?style=flat)
![ViewCount](https://views.whatilearened.today/views/github/hegdepavankumar/python-zero-to-hero.svg?cache=remove)

![maxresdefault](https://user-images.githubusercontent.com/85627085/232237297-a6e64130-4e8a-47b5-8a5e-b8828a1ac250.jpg)

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](https://docs.python.org/3/tutorial/) instead.

You can use [Python 3.11](https://www.python.org/downloads/) 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 ](https://github.com/hegdepavankumar/python-zero-to-hero/tree/master/Day_01_Python_Introduction)
| 2 | Day 02 | [ Variables & Data Types ](https://github.com/hegdepavankumar/python-zero-to-hero/tree/master/Day_02_Variables_%26_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.