Welcome to my repo. It contains week-by-week content covering python fundamentals.
The repo is divided into weeks, with each week focusing on a different set of concepts
- Week 1; Basics of python
- Week 2; Intermediate concepts
- Week 3; Working with external data
- Variables
- Python expressions
- Functions
- Conditional statements
- Input handling
- While loops
- For loops
- String methods & File Handling
- Collections ; Lists, Tuples, Dictionaries, Sets
- Regex functions ; Pattern handling using the re module
- Web scraping ; Extracting data from websites using requests & BeautifulSoup
- API's ; Fetiching data from external servers