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

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.

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)