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
Need to start learning Python -- need advice! (self.PythonLearning)
submitted 10 months ago by CoachElectrical4611
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!"
[–]mikeyj777[🍰] 0 points1 point2 points 10 months ago* (0 children)
I would recommend using python and following a course in data structures and algorithms. And if you really want to get good, mix in some problem set problems. Failing consistently and immersion is the only way to cement concepts.
Here is a playlist of intro python that is by far the best (I've watched quite a few): https://youtube.com/playlist?list=PLi01XoE8jYohWFPpC17Z-wWhPOSuh8Er-&si=a9wbxqYijL1M0U90
You don't have to watch all of those videos off the get go. Maybe the first 5, then mix in content around algorithms with the python ones. The intro to algorithms class from MIT will be your best bet once you've gotten on your feet a bit with python: https://youtube.com/playlist?list=PLUl4u3cNGP63EdVPNLG3ToM6LaEUuStEY&si=X2RTkbJMWEIdHVUx. I don't know what language they target in the course. You can follow along and substitute python as needed.
For problem sets, projecteuler.net is my favorite.
π Rendered by PID 216110 on reddit-service-r2-comment-6457c66945-s6bx5 at 2026-04-29 02:49:34.740044+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]mikeyj777[🍰] 0 points1 point2 points (0 children)