https://github.com/neerazz/first-python-project
This project is intended to cover most of the python basics concepts with example.
https://github.com/neerazz/first-python-project
python3
Last synced: 4 months ago
JSON representation
This project is intended to cover most of the python basics concepts with example.
- Host: GitHub
- URL: https://github.com/neerazz/first-python-project
- Owner: neerazz
- Created: 2021-11-12T17:07:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T20:31:32.000Z (about 4 years ago)
- Last Synced: 2025-01-16T17:26:37.756Z (12 months ago)
- Topics: python3
- Language: Python
- Homepage:
- Size: 277 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## This project is intended to cover most of the python basics concepts with example.
### These examples are inspired from below:
- [Udemy Course Notes](https://github.com/Pierian-Data/Complete-Python-3-Bootcamp)
- [Guru99](https://www.guru99.com/python-tutorials.html)