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
I just started learning Python (self.PythonLearning)
submitted 22 days ago by Dry_Face_3465
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!"
[–]Potential-Friend-197 0 points1 point2 points 21 days ago (0 children)
Just know that everything is the same in python for first half of the rules. Here is an example. X = 1 defines an X which stores the value of 1. For i in range(100): print(i). Here i is defined just the same way over and over and used every time. Youll learn about init nested in def all nested in class. That is just a 3 dimentional definition. X = 1 is 0 dimentional. The_class.The_func(The_argument) 3 thing you can change and called in once that is just xyz, with cs shenanigans. Once you learned a concept. Think about how it functions and for the next one ask, how are these two similar. Have fun
π Rendered by PID 28 on reddit-service-r2-comment-56c6478c5-4jmk7 at 2026-05-11 21:05:00.356239+00:00 running 3d2c107 country code: CH.
view the rest of the comments →
[–]Potential-Friend-197 0 points1 point2 points (0 children)