Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
|
project:python [2012/10/31 03:55] tw [Interessante Themen?] |
project:python [2013/05/19 23:00] (aktuell) tw py3-porting - ein paar prakt. Erfahrungen aus dem pocoo-Sprint |
||
|---|---|---|---|
| Zeile 43: | Zeile 43: | ||
| * ( Versuch Python auf Raspberi Pi / Typ B ) - Mike - | * ( Versuch Python auf Raspberi Pi / Typ B ) - Mike - | ||
| * Workshop Fr. 2.11.2012 ab 19:00 | * Workshop Fr. 2.11.2012 ab 19:00 | ||
| - | * raise ValueError! Unten auf der Liste fehlt es v.a. an Interessensbekundungen / anderen Themenvorschlägen / Vortragenden. | + | * Workshop Fr. 16.11.2012 ab 19:00 |
| - | * Möchte die jemand probelesen und Feedback über die Tauglichkeit im Praxisalltag geben? Könnte Exemplare bekommen vom Verlag: | + | * Workshop Fr. 30.11.2012 ab 19:00 |
| - | * Einstieg in Python http://www.galileocomputing.de/2640 | + | * Workshop Fr. 14.12.2012 ab 19:00 |
| - | * Python 3 Handbuch http://www.galileocomputing.de/3123 | + | * Vorschlag: Django - Andreas |
| + | * Ergebnis findet sich [[https://github.com/shackspace/geekromeo|auf GitHub]] | ||
| + | * Workshop Fr. 11.1.2013 ab 19:00 | ||
| + | * Mike moechte Dateien nach bestimmten Kriterien zusammensuchen. | ||
| + | * os.walk + regex match? | ||
| + | * falls es viel komplexer wird: evtl. whoosh? | ||
| + | * TW schaut sich evtl. passlib an (Python-Library fuer PW-Hashes) und wie sich das integrieren laesst. | ||
| + | * andere Vorschlaege? | ||
| + | * Workshop Fr. 25.1.2013 ab 19:00 | ||
| + | * pygame (passend zum gaming topic des wochenendes)? hat jemand erfahrung damit oder improvisieren wir? | ||
| + | * Umgeschwenkt auf geekromeo | ||
| + | * Workshop 8.2.2013 ab 19:00 | ||
| + | * "how to fail with password crypto" (und wie man es richtig macht) - in Python, mit praktischen Beispielen - manche Dinge sind aber auch allgemein interessant/verwendbar. | ||
| + | * Workshop 22.2.2013 ab 19:00 | ||
| + | * Workshop 8.3.2013 ab 19:00 | ||
| + | * Workshop 22.3.2013 ab 19:00 | ||
| + | * Workshop 5.4.2013 ab 19:00 | ||
| + | * Workshop 19.4.2013 ab 19:00 | ||
| + | * Workshop 3.5.2013 ab 19:00 | ||
| + | * Workshop 17.5.2013 ab 19:00 | ||
| + | * Workshop 31.5.2013 ab 19:00 | ||
| + | * Workshop 14.6.2013 ab 19:00 | ||
| + | * Workshop 28.6.2013 ab 19:00 | ||
| + | * Generell: raise ValueError! Unten auf der Liste fehlt es v.a. an Interessensbekundungen / anderen Themenvorschlägen / Vortragenden. | ||
| * danach regelmässig alle 2 Wochen Fr abends 19:00 (geändert, nicht mehr ab 18:00!) | * danach regelmässig alle 2 Wochen Fr abends 19:00 (geändert, nicht mehr ab 18:00!) | ||
| Zeile 83: | Zeile 106: | ||
| * Jython - im Zuge eines Crossover-Workshops Python (Thomas Waldmann) + Java (house)?! :) | * Jython - im Zuge eines Crossover-Workshops Python (Thomas Waldmann) + Java (house)?! :) | ||
| * Markus Majer | * Markus Majer | ||
| + | * Python 3 Porting (mit "six" und python-modernize - derselbe Source fuer beide Pythons) (Thomas Waldmann) | ||
| === 3rd Party Libs/Frameworks === | === 3rd Party Libs/Frameworks === | ||
| Zeile 93: | Zeile 117: | ||
| * XStatic - Packaging of static files (Thomas Waldmann) | * XStatic - Packaging of static files (Thomas Waldmann) | ||
| * Georg | * Georg | ||
| - | * Django - Web Framework / Python's "Ruby on Rails" | + | * Django - Web Framework / Python's "Ruby on Rails" (Andreas Madsack) |
| * Markus Majer | * Markus Majer | ||
| * Thomas Waldmann | * Thomas Waldmann | ||
| Zeile 121: | Zeile 145: | ||
| * Python & Arduino https://ep2012.europython.eu/conference/talks/python-and-arduino-a-tale-of-snakes-and-kings | * Python & Arduino https://ep2012.europython.eu/conference/talks/python-and-arduino-a-tale-of-snakes-and-kings | ||
| * OpenCV https://ep2012.europython.eu/conference/talks/lets-play-with-python-and-opencv | * OpenCV https://ep2012.europython.eu/conference/talks/lets-play-with-python-and-opencv | ||
| + | * Andreas | ||
| * uWSGI / nginx https://ep2012.europython.eu/conference/talks/going-massive-with-uwsgi-and-nginx | * uWSGI / nginx https://ep2012.europython.eu/conference/talks/going-massive-with-uwsgi-and-nginx | ||
| - | * | + | * tinyWM - http://incise.org/tinywm.html - Grundlage für einen Desktop Manager. Wie wäre es, von Grund auf einen sehr sehr simplen Window Manager zu schreiben, einfach nur zum Testen? :) Das ist der ganze Code der ausreicht einen Window Manager darzustellen! https://github.com/mackstann/tinywm/blob/master/tinywm.py |
| + | |||
| === Themen mit Python-Bezug === | === Themen mit Python-Bezug === | ||
| * sphinx - Documentations-Tool - ist in Python geschrieben und wird auch von vielen Python-Projekten benutzt, hat aber sonst nix mit Python zu tun (Thomas Waldmann) | * sphinx - Documentations-Tool - ist in Python geschrieben und wird auch von vielen Python-Projekten benutzt, hat aber sonst nix mit Python zu tun (Thomas Waldmann) | ||
| Zeile 130: | Zeile 157: | ||
| * Georg | * Georg | ||
| * Thomas Waldmann | * Thomas Waldmann | ||
| - | |||
| ==== Links ==== | ==== Links ==== | ||
| * http://python.org/ (Download, Documentation, Tutorial, Package Index, ...) | * http://python.org/ (Download, Documentation, Tutorial, Package Index, ...) | ||