Skip to content

christian-million/practice-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practice Python

In order to practice my Python skills, I've decided to attempt all of the exercises on the Practice Python Website.

This is the master branch of the github repository, which just contains templates of all of the scripts and the prompt associated with each exercise.

The solutions branch contains my solutions to the exercises.

Goals

  • Successfully complete each exercise

  • Complete the "Extras" if any

  • Practice useful comments

  • Use only the libraries referenced in the prompts

Links

  1. Character Input 🌶️

  2. Odd Or Even 🌶️

  3. List Less Than Ten 🌶️ 🌶️

  4. Divisors 🌶️ 🌶️

  5. List Overlap 🌶️ 🌶️

  6. String Lists 🌶️ 🌶️

  7. List Comprehensions 🌶️ 🌶️

  8. Rock Paper Scissors 🌶️ 🌶️ 🌶️

  9. Guessing Game One 🌶️ 🌶️ 🌶️

  10. List Overlap Comprehensions 🌶️ 🌶️

  11. Check Primality Functions 🌶️ 🌶️ 🌶️

  12. List Ends 🌶️

  13. Fibonacci 🌶️ 🌶️

  14. List Remove Duplicates 🌶️ 🌶️

  15. Reverse Word Order 🌶️ 🌶️ 🌶️

  16. Password Generator 🌶️ 🌶️ 🌶️ 🌶️

  17. Decode A Web Page 🌶️ 🌶️ 🌶️ 🌶️

  18. Cows And Bulls 🌶️ 🌶️ 🌶️

  19. Decode A Web Page Two 🌶️ 🌶️ 🌶️ 🌶️

  20. Element Search 🌶️

  21. Write To A File 🌶️

  22. Read From File 🌶️

  23. File Overlap 🌶️ 🌶️

  24. Draw A Game Board 🌶️ 🌶️

  25. Guessing Game Two 🌶️ 🌶️ 🌶️

  26. Check Tic Tac Toe 🌶️ 🌶️

  27. Tic Tac Toe Draw 🌶️ 🌶️

  28. Max Of Three 🌶️

  29. Tic Tac Toe Game 🌶️ 🌶️ 🌶️

  30. Pick Word 🌶️ 🌶️

  31. Guess Letters 🌶️ 🌶️

  32. Hangman 🌶️ 🌶️

  33. Birthday Dictionaries 🌶️

  34. Birthday Json 🌶️ 🌶️

  35. Birthday Months 🌶️ 🌶️

  36. Birthday Plots 🌶️ 🌶️ 🌶️

About

A repository to store my solutions to the exercises found at https://www.practicepython.org/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages