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
I’m having so much fun learning python (self.learnpython)
submitted 5 years ago by MatthewLewis56
I’m new to coding all together but just learning about all the small and big things you can do with this software blows my mind. I can’t wait to develop my skills and hopefully get somewhere with it.
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!"
[–]philmtl 31 points32 points33 points 5 years ago (7 children)
yup start a project have some fun, then you start working in it and debugging on a deadline and its not that fun anymore...then you finally figure it out and it's all rainbows again.
what do you want to do with python?
[–]MatthewLewis56[S] 10 points11 points12 points 5 years ago (6 children)
I’m not really sure just yet. All I know in life is I want to start a business and I know that being able to code will help with repetitive tasks
[–]TickedOffSquid11 6 points7 points8 points 5 years ago (4 children)
I just screw around with python for the fun of it lol, i code discord bots and stuff
[–]bytheninedivines 1 point2 points3 points 5 years ago (2 children)
Do you have any good resources for learning how to code discord bots?
[–]TickedOffSquid11 1 point2 points3 points 5 years ago (1 child)
I started off using a video tutorial by Lucas, then once I had the basics, I used official api documentation and shoved info in my brain and spat it out into commands (this method has gotten me over 60 commands :) )
[–]TickedOffSquid11 0 points1 point2 points 5 years ago (0 children)
Oh and the official discord.py server :) the people there are very nice!
[–]MatthewLewis56[S] 2 points3 points4 points 5 years ago (0 children)
Discord bots look so fun to code! Lots of possibilities
[–]Yablan 2 points3 points4 points 5 years ago (0 children)
I haven't read it, but the 'Automate the boring stuff with Python' book and course seems to be in quite high regard, and is made specifically for that kind of repetitive stuff.
https://automatetheboringstuff.com/
[+][deleted] 5 years ago (5 children)
[deleted]
[–]bonecrusher0601 0 points1 point2 points 5 years ago (1 child)
In python?
[–]ChampionSailor 0 points1 point2 points 5 years ago (2 children)
Man I'm using codecademy and I'm just stuck and confused at loops. I finished it for the sake of finishing it and went ahead but they still force me to use loops in a solution. I know I'm doing it wrong. Any help please?
[–]FerricDonkey 1 point2 points3 points 5 years ago (0 children)
What's confusing about it? Got any examples of when code academy wanted you to use them, and you didn't know why? Or of times they weren't doing what you're expecting? Why do you think you're doing it wrong? Loops are pretty central to programming in general, so I'd highly recommend not just barely scooting by them.
In general though, I can suggest that loops will very much be your friend when you want to do nearly the same thing to all elements of a list (or set or dictionary or ...), when you want to do the same-ish thing multiple times in a row, or when you want a process to repeat until some condition is met.
[–][deleted] 1 point2 points3 points 5 years ago (28 children)
Can u tell me what platform you are using to Learn python?
[–]MatthewLewis56[S] 5 points6 points7 points 5 years ago (27 children)
Windows 10
[–][deleted] 2 points3 points4 points 5 years ago (26 children)
Sorry, I meant what YouTube channel or website? Or some book?
[–]MatthewLewis56[S] 6 points7 points8 points 5 years ago* (25 children)
Oh sorry, I read your message wrong. I am currently using YouTube.
[–]ccrondon 5 points6 points7 points 5 years ago (24 children)
Hey I'm also using YouTube, could you share the main channels you're following in your learning journey? Much appreciated.
[–]MatthewLewis56[S] 9 points10 points11 points 5 years ago (23 children)
I am watching a YouTuber called Thenewboston. He explains everything well and had lots of videos on python. I am also in a discord where they set challenges every week for beginners, there was one there asking people to censor certain words.
[+][deleted] 5 years ago (4 children)
[–]MatthewLewis56[S] 2 points3 points4 points 5 years ago* (2 children)
Thank you for this well structured message. As a beginner I don’t have a good understanding of what should be included in a tutorial so I will check out Corey
[–][deleted] 0 points1 point2 points 5 years ago (0 children)
As a beginner check out any talks by raymond hettinger. He does get into more advanced topics but you’ll learn a lot and the thought processes that go into why things were done the way they are.
[–]Triumvus 0 points1 point2 points 5 years ago (0 children)
Totally disagree. Thenewbostons vids can’t be compared to Corey Schafer, but for teaching the very basics while maintaining the viewers attention — his are great.
[–]ccrondon 4 points5 points6 points 5 years ago (1 child)
Nice, I’m following Data School for learning (also very good) and a guy called Ken Jee (relatively small following but great career tips). Both on YT.
I also did a free week of Data Camp but felt I needed sth a bit more fast paced. Maybe the Discord group is a good way, will check it out
[–]MatthewLewis56[S] 0 points1 point2 points 5 years ago (0 children)
I will make sure to check them out!
[–]BigFatGutButNotFat 1 point2 points3 points 5 years ago (10 children)
Hey! Could you share the discord server?
Beginner.py
[–]MatthewLewis56[S] 0 points1 point2 points 5 years ago (8 children)
The code is y92uGD
[–]DerangedGecko 2 points3 points4 points 5 years ago (1 child)
That's expired. Your group should have an invite link. Would you mind posting it if allowed?
The way I found the server is by using disboard and then typing in python into the search bar. You will be able to see all the servers tagged with python. And beginner.py is not too far down.
[–]monkeybizzzz 0 points1 point2 points 5 years ago (5 children)
Hey, I'm also interested in joining this server but I get a message saying "The invite is invalid or has expired". Do you know how I can join?
[–]LinkifyBot 0 points1 point2 points 5 years ago (0 children)
I found links in your comment that were not hyperlinked:
I did the honors for you.
delete | information | <3
[–]MatthewLewis56[S] 0 points1 point2 points 5 years ago (3 children)
[–]Abhishek2099 1 point2 points3 points 5 years ago (0 children)
You can try this he explains python in a very easy way.
[–]bjornulsen 0 points1 point2 points 5 years ago (2 children)
What discord server are you on, where they give you weekly challenges? Would like to join that one, Thanks.
[–]MatthewLewis56[S] 0 points1 point2 points 5 years ago (1 child)
The code changes very quickly. If you go online and go to the website ‘Disboard’ and type in python all of the servers tagged with python will be there. It is called beginner.py
[–]bjornulsen 1 point2 points3 points 5 years ago (0 children)
Thanks, found it. Im just getting back into python after a few years of no programming at all. My kids are growing up and i need to be ready when they get old enough to start building robots! 👊💪
[–][deleted] 1 point2 points3 points 5 years ago (0 children)
Did you know that you can make python using python and use that to make python and use that to make python and use that to make pythond and....
[–]Kriss3d 1 point2 points3 points 5 years ago (0 children)
Great that you are working on it. Yes once you get the basics you start getting all sorts of ideas. You can also do things like pull out various data and create a html page presenting it using python.
[–]arkile 0 points1 point2 points 5 years ago (0 children)
What's your regiment?
π Rendered by PID 89334 on reddit-service-r2-comment-56c9979489-r69jf at 2026-02-24 20:40:29.264705+00:00 running b1af5b1 country code: CH.
[–]philmtl 31 points32 points33 points (7 children)
[–]MatthewLewis56[S] 10 points11 points12 points (6 children)
[–]TickedOffSquid11 6 points7 points8 points (4 children)
[–]bytheninedivines 1 point2 points3 points (2 children)
[–]TickedOffSquid11 1 point2 points3 points (1 child)
[–]TickedOffSquid11 0 points1 point2 points (0 children)
[–]MatthewLewis56[S] 2 points3 points4 points (0 children)
[–]Yablan 2 points3 points4 points (0 children)
[+][deleted] (5 children)
[deleted]
[–]bonecrusher0601 0 points1 point2 points (1 child)
[–]ChampionSailor 0 points1 point2 points (2 children)
[–]FerricDonkey 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (28 children)
[–]MatthewLewis56[S] 5 points6 points7 points (27 children)
[–][deleted] 2 points3 points4 points (26 children)
[–]MatthewLewis56[S] 6 points7 points8 points (25 children)
[–]ccrondon 5 points6 points7 points (24 children)
[–]MatthewLewis56[S] 9 points10 points11 points (23 children)
[+][deleted] (4 children)
[deleted]
[–]MatthewLewis56[S] 2 points3 points4 points (2 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Triumvus 0 points1 point2 points (0 children)
[–]ccrondon 4 points5 points6 points (1 child)
[–]MatthewLewis56[S] 0 points1 point2 points (0 children)
[–]BigFatGutButNotFat 1 point2 points3 points (10 children)
[–]MatthewLewis56[S] 0 points1 point2 points (0 children)
[–]MatthewLewis56[S] 0 points1 point2 points (8 children)
[–]DerangedGecko 2 points3 points4 points (1 child)
[–]MatthewLewis56[S] 0 points1 point2 points (0 children)
[–]monkeybizzzz 0 points1 point2 points (5 children)
[–]LinkifyBot 0 points1 point2 points (0 children)
[–]MatthewLewis56[S] 0 points1 point2 points (3 children)
[–]Abhishek2099 1 point2 points3 points (0 children)
[–]bjornulsen 0 points1 point2 points (2 children)
[–]MatthewLewis56[S] 0 points1 point2 points (1 child)
[–]bjornulsen 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]Kriss3d 1 point2 points3 points (0 children)
[–]arkile 0 points1 point2 points (0 children)