Skip to content

emrikrellmar/30DaysOfPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

30 Days of Python Challenge by Asabeneh

This is a challenge created by Asabeneh to learn Python in 30 days using the repository 30-Days-Of-Python. Asabeneh goes through everything from the basics, such as environment setup, variables, and data types, to more advanced topics like web scraping, APIs, and data analysis. Every day focuses on a new concept, function, or module, and also includes practical exercises for you to strengthen your understanding. Wich i document in this repository.

Structure

The challenge is divided into 30 days:

Days 1–10: Python basics: syntax, variables, strings, lists, tuples, sets, and dictionaries.

Days 11–20: Functions, higher-order functions, modules, exceptions, file handling, and regular expressions.

Days 21–30: Advanced topics: classes and objects, web scraping, working with APIs, data analysis with pandas, and building small projects.

My Goal

The purpose of this repository is to document my learning journey through the challenge. I will be uploading my solutions and notes for each day as I progress, to track my growth and share what I’ve learned.

Repository Contents

Each folder corresponds to a specific day in the challenge:

Day_01 - Introduction

Day_02 - Variables, Built-in Functions

Day_03 - Operators

...

Resources

Original Repository by Asabeneh: https://github.com/Asabeneh/30-Days-Of-Python

Python Documentation: https://docs.python.org/3/

W3Schools Python Tutorial: https://www.w3schools.com/python/

About

This is my 30 days of python challenge from the basics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages