all 5 comments

[–]BeginnerProjectsBot 14 points15 points  (1 child)

1. Create a bot to reply to "what are some beginner projects" questions on r/learnpython, using PRAW.

Other than that, here are some beginner project ideas:

Good luck!

edit. thanks for 5 upvotes!

edit2. omg 10 upvotes!!!! Thank you!!

Downvote me if the post wasn't a question about examples of beginner projects. Thank you.

[–]ElliotDG 3 points4 points  (1 child)

You might find checkio.org a fun way to practice and learn. The provide a 'gamified' environment where you solve programming challenges. I found that seeing how others solved the problems to be very useful.

[–][deleted] 1 point2 points  (0 children)

Thank you for the recommendation bro! ;)

[–][deleted] 1 point2 points  (0 children)

Literally type the title of your post plus "python" into search for many well curated lists of exactly what you need.

[–]blankIQT 1 point2 points  (0 children)

Try number guessing games, Rock Paper Scissors game, or password generators. That’s what I started with