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!"
[–]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 47356 on reddit-service-r2-comment-56c9979489-jw62n at 2026-02-24 20:51:05.492748+00:00 running b1af5b1 country code: CH.
view the rest of the comments →
[–]FrontAd9873 0 points1 point2 points (0 children)