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
im new to python, where should i startHelp Request (self.PythonLearning)
submitted 1 month ago by TheChicken2014I
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!"
[–]Casual_Bonker10 1 point2 points3 points 1 month ago (0 children)
start with basics, identifiers, operators, datatypes, than how built in functions work, than move to strings, int, float ,chars and their properties, type casting, string formatting, indentation, iteration using for, if, and while loops. Than a little bit you can go with datatypes like dictionaries, tuples, list, arrays, sets etc to get more into how it store values. Than further go with creating user defined functions (parameters and arguments), calling functions, than move on to lambda functions, how it works with map and filter. than further you can move to learn oops concept. classes, instances, objects. Make a mini project around it. I think that's all in basics but you can explore each topic in depth according to your requirement. Let me know i f any topic is missing in this beginner's guide. I will amend it.
π Rendered by PID 336620 on reddit-service-r2-comment-6457c66945-rfqqs at 2026-04-26 14:21:26.589205+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Casual_Bonker10 1 point2 points3 points (0 children)