Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2016-12-10 06:01:17
Size: 610
Editor: PieterSmit
Comment:
Revision 6 as of 2016-12-13 00:24:46
Size: 775
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * Contextmanager [[https://jeffknupp.com/blog/2016/03/07/python-with-context-managers/|20160307]] add '''__enter__''' and '''__exit__''' to a class  * Contextmanager [[https://jeffknupp.com/blog/2016/03/07/python-with-context-managers/|20160307]] add '''__enter__''' and '''__exit__''' to a class or use [[https://docs.python.org/2.7/library/contextlib.html|yield]] in function
Line 11: Line 11:
 * Decorators - http://thecodeship.com/patterns/guide-to-python-function-decorators/

PYTHON links

...


CategoryDevelopement

Python (last edited 2023-10-10 00:31:07 by PieterSmit)