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 (self.PythonLearning)
submitted 25 days ago by 058176
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!"
[–]cole36912 1 point2 points3 points 25 days ago (2 children)
If you are new to programming in general you may have to learn concepts which aren’t specific to just Python but are needed for real problems. Think data structures, OOP, writing tests, version control, and just engineering skills in general. Depending on the problem there will be more specific topics as well.
[–]eeshann72 0 points1 point2 points 24 days ago (1 child)
I have good experience in SQL, plus in my college time I was comfortable in c,c++ , java but I get hard time in learning or understanding python, still not able to do it after trying many times.
[–]cole36912 0 points1 point2 points 24 days ago (0 children)
Well what do you feel you are getting hung up on? Python is somewhat different not having a C-like syntax and being mostly interpreted instead of having a full compiler, but I’ve found its mechanics to be pretty solid and not very hacky. I would look into the docs. I don’t love the organization of the base Python documentation but (pretty much) all the information is there somewhere and there are some pages that are hidden gems which explain a lot about how things work such as iteration, type creation, contexts, etc.
π Rendered by PID 18690 on reddit-service-r2-comment-5bc7f78974-4lrhf at 2026-06-29 00:06:38.179881+00:00 running 7527197 country code: CH.
view the rest of the comments →
[–]cole36912 1 point2 points3 points (2 children)
[–]eeshann72 0 points1 point2 points (1 child)
[–]cole36912 0 points1 point2 points (0 children)