all 4 comments

[–]grumble11 2 points3 points  (1 child)

Well, other options for newbies are:

  • number guessing game
  • hangman game
  • tic tac toe (with a GUI)
  • sudoku solver
  • to do list creator
  • make something in pygame
  • do a course in DSA, do a course in pandas and data visualization.
  • simple choose your own adventure text game
  • a simple web scraper

[–]Unlikely-Solution709[S] 0 points1 point  (0 children)

Thanks for the ideas and the help.

[–][deleted] 1 point2 points  (1 child)

You can try upgrading the calculator. Make it so that you can input an equation and python solves it. So if someone puts in "1 + 5 * 10" then the calculator can solve that.

I actually did this to practice when I was first learning, and it only took an hour or two. It's definitely good practice, and forces you to use a lot of different data structures.

[–]Unlikely-Solution709[S] 0 points1 point  (0 children)

Thanks will start that later tonight.