aboutsummaryrefslogtreecommitdiff
path: root/cheat/.cheat/python_ressources
diff options
context:
space:
mode:
Diffstat (limited to 'cheat/.cheat/python_ressources')
-rw-r--r--cheat/.cheat/python_ressources20
1 files changed, 20 insertions, 0 deletions
diff --git a/cheat/.cheat/python_ressources b/cheat/.cheat/python_ressources
new file mode 100644
index 0000000..cf8a350
--- /dev/null
+++ b/cheat/.cheat/python_ressources
@@ -0,0 +1,20 @@
+# Python
+
+## Encoding python
+http://sametmax.com/lencoding-en-python-une-bonne-fois-pour-toute/
+
+## Prog par contre
+http://sametmax.com/programmation-par-contrat-avec-assert/
+
+## Critique ORM
+http://sametmax.com/les-critiques-des-orm-sont-a-cote-de-la-plaque/
+
+# For python > 3.8
+
+## Expression designation
+http://sametmax.com/lexpression-dassignation-vient-detre-acceptee/
+
+# Version resumy
+
+## Python 3.7
+http://sametmax.com/python-3-7-sort-de-sa-coquille/