Differences between revisions 3 and 7 (spanning 4 versions)
Revision 3 as of 2015-02-22 11:06:02
Size: 460
Editor: PieterSmit
Comment:
Revision 7 as of 2018-02-04 06:15:05
Size: 796
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * [[SplitSyslogInPython]]  * [[SplitSyslogInPython]] , [[Python/AsyncIo]]
 * 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 10: Line 11:
 * Decorators - http://thecodeship.com/patterns/guide-to-python-function-decorators/

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