Skip to Content Skip to Navigation
Profile image for Python Podcast

Python Podcast

@show@python-podcast.de
Ein deutschsprachiger Podcast rund um die Programmiersprache Python.
40 Posts Posts & Replies 39 Following 41 Followers Search
Pinned post

🎧 Django-Fans aufgepasst!

Fühlt euch wie vor Ort bei der 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:

python-podcast.de/show/live-vo

Neue Episode: Anna-Lena , Dominik und @jochen unterhalten sich über Environment Management und Packaging: python-podcast.de/show/environ

Python Podcast boosted

How to add serverless functions to Django in 6 minutes (with HTMX and AWS Lambda)

This article discusses the integration of serverless functions with Django, highlighting how developers can leverage the benefits of serverless computing for specific tasks in a Django application. It explores the advantages of serverless architecture and provides practical insights for implementation.

www.photondesigner.com/article

Python Podcast boosted

🚀 Exciting news! Pydantic 2.4.0 is here!

⚡ Huge performance improvements, new features, and a lot of fixes. See the full list of changes here github.com/pydantic/pydantic/r

✨ New features include: Base64Url types, optional number to str coercion, `field_name` and data access in all validators, string validation support, experimental plugins support.

⬆ Upgrade today for smoother data validation!

Python Podcast boosted

blip-caption

Generate captions for images with Salesforce BLIP.

github.com/simonw/blip-caption

Python Podcast boosted
Python Podcast boosted

📢 Want to be involved in the future direction of ? Confidently vote on proposals? This could be a great way to launch your Django contribution career! 🚀

Discover the @djangonautspace, a group mentoring program for contributing to Django 🦄

djangonaut.space/

The program is underway with the first group of 6 Djangonauts.

Are you interested? 🤩

You can fill out this form and they will reach out before starting the next session!

t.co/s0NoYuukHP

Python Podcast boosted

Wow. Meta commits to dedicate three engineer-years to implement the removal of the GIL from and fix upcoming compatibility and performance issues with it.

All this dependent on whether the Steering Council accepts PEP 703.

discuss.python.org/t/a-fast-fr

Python Podcast boosted
Python Podcast boosted

PyPy 7.3.12 is out! A triple release, with versions compatible with CPython 2.7, 3.9, and a first version of 3.10
www.pypy.org/posts/2023/06/pyp

Python Podcast boosted

I spent many years with dynamically typed languages and minimal editor integration. Test driven development worked well. I regularly braved big refactors.

But having a strong static type system with good dev tools in the editor does appear to help me refactor more efficiently. Now I look for such tooling.

Has tooling gotten good enough to win me over to static typing? Am I getting old and I need a crutch?

The static vs dynamic typing debate is taking place in my own head.

Python Podcast boosted

We will start requiring a ".readthedocs.yaml" configuration file soon, 🔜

Read more about the deprecation and how to add .readthedocs.yaml to your project:
blog.readthedocs.com/migrate-c

Python Podcast boosted

Just one day left to apply for the posted PyPI Safety and Security Engineer role!

Read our post announcing it at: blog.pypi.org/posts/2023-05-09

Apply here: jobs.pyfound.org/apply/CKEONre

Python Podcast boosted

I just published my blog series on the Python Language Summit 2023! Read all about it here: pyfound.blogspot.com/2023/05/t

(Be warned: the blog on the C API discussions is a fair bit longer than the others, as I'm talking about three talks in one blog post 😄)

Edited 1y ago
Python Podcast boosted

Sweet, libuv merged their first part of io_ring support! And it’s the file I/O part no less!

This is kinda the most interesting part too, because true async file I/O wasn’t practical with existing Linux APIs (threads were usually used as a crutch)!

🎉🎉🎉

github.com/libuv/libuv/pull/39

Python Podcast boosted

@marcoarment I know, changing workflows is a hassle, but @ultraschall Ultraschall.fm has specifically been designed for podcasting in high-quality, including chapter marks and images with everything drag-and-drop in the timeline.
So if you’re finally fed up with jumping through hoops in Logic you might want to give it a try.

→ Don’t get led astray by the German website.

→ Documentation in English: ultraschall.github.io/ultrasch

Also, the software is in English.

Edited 1y ago
Python Podcast boosted

This tutorial by Martin Heinz on the per-interpreter GIL feature that's coming in 3.12 is excellent

It's not an easy feature to preview (you have to compile your own Python first) but the steps here were enough for me to get it running martinheinz.dev/blog/97

Edited 1y ago

@flopps Dankedanke 😊🙏

Python Podcast boosted

Neue Episode: @miaplan
(Martin), Dominik und @jochen unterhalten sich über GUI-Applikation
en am Beispiel von MiaPlan python-podcast.de/show/gui-app

Python Podcast boosted

LET'S
FUCKING
GOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO

apps.apple.com/us/app/pythonis

Python Podcast boosted

Der Hattrick ist geschafft! Unsere Mini-Serie zu ist jetzt. mit drei Folgen vollständig. Im dritten Teil haben @thsch und @monoxyd Prof. Philipp Hacker zu Gast, der zu KI-Recht lehrt und berät.

Er erklärt was die EU mit dem Gesetz „AI Act“ vor hat - und warum das ganze zwar eine gute Idee aber dann doch irgendwie nicht so ganz durchdacht ist. Viel Spaß beim Hören!

rechtsbelehrung.com/116-ai-act

Python Podcast boosted

Django reached 70k stars 🤩 on GitHub 📢

⭐ ⭐ ⭐ ⭐ ⭐ ⭐ ⭐

Python Podcast boosted
Python Podcast boosted

FS264 Die Große Elchwanderung freakshow.fm/fs264-die-grosse-

The Freak Show Returns!

Python Podcast boosted

Measuring the overhead of multiprocessing v.s. the new PEP684 subinterpreter. Starting 100 sub interpreters (each with its own GIL and therefore able to run truly in parallel) is 5.6x faster.