https://github.com/johndev19/introduction-to-python
This repository is dedicated to tracking my progress and sharing the code I write as I learn and improve my Python skills.
https://github.com/johndev19/introduction-to-python
python
Last synced: about 1 year ago
JSON representation
This repository is dedicated to tracking my progress and sharing the code I write as I learn and improve my Python skills.
- Host: GitHub
- URL: https://github.com/johndev19/introduction-to-python
- Owner: JohnDev19
- License: mit
- Created: 2024-07-17T12:48:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-02T09:37:56.000Z (over 1 year ago)
- Last Synced: 2025-03-25T07:14:55.220Z (about 1 year ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to Python
This repository is dedicated to tracking my progress and sharing the code I write as I learn and improve my Python skills.
## Goals
- Improve my Python programming skills
- Learn new libraries and frameworks
- Share my progress and help others learn
## Daily Logs
Each day, I will log my progress, including what I worked on, any challenges I faced, and what I learned.
- Start: July 17, 2024
> Day 1
[Hello World and Basic Syntax](https://github.com/JohnDev19/100-days-of-Python/tree/main/Day%201)
> Day 2 [Strings](https://github.com/JohnDev19/100-days-of-Python/tree/main/Day%202)
> Day 3 [Variables and Data Types](https://github.com/JohnDev19/100-days-of-Python/tree/main/Day%203)
> Day 4 [Lists](https://github.com/JohnDev19/100-days-of-Python/tree/main/Day%204)
> Day 5 [Tuples](https://github.com/JohnDev19/100-days-of-Python/tree/main/Day%205)
> Day 6 [Sets](https://github.com/JohnDev19/100-days-of-Python/tree/main/Day%206)
> Day 7 [Dictionaries](https://github.com/JohnDev19/100-days-of-Python/tree/main/Day%207)