Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Commit 2c23f0b

Browse files
committed
new meeting
1 parent 58f7fc8 commit 2c23f0b

File tree

3 files changed

+72
-3
lines changed

3 files changed

+72
-3
lines changed

archive/pystada-74-2017-11-02.txt

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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/

archive/pystada-75-2017-11-30.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
PyStaDa Treffen #75 am 30.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+
Swagger Client generation
9+
* Swagger Codegen
10+
* https://github.com/Yelp/bravado
11+
12+
http://aiohttp.readthedocs.io/en/stable/
13+
14+
Wir könnten mal besprechen, was wir so im kommenden Jahr als Stammtisch machen wollen.
15+
Was jeden so interessiert, was er beitragen könnte,...
16+
- Talk über xxx
17+
Wie das Ganze im kommenden Jahr weiter gehen soll.
18+
19+
Vorschlaege
20+
* 25.1.2018 Rasa (Christian)
21+
* 22.2.2018 Pytest (Sven)
22+
* 22.3.2018
23+
24+
* Francis fragen...
25+
26+
* Füll mich!

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ <h2>Nächste Treffen</h2>
5858

5959
<div class="col-md-6">
6060
<ul>
61-
<li id="current"><span>Donnerstag, 11. Januar 2018 um 19:00 Uhr (<a href="https://pads.darmstadt.ccc.de/p/pystada-2018-01-11">Agenda</a>)</span></li>
62-
<li><span style="color: #999999;">Donnerstag, 25. Januar 2018 fällt aus!</span></li>
63-
<li><span style="color: #999999;">Donnerstag, 22. Februar 2018 um 19:00 Uhr</span></li>
61+
<li id="current"><span>Donnerstag, 22. February 2018 um 19:00 Uhr (<a href="https://pads.darmstadt.ccc.de/p/pystada-2018-02-22">Agenda</a>)</span></li>
62+
<li><span style="color: #999999;">Donnerstag, 22. March 2018 um 19:00 Uhr</span></li>
63+
<li><span style="color: #999999;">Donnerstag, 19. April 2018 um 19:00 Uhr</span></li>
6464
</ul>
6565

6666
<address style="margin-left: 28px;">

0 commit comments

Comments
 (0)