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.poin...@laposte.net>
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to