Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/savanarohit/python
This GitHub repository is your go-to resource for mastering Python programming. It features practical tutorials, example scripts, and best practices for everything from basic syntax to advanced topics.
https://github.com/savanarohit/python
coding coding-challenge python3
Last synced: 6 days ago
JSON representation
This GitHub repository is your go-to resource for mastering Python programming. It features practical tutorials, example scripts, and best practices for everything from basic syntax to advanced topics.
- Host: GitHub
- URL: https://github.com/savanarohit/python
- Owner: savanarohit
- License: mit
- Created: 2023-07-07T02:25:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-23T02:49:34.000Z (over 1 year ago)
- Last Synced: 2024-11-07T17:49:13.352Z (about 2 months ago)
- Topics: coding, coding-challenge, python3
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Python Beginner Course
You'll learn the programming fundamentals, including variables, data types, loops, conditionals, and functions, all through hands-on exercises and engaging tasks.### Course Index
1. [Introduction](https://github.com/savanarohit/Python/tree/main/1_Introduction)
2. [Data Types](https://github.com/savanarohit/Python/tree/main/2_Data_Types)
3. [Data Types Project](https://github.com/savanarohit/Python/tree/main/3_Data_Types_Project)
4. [Statements](https://github.com/savanarohit/Python/tree/main/4_Statements)
5. [Statements Project](https://github.com/savanarohit/Python/tree/main/5_Statements_Project)
6. [Functions](https://github.com/savanarohit/Python/tree/main/6_Functions)
7. [Functions Project](https://github.com/savanarohit/Python/tree/main/7_Functions_Project)