[go: up one dir, main page]

Skip to content

lesheidrich/pyprojects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 

Repository files navigation

pyprojects

A collection of Python practice projects categorized by difficulty. Files are appended with side notes of what I learned, or found useful for my development.

BEGINNER PROJECTS:

  • Leap Year App ==> calculation app utilizing logic, functions, and proper use of looping for UI
  • Rock Paper Scissors Lizard Spock ==> use of logical operators in if-else functions, made for future tkinter project... and because I wanted to :)
  • Caesarian_Cipher ==> auto modding function for multiple purposes through parameters and recycled arguments, continued array looping with modulus
  • Hangman Procedural Prog ==> good overview of procedural programming, utilizing functions, parameters and args
  • Number Guessing Game ==> procedural programming for further function practice, utilizing global vs local variables

About

Python practice projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published