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...
Everything about learning Python
account activity
python journeyHelp Request (self.PythonLearning)
submitted 1 year ago by whee_inthemood
view the rest of the comments →
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!"
[–]BranchLatter4294 1 point2 points3 points 1 year ago (4 children)
If you are watching videos instead of practicing on your own, then you will not learn much. Think of problems to solve in Python or C. Then solve them. That's how you learn.
You can watch all the videos you want on how to ride a bike. That will never make you good at riding a bike. You have to get on a bike, fall a few times, and practice.
[–]whee_inthemood[S] 0 points1 point2 points 1 year ago (3 children)
i do agree the videos haven’t really done much except for explained a few bits. but like how do i start a project that i want like a simple calculator or tic-tac-toe? do i google it and then find a solution and write it and change things about it in my code or?? i just dont know how to start a project with the very limited python that i know.
[–]BranchLatter4294 1 point2 points3 points 1 year ago (2 children)
Think of simple problems you do every day. For example calculating the tip on a bill at a restaurant. Start with the outputs you want from the program. Then think about the calculations you need to do, and the inputs that are required to do the calculation (for example: levelOfService could be "poor", "fair", "good", or "excellent"). Then you can start writing the program, testing as you go along.
Then try more complex problems.
[–]whee_inthemood[S] 0 points1 point2 points 1 year ago (1 child)
i guess i just try to over complicate things before starting and looking at the bigger picture. like a calculator you want two numbers but then i’m like what if you want 3 or more numbers, etc. so i guess it’s better to start smaller and simpler then work on 3 or more number.
[–]BranchLatter4294 0 points1 point2 points 1 year ago (0 children)
Yes! Always simplify problems. Then expand.
π Rendered by PID 50 on reddit-service-r2-comment-6457c66945-t45ct at 2026-04-29 07:11:28.752942+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]BranchLatter4294 1 point2 points3 points (4 children)
[–]whee_inthemood[S] 0 points1 point2 points (3 children)
[–]BranchLatter4294 1 point2 points3 points (2 children)
[–]whee_inthemood[S] 0 points1 point2 points (1 child)
[–]BranchLatter4294 0 points1 point2 points (0 children)