Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #197271

Re: Book recommendation? For getting up to date

From Mike <mike@bm-support.org>
Newsgroups comp.lang.python
Subject Re: Book recommendation? For getting up to date
Date 2025-02-19 16:53 +0100
Message-ID <mailman.120.1740016713.2912.python-list@python.org> (permalink)
References <2A4ADE24-6376-45E2-9726-B1122F415163@mostrom.pp.se> <632949de-056c-40e7-9e22-e1d71b1dbdd6@bm-support.org>

Show all headers | View raw


On 16-02-2025 13:50, Jan Erik Moström via Python-list wrote:
> I'm looking for a book that would teach me the lastest and greatest parts of Python, does anyone have any recommendations?
>
> I've looked at python.org and pythonbooks.org but I couldn't decide which one to get.
>
> I used to be fairly good at Python, but I haven't done any serious programming in the last 10 years or so. So I would like something that got me up-to-date with the latest features.
Great question.  But also not a simple question.

Great new promising developments are not only happening in core Python 
libraries, but also in some great external libraries, most targeted for 
ML/data science things.

Recently I re-ordered my collection on open access Python Book. I also 
was, and still am, searching for good quality books for 'professionals' 
that cover the latest developments good.

I tried to create an hard copy of parts of the Python documentation. 
E.g. to study on paper some exiting new things that are created in 
Python 3.13 like CPython’s global interpreter lock (“GIL”) changes. But 
the PDF was over 3000 pages, so not practical for creating a hard copy 
version.

Modern Python parts should imho cover changes  to libraries and give 
good guidance on how to really use the latest PEPs. Things like handling 
Hatch (the new tool for packaging), when to use latest options in the 
Pandas library (and NOT)  should minimal be covered if you want to do 
Python today.

My current best collection for online quality open access Python Books 
is on: 
https://nocomplexity.com/documents/pythonbook/generatedfiles/overview.html#books 


Some of these books can be ordered as hard copy.

Regards

  - Mike

Back to comp.lang.python | Previous | NextNext in thread | Find similar


Thread

Re: Book recommendation? For getting up to date Mike <mike@bm-support.org> - 2025-02-19 16:53 +0100
  Re: Book recommendation? For getting up to date songbird <songbird@anthive.com> - 2025-02-19 22:42 -0500
    Re: Book recommendation? For getting up to date (Posting On Python-List Prohibited) Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-02-20 04:40 +0000
      Re: Book recommendation? For getting up to date (Posting On Python-List Prohibited) Salvador Mirzo <smirzo@example.com> - 2025-02-20 10:05 -0300
        Re: Book recommendation? For getting up to date (Posting On Python-List Prohibited) Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-02-20 21:51 +0000
          Re: Book recommendation? For getting up to date (Posting On Python-List Prohibited) rbowman <bowman@montana.com> - 2025-02-21 02:07 +0000
            Re: Book recommendation? For getting up to date (Posting On Python-List Prohibited) Salvador Mirzo <smirzo@example.com> - 2025-02-23 14:08 -0300
          Re: Book recommendation? For getting up to date (Posting On Python-List Prohibited) Salvador Mirzo <smirzo@example.com> - 2025-02-23 14:04 -0300

csiph-web