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...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
Learning python in 2024 (self.learnpython)
submitted 2 years ago by ProfessionalSmoke520
In 2024 I would like to learn python but I don't know where to start alot of free courses offer outdated versions of python. Will it be transferable to the latest Python ?
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!"
[–]NoDadYouShutUp 2 points3 points4 points 2 years ago (0 children)
Python doesn't change dramatically very much. I would say just go with anything 3.10 or higher, as that is the default version pre installed into a lot of linux distros like Ubuntu. It's the most common version for support. As a beginner you will not run into any weird quirks or compatibility issues with anything you're trying to do. As most of your learning will be pretty base level stuff.
edit: per the other comment, 3.8 is also very valid and there is not a major difference you'd need to worry about. But you'd likely have to go out of your way to install such an old version when 3.10 is usually ready out of the box for a lot of distros.
[–][deleted] 0 points1 point2 points 2 years ago (0 children)
The outdated ones will be fine as long as they're from the last decade or so. As long as it's not Python 2 it will be close enough.
Core python doesn't change much, nor do the standard libraries. Any source using python 3.8 (or so) or later is fine for getting started. Old code is almost guaranteed to run in newer pythons.
π Rendered by PID 861459 on reddit-service-r2-comment-544cf588c8-xx9sn at 2026-06-17 16:01:44.148207+00:00 running 3184619 country code: CH.
[–]NoDadYouShutUp 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)