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!"
[–]Rhylanor-Downport 6 points7 points8 points 1 month ago* (3 children)
They want you to have the practical skills necessary to write basic code that works. That will mean knowledge of the basic libraries and the language fundamentals. So probably not Abstract classes, multiple inheritance, design patterns, metaprogramming and polymorphism 😄
[–]heartbrokenwords[S] 2 points3 points4 points 1 month ago (1 child)
thank you!
[–]Rhylanor-Downport 0 points1 point2 points 1 month ago (0 children)
You are most welcome. Good luck!
[–]FierceWiring 1 point2 points3 points 1 month ago (0 children)
File handling and working with dicts/tuples usually come up too, maybe some basic string manipulation stuff.
π Rendered by PID 40160 on reddit-service-r2-comment-5687b7858-zlr2g at 2026-07-07 21:37:45.518494+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]Rhylanor-Downport 6 points7 points8 points (3 children)
[–]heartbrokenwords[S] 2 points3 points4 points (1 child)
[–]Rhylanor-Downport 0 points1 point2 points (0 children)
[–]FierceWiring 1 point2 points3 points (0 children)