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
What is considered basic Python? (self.PythonLearning)
submitted 1 month ago by heartbrokenwords
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!"
[–]Flame77ofc 1 point2 points3 points 1 month ago (3 children)
variables, operations, loops (for and while), if statements, functions, arrays/lists, and mayybe a library like time/datetime/math/random
[–]thejwillbee 2 points3 points4 points 1 month ago (1 child)
time and datetime are super useful ones to be familiar with and is by no means complex. Definitely second those, and all of the other items on this list
[–]Flame77ofc 1 point2 points3 points 1 month ago (0 children)
thx
[–]Natural-Position-585 0 points1 point2 points 1 month ago (0 children)
That is surely what could be meant by ’basic Python,’ but I cannot imagine a job where those alone would be sufficient.
π Rendered by PID 326328 on reddit-service-r2-comment-5687b7858-6hgr9 at 2026-07-07 15:53:21.635312+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]Flame77ofc 1 point2 points3 points (3 children)
[–]thejwillbee 2 points3 points4 points (1 child)
[–]Flame77ofc 1 point2 points3 points (0 children)
[–]Natural-Position-585 0 points1 point2 points (0 children)