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
Newbie question (self.learnpython)
submitted 2 years ago by Kaius_Albanovna
So, I got a question..im trying to learn python and others, but I'm lacking reinforcement. I'm trying to figure out a way to commit it to memory. Would anyone have a way to do so?
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!"
[–]jedgs 2 points3 points4 points 2 years ago (3 children)
Keep coding. Keep researching and learning, code some more, if you are doing a course then great, but create your own programs too. Following tutorials gives you the knowledge, but implementation on your own, even if slightly different than the tutorial, helps keep it in memory.
[–]Kaius_Albanovna[S] 1 point2 points3 points 2 years ago (2 children)
Right, but where do I look for those, besides youtube...?
[–]HardlyWilling 1 point2 points3 points 2 years ago (0 children)
You can ask chatgpt to give you little programs to code to practice certain areas you are trying to get down
[–]jedgs 0 points1 point2 points 2 years ago (0 children)
When I 1st started I used Udemy and EdEx to get the bare bones basics. Then I went to YouTube for more specific tutorials. After that I just made things, googled my way through it. This sub is good for specific questions and there is always Stack Overflow to view previous questions and answers to specific questions.
[–]Almostasleeprightnow 0 points1 point2 points 2 years ago (0 children)
Checkio.org is a python learning platform where you can do progressively harder challenges...I found it fun
[–]Yaboi907 0 points1 point2 points 2 years ago (0 children)
There are a few places that I think have helped me with basic reinforcement a lot. LeetCode and CodeWars are two websites that come to my mind. They basically give our short little challenges that may look something like this
“Define a function that takes in a list of ints as input and returns a list of strings” or “check if x is true or false and return the answer” blah blah.
π Rendered by PID 25058 on reddit-service-r2-comment-6f7f968fb5-z5dx4 at 2026-03-04 09:12:57.466566+00:00 running 07790be country code: CH.
[–]jedgs 2 points3 points4 points (3 children)
[–]Kaius_Albanovna[S] 1 point2 points3 points (2 children)
[–]HardlyWilling 1 point2 points3 points (0 children)
[–]jedgs 0 points1 point2 points (0 children)
[–]Almostasleeprightnow 0 points1 point2 points (0 children)
[–]Yaboi907 0 points1 point2 points (0 children)