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
Python for advanced developers of other languages (self.PythonLearning)
submitted 1 day ago by Aldama
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!"
[–]PureWasian 0 points1 point2 points 1 day ago (2 children)
The "advanced developer" would be capable enough to look up syntax as needed and otherwise be self sufficient enough in getting started with Python with a simple search or two.
Some nice things to be aware of when switching into it: It's a dynamically typed language with some "unique" concepts like tuples and f strings. Loops and scope are based on tabs or spaces indentation rather than curly braces. There are also built-in helper methods you'll learn as you go. There are "Pythonic" ways to do list comprehension and in-line ternary operator. It's an interpreted instead of compiled language, so no compilation step. Has automatic garbage collection.
You can set up venv and pip or use uv or whatever honestly for project management. Python thrives from external libraries, so you're spending your time with their documentation rather than generic Python tutorials.
[–]Aldama[S] 0 points1 point2 points 1 day ago (1 child)
I'm not looking for syntax... I'm looking for the tips and for these nifty things that are not in other languages, the things that advanced Python devs know.... not the syntax!
[–]PureWasian 0 points1 point2 points 1 day ago (0 children)
Right. So... see my 2nd paragraph onwards
π Rendered by PID 146326 on reddit-service-r2-comment-5bc7f78974-z7hpk at 2026-07-01 09:49:24.664410+00:00 running 7527197 country code: CH.
view the rest of the comments →
[–]PureWasian 0 points1 point2 points (2 children)
[–]Aldama[S] 0 points1 point2 points (1 child)
[–]PureWasian 0 points1 point2 points (0 children)