Sujet : Re: Book recommendation? For getting up to date
De : ram (at) *nospam* zedat.fu-berlin.de (Stefan Ram)
Groupes : comp.lang.pythonDate : 16. Feb 2025, 14:19:12
Autres entêtes
Organisation : Stefan Ram
Message-ID : <news-20250216141724@ram.dialup.fu-berlin.de>
References : 1
=?utf-8?q?Jan_Erik_Mostr=C3=B6m?= <
lists@mostrom.pp.se> wrote or quoted:
book that would teach me the lastest and greatest parts of Python
Maybe,
The Quick Python Book, Fourth Edition. by Naomi Ceder
(I haven't seen this myself, it's an "indirect" recommendation) or
Effective Python by Brett Slatkin
(indirect, too). BTW: Some of the news are:
async, await, f-strings, data classes, walrus operator,
match statement (structural pattern matching), pathlib,
type annotations, and pyproject.toml for distribution.