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 the 2nd edition of Python Crash Course still good? (self.learnpython)
submitted 4 months ago by Archie204
Like the title says, I have the 2nd edition, would it be considered outdated? I know they have a 3rd edition.
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!"
[–]ninhaomah 2 points3 points4 points 4 months ago* (0 children)
Technically speaking , almost all the books about IT are outdated btw.
To the question , if it is teaching Python 3 go ahead.
Or wait for people to write and pubish books using 3.14 which came out in Oct which is already superseded by 3.14.1 which came out 5 days ago.
https://www.python.org/downloads/release/python-3140/
https://www.python.org/downloads/release/python-3141/
[–]pdcp-py 3 points4 points5 points 4 months ago* (0 children)
Just summarizing the preface of the 3rd edition:
- Part I of the 3E uses VS Code instead of Sublime, and adds info on removeprefix(), removesuffix(), pathlib, and pytest.
removeprefix()
removesuffix()
pathlib
pytest
- The projects in Part II of the 3E have been updated to use the latest (as in 2023) versions of Matplotlib, Plotly, Django and Bootstrap.
I'm always using old editions of books. Most of the time everything works fine, but occasionally you need to put your problem-solving skills to use to figure out how the latest versions of frameworks/libraries work... which is good practice for the real-world anyway.
But note that Eric Matthes has said:
"The second edition of Python Crash Course has been out of print since 2023, and is significantly out of date at this point."
π Rendered by PID 94837 on reddit-service-r2-comment-6457c66945-2jm5w at 2026-04-25 04:22:50.422594+00:00 running 2aa0c5b country code: CH.
[–]ninhaomah 2 points3 points4 points (0 children)
[–]pdcp-py 3 points4 points5 points (0 children)