Sujet : [ANN] New version 2.1.0 of L.Pointal's Python 3 Cheat Sheet
De : laurent.pointal (at) *nospam* free.fr (Laurent Pointal)
Groupes : comp.lang.pythonDate : 14. May 2025, 18:49:04
Autres entêtes
Organisation : Guest of ProXad - France
Message-ID : <6824d790$0$5210$426a74cc@news.free.fr>
User-Agent : Pan/0.155 (Kherson; fc5a80b8)
Hello,
In the context of a move for hosting of my one recto-verso pdf cheat
sheet, I updated it to add Python's news stuff and make a new 2.1.0
version (latest version, 2.0.6, was from 2017).
DOWNLOAD
========
English version is at
https://py3cheatsheet.lisn.fr/(its a short URL fore real hosting)
MODIFICATIONS
=============
* Add assignment := (morse) operator
* Add match ... case instruction
* For strings formating, switch to f-strings
* Add str methods .format(), .removeprefix(), .removesuffix()
* Revised for loops on index to use enumerate with index, value
* Add functionnal programming map and filter list comprehension
expressions
* Add dict's | merge and |= update operators
* Reorganize sequences index sectionto make room
* Add with () group of context to open multiple files
A+
L.Pointal. <
laurent.pointal@laposte.net>