Treffen vom 17. 11. 2016
Agenda
- Begrüßung
- Metalab
- Vorstellungsrunde
Wiki, MailingLists, Twitter, Meetup, IRC: #pyugat on freenode, Flattr
- Anwesenheitsliste pflegen
Am Wiki anmelden & persönliche Seite anlegen (Kontaktinfos, Name, Interessen, Foto,…)
Mögliche Themen in FutureTalks eintragen
- Nächsten Termin festlegen
- Events
- Buchbesprechungen?
- Zeiteinteilung für den Abend festlegen
- Wer hat Kurzvorträge mitgebracht?
- Groben Zeitplan für Hauptvortrag festlegen
Anwesenheitsliste
tbd
Programm
Claus: PyCon DE 2016 Takeaways (siehe Links unten)
Andreas: Advanced Unit Testing in Python - Mocking, Stubbing and Patching
Diskussions- und Plauderrunde
Claus: Python Events in Vienna - mach ma was!
Links
* PyCon SK
* Dmitry Trofimov - Profiling the Unprofilable:
http://pypy.org/performance.html#profiling-vmprof (very-low overhead statistical profiler)
* Philip Bauer - Debug like a pro. How to become a better programmer through pdb-driven development
https://pypi.python.org/pypi/pdbpp (pdb++, a nice drop-in replacement for pdb)
* Miguel Cabrera - Building Data Processing Pipelines with Luigi
https://github.com/spotify/luigi (Luigi is a Python module that helps you build complex pipelines of batch jobs.)
* http://pydoit.org/ (doit is a task management & automation tool)
* https://hg.python.org/cpython/file/default/Grammar/Grammar (good to know)
* https://github.com/alexsavio/hansel (Parametric file paths to access and build structured folder trees)
* https://docs.python.org/3/library/code.html (code.interact: Convenience function to run a read-eval-print loop.)
* https://github.com/alexjc/neural-enhance/