Skip to content

Declipsonator/days-of-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Days Of Python

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

Projects

  • 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

About

A collection of things I wrote to keep my knowledge sharp (:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages