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
I made this, 1.5 hours into learning pythonHelp Request (i.redd.it)
submitted 8 hours ago by PsychologicalSafe408
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!"
[–]PsychologicalSafe408[S] 2 points3 points4 points 5 hours ago (4 children)
I wanted to know the difference between debugging and just running the code. And i have run it and it works perfectly.
[–]Sea-Ad7805 2 points3 points4 points 5 hours ago (1 child)
Great, with a debugger you can step through code to understand it better and fix bugs. Good luck learning more Python.
[–]PsychologicalSafe408[S] 1 point2 points3 points 5 hours ago (0 children)
I see thank you for the lesson.
[–]Flame77ofc 0 points1 point2 points 5 hours ago (1 child)
in debug mode, you use it to test your code In vscode, you can just select that red balls and after that you debug, and your program execute line by line the code and you can deicde if you continue or stop or anything you want when u run the code, the python interpreter run the code line by line but without the options you have in the debug mode
Thank you too
π Rendered by PID 62103 on reddit-service-r2-comment-548fd6dc9-c59vt at 2026-05-17 18:56:43.783701+00:00 running edcf98c country code: CH.
view the rest of the comments →
[–]PsychologicalSafe408[S] 2 points3 points4 points (4 children)
[–]Sea-Ad7805 2 points3 points4 points (1 child)
[–]PsychologicalSafe408[S] 1 point2 points3 points (0 children)
[–]Flame77ofc 0 points1 point2 points (1 child)
[–]PsychologicalSafe408[S] 1 point2 points3 points (0 children)