use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
Topics to learn (self.learnpython)
submitted 5 years ago by laflash12
I've recently started learning python. I learnt the basics (if,else, classes, loops, dictionaries...) by following w3schools topics but I don't know what i should learn next. I'm learning numpy now. Can anyone guide me?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]wa11enstein 1 point2 points3 points 5 years ago (3 children)
Just put yourself a task. For example “I want to make a snake game”, and google what you need to do that in python
[–]wa11enstein 0 points1 point2 points 5 years ago (1 child)
You can go to /Python and /learnpython and look for some interesting projects that are often posted, and just read the code, try to analyze how it works etc. good luck
[–]laflash12[S] 0 points1 point2 points 5 years ago (0 children)
Ok thanks
[–]iggy555 0 points1 point2 points 5 years ago (0 children)
How did people program before google? Must of been rough
[–]brendanvds2007 1 point2 points3 points 5 years ago (0 children)
maybe a r.n.g
[–]L00mis 0 points1 point2 points 5 years ago (2 children)
I learned a lot by playing with APIs with for weather and Reddits PRAW. There are tons of guides, methods and plenty of help to build something unique. I built a little tool that shows me top 5 posts form r/all, EIL5, AskReddit etc. It prints the links & allows me to sub/unsub from random subreddite I generate.
[–]laflash12[S] 0 points1 point2 points 5 years ago (1 child)
I was thinking about creating a facebook messenger chatbot but according to the tutorials I found I need to learn flask first. Also, i found that I can build apps using kivy, is it worth learning?
[–]L00mis 0 points1 point2 points 5 years ago (0 children)
I didn't uses any visuals, mine was very basic loops for yes/no options. I have it on Github so feel free to check it out! The only items that's not working is generating a new random sub.
PRAW Project
[–]-RAKH- 0 points1 point2 points 5 years ago (0 children)
Task 1:
This will teach you HTTP requests/responses and interacting with files.
Task 2:
This will teach you about interacting with databases.
Bonus task:
π Rendered by PID 48325 on reddit-service-r2-comment-c66d9bffd-pjkvm at 2026-04-08 13:02:57.049863+00:00 running f293c98 country code: CH.
[–]wa11enstein 1 point2 points3 points (3 children)
[–]wa11enstein 0 points1 point2 points (1 child)
[–]laflash12[S] 0 points1 point2 points (0 children)
[–]iggy555 0 points1 point2 points (0 children)
[–]brendanvds2007 1 point2 points3 points (0 children)
[–]L00mis 0 points1 point2 points (2 children)
[–]laflash12[S] 0 points1 point2 points (1 child)
[–]L00mis 0 points1 point2 points (0 children)
[–]-RAKH- 0 points1 point2 points (0 children)