Solutions to the python challange in 30 days repo created by Asabeneh Yetayeh
Some requirements are needed to start this repo and run the code.
- Python
- Some python modules (pip install module name) can be downloaded and used.
- Git
Some days of the project provide information about exercise;
The day name is indicated in the flask main clause. Link for live demonstration.
Day 28: Day 28
On day 28 there is no exercise. You are asked to do research
The day name is indicated in the flask main clause.
On day 30 there is no exercise.
Day Number | Topics |
---|---|
01 | Introduction |
02 | Variables, Builtin Functions |
03 | Operators |
04 | Strings |
05 | Lists |
06 | Tuples |
07 | Sets |
08 | Dictionaries |
09 | Conditionals |
10 | Loops |
11 | Functions |
12 | Modules |
13 | List Comprehension |
14 | Higher Order Functions |
15 | Python Type Errors |
16 | Python Date Time |
17 | Exception Handling |
18 | Regular Expressions |
19 | File Handling |
20 | Python Package Manager |
21 | Classes and Objects |
22 | Web Scraping |
24 | Statistics |
25 | Pandas |
26 | Python for Web |
27 | Python with MongoDB |
28 | API |
29 | Building API |