A series of python projects that I did to stay sharp. Feel free to give them a try! My solutions probably aren't the best because I'm still learning so feel free to share your creations in discussions
- Day 1: Implement a spell checker using a dictionary and Levenshtein distance. View
- Day 2: Develop a command line tool for converting csv files to json files View
- Day 3: Build a program that calculates the distance between two locations using their latitude and longitude coordinates. View
- Day 4: Make a program for scraping reddit posts without using the reddit api View
- Day 5: Make a text editing program with the ability to open and close files View
- Day 6: Generate a maze using a maze generating algorithm, then display the maze and let the user solve it View
- Day 7: Take a string input and return that string in morse code View
- Day 8: Implement Day 2 as an api View
- Day 9: Make a discord bot for downloading all the messages from a discord channelView
- Day 10: Create a simple weather applicationView