
DjangoCon Europe 2024
DjangoCon Europe 2024
Python Podcast · Jochen Wersdörfer / Dominik Geldmacher
July 6, 20241h 39m
Show Notes
<article class="post-detail"> <header> <h2 class="post-title"> <a href="https://python-podcast.de/show/djangocon-europe-2024/">DjangoCon Europe 2024</a> (click here to comment) </h2> <!-- link is on one line to avoid underlined whitespace --> <div class="post-card-meta"> <a href="https://python-podcast.de/show/djangocon-europe-2024/"><time datetime="2024-07-06T09:00:00+02:00">6. Juli 2024</time>,</a> <span class="author">Jochen</span> </div> </header> <div class="post-body"> <section class="block-overview"> <section class="block-paragraph"> <p data-block-key="7pxgf"><a href="https://ambient.digital/menschen/alle-mitarbeiterinnen/ronny-vedrilla/">Ronny</a> ist zurück von der <a href="https://2024.djangocon.eu/">DjangoCon Europe 2024 in Vigo</a> 🇪🇸 und hat einiges zu berichten. Zusammen mit <a href="https://twitter.com/oryon_dominik">Dominik</a> und <a href="https://fedi.wersdoerfer.de/@jochen">Jochen</a> spricht er über die Highlights der Konferenz und seine Erfahrungen als Speaker 🎤. Besonders interessant waren diesmal die DEP 14 Background Workers, HTMX und komponentenbasierte Ansätze in Django. Außerdem gab Ronny Einblicke in seinen Vortrag über klassenbasierte E-Mails in mit seinem Projekt Django Pony Express 📧. Wir freuen uns sehr, endlich wieder mit ihm zu sprechen - das letzte Mal ist schon eine Weile her! 😁</p><p data-block-key="bnv2u"></p><p data-block-key="18vuh"><b>Update 2024-07-11:</b></p><p data-block-key="f4v8a">Die <a href="https://youtube.com/playlist?list=PLY_che_OEsX3Lf_xdH5Wc_5M9rNelyvtL&si=EgAfMqlOWPIxMQSG">Konferenztalks</a> sind jetzt online! 🎉</p> </section> <section class="block-audio"> </section> </section> <section class="block-detail"> <section class="block-paragraph"> <h2 data-block-key="5n2dj">Shownotes</h2><p data-block-key="elufr">Unsere E-Mail für Fragen, Anregungen & Kommentare: <a href="mailto:[email protected]">[email protected]</a></p><h3 data-block-key="11oik">News</h3><ul><li data-block-key="8qpe6"><a href="https://2024.djangocon.eu/">DjangoCon Europe 2024!</a></li><li data-block-key="7ipje"><a href="https://ep2024.europython.eu/">EuroPython 2024</a> | Bisschen kurz, die Vorwarnzeit 😆</li><li data-block-key="b58qt"><a href="https://news.ycombinator.com/item?id=40171125">Google lays off its Python team</a> | Und versucht ein neues in München anzuheuern..</li><li data-block-key="299ug"><a href="https://pythoninsider.blogspot.com/2024/06/python-3130-beta-3-released.html">Python 3.13.0 beta 3 released</a> | Yay!</li><li data-block-key="clu6i"><a href="https://blog.1password.com/sdk-beta/">1Password SDKs are now available in beta</a> | Von Python aus 1Password fragen</li><li data-block-key="2sgjn"><a href="https://fosstodon.org/@ThePSF/112456715341751673">Enormous news! the Python Software Foundation now has a 5 year commitment with Fastly to deliver @pypi</a> | PyPi wird weitere 5 Jahre von <a href="https://www.fastly.com">fastly</a> gehosted</li><li data-block-key="b49qa"><a href="https://numpy.org/news/#numpy-20-release-date-june-16">NumPy 2.0 release date: June 16</a></li><li data-block-key="co20g"><a href="https://pola.rs/posts/announcing-polars-1/">Announcing Polars 1.0</a></li><li data-block-key="a9fln"><a href="https://www.psycopg.org/articles/2024/06/30/psycopg-32-released/">Psycopg 3.2 released</a></li><li data-block-key="9gltd"><a href="https://htmx.org/posts/2024-06-17-htmx-2-0-0-is-released/">htmx 2.0.0 has been released!</a></li><li data-block-key="3f329"><a href="https://docs.djangoproject.com/en/dev/releases/5.1/">Django 5.1 release notes - UNDER DEVELOPMENT</a></li></ul><h2 data-block-key="d85b9">DjangoCon Europe</h2><ul><li data-block-key="8jovs">Ronnys Talk<ul><li data-block-key="dv5tj"><a href="https://pretalx.evolutio.pt/djangocon-europe-2024/talk/YXAWAD/">Tying up a loose end - How class-based emails will save your day</a> | <a href="https://youtu.be/Be0qOagM6xs?si=1haB3cZ45IpQPMY0">Video of the talk</a></li><li data-block-key="7cea1"><a href="https://github.com/ambient-innovation/django-pony-express/">django-pony-express - class-based emails for Django shipping with a full test suite</a></li><li data-block-key="8qjna"><a href="https://forum.djangoproject.com/t/improve-email-unit-testing/32044">Thread im Django-Forum</a> | Django 5.2 Contribution</li></ul></li><li data-block-key="8hrfc"><a href="https://www.meetup.com/koln-django-meetup-gruppe/">Django Meetup Cologne</a></li><li data-block-key="fd9pj">DEP 14 Background Workers<ul><li data-block-key="722jr"><a href="https://www.djangoproject.com/weblog/2024/may/29/django-enhancement-proposal-14-background-workers/">Django Enhancement Proposal 14: Background Workers</a></li><li data-block-key="64b56"><a href="https://github.com/RealOrangeOne/django-tasks">Django Tasks</a> - die Referenzimplementation</li><li data-block-key="di4g6"><a href="https://chaos.social/@markush/112602145097975436">Fediverse Thread zum Thema</a></li><li data-block-key="4f5ft">Alternativen<ul><li data-block-key="d725r"><a href="https://docs.celeryq.dev/en/stable/django/first-steps-with-django.html">Using Celery with Django</a></li><li data-block-key="2v0ii"><a href="https://django-q.readthedocs.io/en/latest/tasks.html">Django Q - A multiprocessing task queue</a> / <a href="https://github.com/django-q2/django-q2">Django Q2 is a fork of Django Q</a></li><li data-block-key="a23un"><a href="https://github.com/gaiacoop/django-huey">django-huey</a></li><li data-block-key="4avu4"><a href="https://github.com/kbr/autocron">autocron is a Python background task library</a></li></ul></li></ul></li><li data-block-key="ftecs">Carlton Gibson<ul><li data-block-key="9i17f"><a href="https://buttondown.email/carlton">The Stack Report</a> | Der Newsletter</li><li data-block-key="1uq16"><a href="https://github.com/carltongibson/django-template-partials">django-template-partials - Reusable named inline partials for the Django Template Language</a></li><li data-block-key="afa1c"><a href="https://github.com/carltongibson/neapolitan">neapolitan</a> | Bisschen mehr als CRUD-Vanille 😃</li></ul></li><li data-block-key="dijm5"><a href="https://github.com/EmilStenstrom/django-components/">django-components - A way to create simple reusable template components in Django</a></li><li data-block-key="25gj1"><a href="https://github.com/mixxorz/slippers">slippers - Build reusable components in Django without writing a single line of Python</a></li><li data-block-key="eo385"><a href="https://hypermedia.systems/hyperview-a-mobile-hypermedia/">Hyperview: A Mobile Hypermedia</a></li><li data-block-key="cluid"><a href="https://github.com/ambient-innovation/django-migration-zero">django-migration-zero - the holistic implementation of "migration zero" pattern</a></li><li data-block-key="ddjt6"><a href="https://tutorial.djangogirls.org/en/">Django Girls Tutorial</a></li><li data-block-key="bemha"><a href="https://djangochat.com/episodes/cal-uluahin-sonmez">Kraken - Çağıl Uluşahin Sönmez</a></li></ul><h2 data-block-key="2qe6p">Picks</h2><ul><li data-block-key="3b9e0"><a href="https://github.com/simonw/llm">llm</a> | LLMs für die Kommandozeile / <a href="https://simonwillison.net/2024/Jun/17/cli-language-models/">Language models on the command-line</a> | Video vom Talk</li><li data-block-key="9t3ur"><a href="https://pretalx.evolutio.pt/djangocon-europe-2024/talk/3VPDUW/">Layered Django project structure for large-scale collaboration</a> | Video zum Talk kommt noch</li><li data-block-key="1v9vj"><a href="https://github.com/Instagram/MonkeyType">MonkeyType collects runtime types of function arguments and return values, and can automatically generate stub files or even add draft type annotations directly</a></li></ul> </section> </section> </div> </article>
Topics
djangocelerydjango-taskspythonllmdjangoconeu