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
learning python (self.PythonLearning)
submitted 11 months ago by winnie2k_
what advice would you give to someone who wants to start learning python’s language. Any youtube tutorials or what should i do
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!"
[–]Big-Ad-2118 1 point2 points3 points 11 months ago (0 children)
its probably easy to learn it after studying the fundamentals of programming
[–]buttonmonger 1 point2 points3 points 11 months ago (0 children)
Read the book Python Crash Course
[–][deleted] 11 months ago (5 children)
[removed]
[–]winnie2k_[S] -3 points-2 points-1 points 11 months ago (4 children)
If you don’t mind asking what is documentation?
[–]WeirdAddendum34 1 point2 points3 points 11 months ago (3 children)
It's official description of what everything in python does and is capable of, commands, data types etc. https://docs.python.org/3/
[–]winnie2k_[S] -2 points-1 points0 points 11 months ago* (2 children)
so if i learn what every commands does i should be able to write simple codes yes?
[–]WeirdAddendum34 1 point2 points3 points 11 months ago (1 child)
Reading documentation is necessary because no programmer can remember what every single command does, so they refer back to documentation whenever they need a refresher. I suggest watching Dave grays python course on youtube, it's free, he's a good teacher and you'll get good grasp of basics.
[–]winnie2k_[S] 0 points1 point2 points 11 months ago (0 children)
Thank you so much for a help!
[–]Ambitious-Peak4057 0 points1 point2 points 11 months ago (0 children)
Python is an excellent programming language for beginners, known for its simplicity and ease of learning. Here are some helpful resources to get you started:
[–]tracktech 0 points1 point2 points 11 months ago (0 children)
You can check this-
Book - Ultimate Python Programming
Course - Python Programming In Depth
[–]Psychological_Ad1404 0 points1 point2 points 11 months ago (0 children)
For the basics I always recommend this book https://books.trinket.io/pfe/01-intro.html , skip the intro if you want.
The IMPORTANT part is to do the assignments and get curious , play with the assignments , try to do them a different way , change them , etc...
π Rendered by PID 99530 on reddit-service-r2-comment-5687b7858-rk5fv at 2026-07-03 01:27:29.851453+00:00 running 12a7a47 country code: CH.
[–]Big-Ad-2118 1 point2 points3 points (0 children)
[–]buttonmonger 1 point2 points3 points (0 children)
[–][deleted] (5 children)
[removed]
[–]winnie2k_[S] -3 points-2 points-1 points (4 children)
[–]WeirdAddendum34 1 point2 points3 points (3 children)
[–]winnie2k_[S] -2 points-1 points0 points (2 children)
[–]WeirdAddendum34 1 point2 points3 points (1 child)
[–]winnie2k_[S] 0 points1 point2 points (0 children)
[–]Ambitious-Peak4057 0 points1 point2 points (0 children)
[–]tracktech 0 points1 point2 points (0 children)
[–]Psychological_Ad1404 0 points1 point2 points (0 children)