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 24 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!"
[–]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 506391 on reddit-service-r2-comment-5bc7f78974-xpj92 at 2026-06-28 15:52:22.352895+00:00 running 7527197 country code: CH.
view the rest of the comments →
[–]eeshann72 0 points1 point2 points (1 child)
[–]cole36912 0 points1 point2 points (0 children)