Skip to content

Commit

Permalink
Introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
Asabeneh committed Jul 10, 2020
1 parent 5f95072 commit 37e574e
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,39 @@

# 30 Days Of Python
🐍
| # Day | Topics
| :---: | :-------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------: |
| 01 | [Introduction](./readme.md) |
| 02 | [Variables, Built-in Functions](./02_Day_Variables_builtin_functions/02_variables_builtin_functions.md) |
| 03 | [Operators](./03_Day_Operators/03_operators.md) |
| 04 | [Strings](./04_Day_Strings/04_strings.md)|
| 05 | [Lists](./05_Day_Lists/05_lists.md) |
| 06 | [Tuples](./06_Day_Tuples/06_tuples.md) |
| 07 | [Sets](./07_Day_Sets/07_sets.md) |
| 08 | [Dictionaries](./08_Day_Dictionaries/08_dictionaries.md) |
| 09 | [Conditionals](./09_Day_Conditionals/09_conditionals.md) |
| 10 | [Loops](./10_Day_Loops/10_loops.md) |
| 11 | [Functions](./11_Day_Functions/11_functions.md) |
| 12 | [Modules](./12_Day_Modules/12_modules.md) |
| 13 | [List Comprehension](../13_Day_List_comprehension/13_list_comprehension.md)|
| 14 | [Higher Order Functions](./14_Day_Higher_order_functions/14_higher_order_functions.md)|
| 15 | [Python Type Errors](./15_Day_Python_type_errors/15_python_type_errors.md) |
| 16 | [Python Date time](./16_Day_Python_date_time/16_python_datetime.md) |
| 17 | [Exception Handling](./17_Day_Exception_handling/17_exception_handling.md)|
| 18 | [Regular Expressions](./18_Day_Regular_expressions/18_regular_expressions.md)|
| 19 | [File Handling](./19_Day_File_handling/19_file_handling.md) |
| 20 | [Python Package Manager](./20_Day_Python_package_manager/20_python_package_manager.md) |
| 21 | [Classes and Objects](./21_Day_Classes_and_objects/21_classes_and_objects.md) |
| 22 | [Web Scraping](./22_Day_Web_scraping/22_web_scraping.md) |
| 23 | [Virtual Environment](./23_Day_Virtual_environment/23_virtual_environment.md)|
| 24 | [Statistics](./24_Day_Statistics/24_statistics.md) |
| 25 | [Pandas](./25_Day_Pandas/25_pandas.md) |
| 26 | [Python web](./26_Day_Python_web/26_python_web.md) |
| 27 | [Python with MongoDB](./27_Day_Python_with_mongodb/27_python_with_mongodb.md) |
| 28 | [API](./28_Day_API/28_API.md) |
| 29 | [Building API](./29_Day_Building_API/29_building_API.m) |
| 30 | [Conclusions](../30_Day_Conclusions/30_conclusions.md) |

🧡🧡🧡 HAPPY CODING 🧡🧡🧡
<div align="center">

<h1> 30 Days Of Python: Day 1 - Introduction</h1>
Expand All @@ -23,10 +58,13 @@

</div>



[Day 2 >>](./02_Day_Variables_builtin_functions/02_variables_builtin_functions.md)

![30DaysOfPython](./images/[email protected])

- [30 Days Of Python](#30-days-of-python)
- [📘 Day 1](#-day-1)
- [Welcome](#welcome)
- [Introduction](#introduction)
Expand Down

0 comments on commit 37e574e

Please sign in to comment.