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

https://github.com/harshal0902/30-days-of-python

30 days of Python programming challenge.
https://github.com/harshal0902/30-days-of-python

30daysofpython python3

Last synced: 7 months ago
JSON representation

30 days of Python programming challenge.

Awesome Lists containing this project

README

          

# 30 Days Of Python

| Day | Topics |
|-----------|:-------------------------------------------------------------------------------------------------------------: |
| 01 | [Introduction](./01_Day_Introduction/helloworld.py) |
| 02 | [Variables](./02_Day_Variables_Builtin_Functions/variables.py) |
| 03 | [Operators](./03_Day_Operators/Operators.py) |
| 04 | [Strings](./04_Day_Strings/Strings.py) |
| 05 | [Lists](./05_Day_Lists/Lists.py) |
| 06 | [Tuples](./06_Day_Tuples/Tuples.py) |
| 07 | [Sets](./07_Day_Sets/Sets.py) |
| 08 | [Dictionaries](./08_Day_Dictionaries/Dictionaries.py) |
| 09 | [Conditionals](./09_Day_Conditionals/Conditionals.py) |
| 10 | [Loops](./10_Day_Loops/Loops.py) |
| 11 | [Functions](./11_Day_Functions/Functions.py) |
| 12 | [Modules](./12_Day_Modules/Modules.py) |
| 13 | [List Comprehension](./13_Day_List_comprehension) |
| 14 | [Higher Order Functions](./14_Day_Higher_order_functions) |
| 15 | [Python Type Errors](./15_Day_Python_type_errors) |
| 16 | [Python Date Time](./16_Day_Python_date_time) |
| 17 | [Exception Handling](./17_Day_Exception_handling) |
| 18 | [Regular Expression](./18_Day_Regular_expressions) |
| 19 | [Day File Handling](./19_Day_File_handling) |
| 20 | [Python Package Manager](./20_Day_Python_package_manager) |
| 21 | [Functions](./21_Day_Classes_and_objects) |
| 22 | [Modules](./22_Day_Web_scraping) |
| 23 | [List Comprehension](./23_Day_Virtual_environment) |
| 24 | [Higher Order Functions](./24_Day_Statistics) |
| 25 | [Python Type Errors](./25_Day_Pandas) |
| 26 | [Python Date Time](./26_Day_Python_web) |
| 27 | [Exception Handling](./27_Day_Python_with_mongodb) |
| 28 | [Regular Expression](./28_Day_API) |
| 29 | [Day File Handling](./29_Day_Building_API) |
| 30 | [Python Package Manager](./30_Day_Conclusions) |