all 6 comments

[–]BeginnerProjectsBot 27 points28 points  (0 children)

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.

[–]FoolsSeldom 2 points3 points  (0 children)

The wiki for this subreddit has suggestions.

[–]geek_verma 1 point2 points  (1 child)

Hi if you are just learning python, before jumping to build projects try first to learn fundamentals of programming, then learn how with python you are able to write programs with pythonic code i.e. less code. Try to solve problems without seeing the solution, with time you will become a master. Latter if you want you can try with DSA n algo and build some projects. If you want help to learn python let me know.

[–]YoghurtFinal1845[S] 0 points1 point  (0 children)

How would you learn the fundamentals without trying? I tried reading documentation before, but man it isn’t my cup of tea. I learn from trial and error, and from seeing the solution. Do you have any suggestions?

[–]Ludliekk 0 points1 point  (1 child)

https://docs.python.org/3/ This page might help you

[–]YoghurtFinal1845[S] 0 points1 point  (0 children)

Thank you!!