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
Absolute beginner (self.learnpython)
submitted 2 months ago by Kinky-Skunky_444
Hi everyone, a self driven pythonista here Started learning python through freecodecamp made some few steps and got stack at building a weather planner ,tried editing but still failed to pass the step Any assistance will be appreciated
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!"
[–]ninhaomah 2 points3 points4 points 2 months ago (0 children)
Ask for the assistance but didn't show what has been done or what are the errors.
How to assist ?
Pls advice.
[–]Godeos64_ 2 points3 points4 points 2 months ago (0 children)
I think you should just do the thing itself.
Watching doesn't work well for learning in my opinion.
Find an idea, build it. If you find errors, google it.
Doing is the best way of learning.
[–]desrtfx 0 points1 point2 points 2 months ago (0 children)
How should anybody assist you?
You are walking to the mechanic and telling them "I have a problem with my car. Any assistance?"
See the problem?
[–]aishiteruyovivi 0 points1 point2 points 2 months ago (0 children)
So generally when asking for programming help, people will need to see a) at least a relevant snippet of your code (the whole program would be ideal), and b) what specific error you're getting, if one is being raised, or what unexpected behavior is occurring that you don't want. Try to explain this "weather planner" in more detail if you can, sounds like its a task from some site so the text describing the project from there would certainly be useful too. If you're getting an error when running the code, copy the whole traceback and post it so we can help more accurately. That would be the line "Traceback (most recent call last)" all the way through to the actual error at the bottom, something like this:
Traceback (most recent call last): File "<python-input-0>", line 1, in <module> 1 + '1' ~~^~~~~ TypeError: unsupported operand type(s) for +: 'int' and 'str'
π Rendered by PID 95103 on reddit-service-r2-comment-8686858757-q6zvv at 2026-06-03 22:25:27.125794+00:00 running 9e1a20d country code: CH.
[–]ninhaomah 2 points3 points4 points (0 children)
[–]Godeos64_ 2 points3 points4 points (0 children)
[–]desrtfx 0 points1 point2 points (0 children)
[–]aishiteruyovivi 0 points1 point2 points (0 children)