Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 4.3 KB

README.md

File metadata and controls

22 lines (17 loc) · 4.3 KB

'30 Days of Python' Challenge

This repository stores my attempts at the '30 Days of Python' challenge. Incidentally, this is also the start of my exploration of VS Code's integration with Git/GitHub

Script/Notebook Explanations

Scripts (notes and exercises) start with a zero-padded number for the day with which they correspond. Further explanation can be found inside of each script.

Daily Topics

Day 1-10 Day 11-20 Day 21-30
01 - Arithmetic & Data Types 11 - Functions 21 - Classes and Objects
02 - Variables & Built-in Functions 12 - Modules 22 - Web Scraping
03 - Operators 13 - List Comprehension 23 - Virtual Environments
04 - Strings 14 - Higher Order Functions 24 - numpy Module & Statistics
05 - Lists 15 - Python Type Errors 25 - pandas Module
06 - Tuples 16 - datetime Module 26 - Python Web Development
07 - Sets 17 - Exception Handling & Packing/Unpacking 27 - Python with MongoDB
08 - Dictionaries 18 - Regular Expressions 28 - APIs
09 - Conditionals 19 - File Handling 29 - Building APIs
10 - Loops 20 - Python Package Manager (PIP) & Creating a Package 30 - Conclusions