diff options
author | neodarz <neodarz@neodarz.net> | 2019-02-14 12:49:30 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-02-14 12:49:30 +0100 |
commit | c57807815e7b2183b766d5f2b52222c30a116475 (patch) | |
tree | dfd5fba005e14e3fabb3baa22da12ebb04e9e2d2 /cheat/.cheat/python | |
parent | bc3f5659576aa0d2803a4cd933079b1393537be5 (diff) | |
download | dotfiles_ascii-c57807815e7b2183b766d5f2b52222c30a116475.tar.xz dotfiles_ascii-c57807815e7b2183b766d5f2b52222c30a116475.zip |
Add more good cheats
Diffstat (limited to '')
-rw-r--r-- | cheat/.cheat/python_ressources | 20 |
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/ |