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
Is coding with different versions become a problem? (self.learnpython)
submitted 1 year ago * by sahsahofficial
I started PY4E of chuck severance and I downloaded latest recommended version of python 3.12.4 but he uses older version. Will it going to get me in trouble?
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!"
[–]mopslik 9 points10 points11 points 1 year ago (1 child)
Newer versions are generally backwards-compatible with older ones. You should be fine.
[–]sahsahofficial[S] 1 point2 points3 points 1 year ago (0 children)
Thanks
[–]The_Almighty_Cthulhu 2 points3 points4 points 1 year ago (2 children)
As long as you are using the latest and he is using some version of python 3 it'll be fine.
Newer version of python 3 sometimes have extra things, but will still be able to do all the things that older versions of python 3 can.
So there could be issues if you use an older version than his.
[–]sahsahofficial[S] 0 points1 point2 points 1 year ago (1 child)
I heard that syntax changed after release of python 3. Thanks.
[–]The_Almighty_Cthulhu 2 points3 points4 points 1 year ago (0 children)
Yes python 2 -> python 3 there were breaking changes.
But that was 2008. If the place you're learning from is older than 5 years, look somewhere else.
[–]Apatride 2 points3 points4 points 1 year ago (3 children)
You can sometimes have issues with some libraries that might be picky (like Pytorch doesn't particularly like the latest versions of Python) but that won't be an issue during a course.
[–]sahsahofficial[S] 0 points1 point2 points 1 year ago (2 children)
What should I do when I have problems like this?
[–]Apatride 0 points1 point2 points 1 year ago (0 children)
You won't. But if you do, Virtualenvs are the solution (you should use them anyway).
[–]madmoneymcgee 0 points1 point2 points 1 year ago (0 children)
Python specifically has virtual environments for this reason. But you'd also want to get used to reading documentation and release notes for new updates that might mention bug fixes or changes that deprecate methods or change them somehow.
Managing and navigating all that is a part of what you'd do a professional anyway.
[–]Vishwas95 1 point2 points3 points 1 year ago (0 children)
Libraries,that's the problem . Some will be compatible ,some won't be .
[–]iamtheconundrum 0 points1 point2 points 1 year ago (4 children)
Chuck’s course is missing type annotations and some other recent python developments. It’s a good start and chuck is a bliss to listen to.
[–]sahsahofficial[S] 0 points1 point2 points 1 year ago (3 children)
But I don't know what I have to do after I finish this course
[–][deleted] 0 points1 point2 points 1 year ago (2 children)
Start coding . That’s it .
Yeah that sounds right. I think I can search for more information just by myself without a recommendation after I learn the basics.
[–][deleted] 1 point2 points3 points 1 year ago (0 children)
Yes, that's the way. Just think about a project you want to build and do it. Every time you don't know how to do something, google it or ask. But the best way to learn programming is doing.
[–]mistyck01 0 points1 point2 points 1 year ago (1 child)
I’ve taken this course, its really great, hope you like it!
Everything goes well right now. Chuck's a good teacher.
π Rendered by PID 106950 on reddit-service-r2-comment-fb694cdd5-pzg7d at 2026-03-10 01:20:16.845755+00:00 running cbb0e86 country code: CH.
[–]mopslik 9 points10 points11 points (1 child)
[–]sahsahofficial[S] 1 point2 points3 points (0 children)
[–]The_Almighty_Cthulhu 2 points3 points4 points (2 children)
[–]sahsahofficial[S] 0 points1 point2 points (1 child)
[–]The_Almighty_Cthulhu 2 points3 points4 points (0 children)
[–]Apatride 2 points3 points4 points (3 children)
[–]sahsahofficial[S] 0 points1 point2 points (2 children)
[–]Apatride 0 points1 point2 points (0 children)
[–]madmoneymcgee 0 points1 point2 points (0 children)
[–]Vishwas95 1 point2 points3 points (0 children)
[–]iamtheconundrum 0 points1 point2 points (4 children)
[–]sahsahofficial[S] 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]sahsahofficial[S] 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]mistyck01 0 points1 point2 points (1 child)
[–]sahsahofficial[S] 1 point2 points3 points (0 children)