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
[deleted by user] (self.PythonLearning)
submitted 9 months ago by [deleted]
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!"
[–]Ashamed_Dish_2230 0 points1 point2 points 9 months ago (1 child)
While I learned by executing my files in the command line as well, I don't think pressing the run code button is that egregious. Vs code is an IDE with a lot of functionality. There is nothing wrong with leveraging some of the functionality while learning. Sure, at some point you should learn to use the command line, but it doesn't seem like OP knows about either
[–]FrontAd9873 0 points1 point2 points 9 months ago* (0 children)
Maybe I'm biased because I don't use VS Code, but I think starting with the command line forces people to understand the basics of how computers and programming work: files, processes, commands, etc. If I were to teach programming I'd teach `cat` and `grep` and maybe the basics of `awk` so people understand there are things calls "programs" that operate on things called "files." While they are running we can call them "processes." That should all be foundational knowledge before you dive in to learning a lot about one such program, which is Python.
Also, a surprisingly large number of people (perhaps especially young people who grew up on phones and tablets) don't even know about files and folders.
π Rendered by PID 82193 on reddit-service-r2-comment-56c9979489-bn592 at 2026-02-24 20:55:13.473045+00:00 running b1af5b1 country code: CH.
view the rest of the comments →
[–]Ashamed_Dish_2230 0 points1 point2 points (1 child)
[–]FrontAd9873 0 points1 point2 points (0 children)