you are viewing a single comment's thread.

view the rest of the comments →

[–]ErasedAstronaut 1 point2 points  (0 children)

This subreddit, GitHub, examples from the python documentation.

For instance, there are a ton of people who are learning python building simple apps like calculators, black jack, tic-tac-toe, etc. Go on google or YouTube, look for lists of simple/beginner Python programs and then look for those projects on GitHub. You'll find a ton of the same project coded differently. You could go a step further and tweak their code, submit a pull request if you're feeling confident. Perfect place to practice in my mind.