🎧 Django-Fans aufgepasst!
Fühlt euch wie vor Ort bei der #DjangoConEurope2025 Europe mit unserer neuen Live-Episode aus Dublin. Talks, Community & Open-Source-Diskussionen mit Django Fellow @sarahboyce und natürlich @shezi:, @oryon_dominik und @jochen:
https://python-podcast.de/show/live-von-der-djangocon-europe-2025-in-dublin-tag-1/
#Python #Django
Everything old is new again: CPython is discussing official support for stackless/greenlets https://discuss.python.org/t/add-virtual-threads-to-python/91403
I figure @carlton might appreciate this if he hasn't seen it already.
@wagtail co-founder Tom Dyson has a sample repo for putting all the wagtail docs in a LLM chat session (with the docs in the context window) and say:
"using only the provided documentation, how do I do x in Wagtail?”
https://github.com/tomdyson/wagtail-prompt/
Mainly works with Google Gemini because the context window is large enough for all the docs.
You know how sometimes a little hobby side-project can get a bit out of hand? An unexpected performance regression on speed.python.org that only showed up on GCC 5 (and 7) led me to set up more rigorous tracking of Python performance when using different compilers. I'm still backfilling data but I think it's pretty awesome to see how much, and how consistently, free-threaded Python performance has improved since 3.13:
I wrote up my recap (with photos!) of DjangoCon Europe the other week in Dublin, Ireland.
🎙️ Tag 3 unserer #DjangoConEurope2025 Berichterstattung ist online! Wir sprechen mit Sebastian über Django 5.2 LTS, Data Science mit Django, Dynamic Models und Feature Flags. Plus: Einblicke in die Database-Operations und Steering Council Updates.
https://python-podcast.de/show/live-von-der-djangocon-europe-2025-in-dublin-tag-3/
🍀 Frisch aus Dublin: Unsere zweite Live-Episode von der #DjangoConEurope2025!
Produktions-Debugging, Foreign-Key-Fallstricke und die Entscheidungsprozesse im Django-Projekt. Plus: Wie bringt man eigentlich Änderungen in Django durch?
Ronny, @jochen , @shezi , @oryon_dominik@mastodon.social
https://python-podcast.de/show/live-von-der-djangocon-europe-2025-in-dublin-tag-2/
🎧 Django-Fans aufgepasst!
Fühlt euch wie vor Ort bei der #DjangoConEurope2025 Europe mit unserer neuen Live-Episode aus Dublin. Talks, Community & Open-Source-Diskussionen mit Django Fellow @sarahboyce und natürlich @shezi:, @oryon_dominik und @jochen:
https://python-podcast.de/show/live-von-der-djangocon-europe-2025-in-dublin-tag-1/
#Python #Django
Django Admin Theme Roundup 2025 https://www.djangoproject.com/weblog/2025/apr/18/admin-theme-roundup/
i'm very excited about this new work my team at @trailofbits is doing: we're building an ASN.1 API for PyCA Cryptography, giving users direct access to the same memory-safe, high-performance DER parser that Cryptography already uses for X.509:
https://blog.trailofbits.com/2025/04/18/sneak-peek-a-new-asn.1-api-for-python/
OK, that surprised me, I did not expect that outcome. I assumed all() for an empty list would return False? And it explains why my code was not doing what I wanted xD
🐍 Neue Folge! Bytes vs. Strings in Python – warum das ein wichtiger Unterschied ist!
Wir ( @shezi, @oryon_dominik und @jochen) erklären die Fallstricke bei Unicode, warum UTF-8 (fast) immer die Lösung ist und diskutieren DeepSeek, Tailwind 4.0 und mehr.
Jetzt reinhören: https://python-podcast.de/show/bytes-und-strings/
#Python #Unicode #FluentPython
🎙️ Neuer Podcast! 🎙️
Früher ML-Modelle, die Parameter für Kompressoren & Limiter optimierten. Heute End-to-End Deep Learning für Audio. 🔥
Wir ( @shezi, @oryon_dominik und @jochen) sprechen mit @gholzmann von @auphonic über 10 Jahre Fortschritt in der Audioverarbeitung.
Jetzt hören! 🎧 https://python-podcast.de/show/auphonic/
#Python #Django #Podcast
You're busy. And you may think awards like the CMS Critic Awards are dumb. But they CAN be a way for us to reach new people who don't know about Wagtail. So, if you think we're the best, please help us show others we're the best. Please vote.
I made a forum post about the django-simple-deploy 1.0 release, if anyone wants to share more focused feedback in a Django-only space:
https://forum.djangoproject.com/t/django-simple-deploy-1-0-is-out/38778
📰 New newsletter: Django News - Official MongoDB Backend Support - Feb 7th 2025
⏰⏰⏰ Reminder: We are having our next Python Meeting Düsseldorf on 2025-01-22 (tomorrow). If you happen to be in or near Düsseldorf, Germany, we'd love to have you join.
🌍 Here's the Meetup page with the details and registration: https://www.meetup.com/python-meeting-dusseldorf/events/304247408/
Proposal for a Django project template
The author's take on what could be a project template for Django advanced usage, with modern tooling (for Python and UI dependencies, as well as configuration/environment management), but not too opinionated.
https://david.guillot.me/en/posts/tech/proposal-for-a-django-project-template/
Neue Episode: @cfbolz, @shezi @oryon_dominik und @jochen unterhalten sich über Python 3.13: https://python-podcast.de/show/python-313/ #Python #pypy
We've moved to Hetzner (from Digital Ocean) for our hosting. Tests so far show faster bandwidth and CPUs at a fraction of the cost. Details below (#python, cc @mkennedy):
Hey all!
I am once again looking for jobs in Germany.
I have 5+ yrs of professional experience in developing backend python, even more years as hobby.
I know how to work with the infra bits too, and have embedded and networking experience on the side! I know a bit of rust.
I live in Hamburg and I'm willing to accept a job with office presence, but 100% remote is preferred.
I'd appreciate if people could send any interesting job possibilities they see in my way.
For visa reasons I must be employed as a full time tech worker, in an English workplace, paying 45k+EUR/yr but I do not need sponsorship. I can speak acceptable German (A2-B1).
Reposts welcome!
PEP 761 has been accepted by the Steering Council, CPython 3.14 and onwards won't provide PGP signatures:
This is a win for Python release managers who volunteer their time for the #Python community for 7+ years. Thanks to all past and current release managers 💜
A little late because it was the kids' birthday yesterday, this month's Stack Report, some thoughts on Django Core.
https://buttondown.com/carlton/archive/thoughts-on-djangos-core/ #Django #TheStackReport