This folder contains some exercises I solved using the Python 3 programming language.
- Basic Web server with Flask
- Sending requests with urllib3, requests, and grequests
- Web scraper with BeautifulSoup4 and Requests
- List CRUD CLI
- Exercise to find the first non-repeating character in a string
- Exercise to find 4 letter patterns in a matrix of characters
- Implementation of MergeSort and Quicksort