Skip to content

jaquelinegondim/Basic-Exercises-in-Python

Repository files navigation

Basic Exercises in Python

Understanding basic algorithms by solving exercises in Python.

The course Introduction to Algorithms offered by Brazilian teacher Gustavo Guanabara has a list with 100 exercises to practice conditional statements, loops, functions, and other basic structures. Besides that, at the end of each class, there are assignments to be solved as well. My answers for the list are here, and I am currently working on the assignments.

In addition, the website Pratice Python offers 36 problems to teach the basic syntax of the Python language.

The following list shows which exercises I already solved:

  • 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 I
  • 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 II
  • 20. Element Search
  • 21. Write To A File
  • 22. Read From File
  • 23. File Overlap
  • 24. Draw A Game Board
  • 25. Guessing Game II
  • 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

Understanding basic algorithms by solving exercises in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages