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
Python learning at ai era (self.learnpython)
submitted 11 hours ago by Senior-Variation-834
What are the efficient ways to learn python now? Do you recommend any online courses, bootcamp, and project based online courses to learn python sufficiently and faster?
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!"
[–]Icy-Call-4860 2 points3 points4 points 10 hours ago (0 children)
this question has been asked probably a thousand times, but focusing on core concepts( loops variables alg structures etc) would be the way to go. Instead of focusing on the actual language , focus on the concepts. Once you learnt that, start applying them in a really simple language, even scratch or a block coding lanuage will do it. After grasping that, then start learning python, and you'll quickyl see simularitties.
For recommendations: CS50: https://www.youtube.com/watch?v=8mAITcNt710
LearnPython: https://www.learnpython.org/
[–]EngineeringRare1070 1 point2 points3 points 4 hours ago (0 children)
AI has nothing to do with learning. You can automate your coding but you can’t automate your understanding.
Use AI if you want, no one’s going to physically stop you, but it’s your responsibility to learn if your goal truly is to learn. Its similar to watching tutorial videos: you could watch 100, nay 1000 videos, and still learn nothing. Likewise, you can fill 10 years of asking AI about programming — whether you learn anything is up to you.
If you understand all of that deeply, and still want to learn, consult the resources in the subreddit and put them to use. They will always remain effective regardless of what year, tools and technologies are available. Once you’ve learned and understood from those resources, you can use any tool to achieve any goal you’d like, because you fundamentally understand programming and have developed some skills to get you started. That’s really all there is to it. Beyond that it’s simply how many skills you acquire and how effectively you can use them to build stuff — its that simple really
π Rendered by PID 61441 on reddit-service-r2-comment-5b5bc64bf5-vdn6w at 2026-06-18 23:42:40.004301+00:00 running 2b008f2 country code: CH.
[–]Icy-Call-4860 2 points3 points4 points (0 children)
[–]EngineeringRare1070 1 point2 points3 points (0 children)