PyStaDa Treffen #15 am 21.05.2014
================================
Visit: http://pystada.github.io or join #PyStaDa on Hackint or follow @PyStaDa on Twitter
Agenda
-------------
$> sudo python -m smtpd -n -c DebuggingServer localhost:25
- Python distributions:
- str.format mit unpacking von locals:
a = 'aaaaa'
b = 1
c = 1.2323
'{a} - {b} - {c}'.format(**locals())
Ideen nächstes Treffen
----------------------
- Templates für die Erstellung von Scripten, Packages, Modulen...