|
| 1 | +PyStaDa Treffen #74 am 2.11.2017 |
| 2 | +================================= |
| 3 | + |
| 4 | +Visit: http://pystada.github.io or join #PyStaDa on Hackint or follow @PyStaDa on Twitter |
| 5 | + |
| 6 | +Agenda |
| 7 | +------ |
| 8 | + |
| 9 | +* Simple distributed task processing for Python 3: http://dramatiq.io |
| 10 | + * what alternatives exist? how do they compare? |
| 11 | + * https://dask.pydata.org/en/latest/ |
| 12 | +* "Python is Weird" was a talk at PyCon.DE which I unfortunately missed. |
| 13 | + * I propose we go through the slides and try to understand why the examples work |
| 14 | + * Slides are here: http://www.python-mit.ch/files/dave-halter-python-is-weird.pdf |
| 15 | + * The PyCon video is still not online, but the speaker held the talk before, so we can also watch it together instead of going through the slides: https://www.youtube.com/watch?v=6NVUbO7pFtA |
| 16 | + * Maybe we can tackle the riddle on the last slide: lambda:br''or.6*.3+.4jif.1else-...();float.__int__(eval('_')().imag*100);chr(int(str(_),16)+1) |
| 17 | + |
| 18 | +* mentions of old meetings: |
| 19 | + * https://www.python.org/events/python-user-group/387/ |
| 20 | + * https://python-verband.org/mitmachen/ug/pystada |
| 21 | + * https://wiki.python.org/moin/LocalUserGroups#Germany (not listed yet) |
| 22 | + |
| 23 | +* switch to https://md.darmstadt.ccc.de/ ? |
| 24 | + |
| 25 | +* Microservices are hard — an invaluable guide to microservices. |
| 26 | + * If you’re looking to move to Microservices..... |
| 27 | + * https://hackernoon.com/microservices-are-hard-an-invaluable-guide-to-microservices-2d06bd7bcf5d |
| 28 | + |
| 29 | +* pytest-benchmark 3.1.1 |
| 30 | + * A ``py.test`` fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer. See calibration_ and FAQ_. |
| 31 | + * https://pypi.python.org/pypi/pytest-benchmark |
| 32 | + |
| 33 | +* Scipy Lecture Notes |
| 34 | + * One document to learn numerics, science, and data with Python |
| 35 | + * http://www.scipy-lectures.org/ |
| 36 | + |
| 37 | +* A Complete Beginner's Guide to Django |
| 38 | + * https://simpleisbetterthancomplex.com/series/beginners-guide/1.11/ |
| 39 | + |
| 40 | +* Most python exercises I found online were either too easy or tested things that were not directly related to python (mostly data structures or algorithms). |
| 41 | + * https://www.ynonperek.com/2017/09/21/python-exercises/amp/ |
| 42 | + |
| 43 | +https://ccc-ffm.de/2015/04/monatlicher-python-user-group-treff-im-hackquarter/ |
0 commit comments