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.
32 Posts Posts & Replies 35 Following 36 Followers Search
Pinned post

Neue Episode: @shezi , Dominik und @jochen unterhalten sich über Arrays und Sequenzen: python-podcast.de/show/arrays-

Python Podcast boosted

'Harrison Handbook [of Practical Logic and Automated Reasoning] in Python pt 1' by @sandmouth
www.philipzucker.com/harrison-

Neue Episode: @deadparrot, @shezi, Dominik und @jochen unterhalten sich über Typescript und Typisierung: python-podcast.de/show/typescr

Python Podcast boosted

edarchimbaud / awesome-systematic-trading

A curated list of awesome libraries, packages, strategies, books, blogs, tutorials for systematic trading.

github.com/edarchimbaud/awesom

Python Podcast boosted
Python Podcast boosted

The Developer in Residence team is being expanded with Core Devs Petr Viktorin and Serhiy Storchaka. Congrats to both of them. This is great news for Python!

Neue Episode! Domink und @jochen unterhalten sich mit Florian über PyTest! python-podcast.de/show/pytest/

Python Podcast boosted

Losing it at this quote

Python Podcast boosted

Hey friends! 💖 I've been teaching Python and Django for a decade or more. Now I'm offering mentorship/tutoring by the hour. If you need help learning something, or know someone who does, I'd love to be part of your learning journey.

thekennethlove.com/mentoring/

Thanks for looking and your sharing is very appreciated <3 ✨

Edited 1y ago
Python Podcast boosted

Takahē 0.10 is finally released! This is mostly performance and stability updates, but there's plenty of bugfixes to federation and the client app API as well.

docs.jointakahe.org/en/latest/

Python Podcast boosted

monaspace.githubnext.com

I have been working on this for the last 2-plus years alongside the terrific folks from Lettermatic type foundry led by @rileycran. All code is letters on a grid. We can make that code more expressive, and layer more meaning on to code.

Edited 1y ago
Python Podcast boosted

This weekend I landed a CPython PR that I'm very happy about (with the help of @ambv and Dennis Sweeney):

I switched the storage of all the names of Unicode code points in the unicodedata modules to using a different data structure, a "directed acyclic word graph". This makes the compiled module 440 KiB smaller. I did the same thing in PyPy a year ago, quite happy that it now made it to CPython too.

github.com/cfbolz/cpython/comm

Python Podcast boosted

Look, it's Episode 2 of the core.py podcast! 🧙🏻🎃

This time around, we've read PEP 703 so you don't have to! Listen what it really means for the GIL to be removed, why it's not free lunch, and what internal changes it requires.

podcasters.spotify.com/pod/sho

Python Podcast boosted

The Python Steering Council has now formally accepted PEP 703 ("Making the Global Interpreter Lock Optional in CPython"):

"In short, the SC accepts PEP 703, but with clear provisio: that the rollout be gradual and break as little as possible, and that we can roll back any changes that turn out to be too disruptive – which includes potentially rolling back all of PEP 703 entirely if necessary (however unlikely or undesirable we expect that to be)."

discuss.python.org/t/pep-703-m

Python Podcast boosted

Pablo Galindo Salgado and I started a podcast about internals. We call it "core.py", hope you like it!

The first episode is about the core sprint in Brno where we spent last week.

podcasters.spotify.com/pod/sho

Edited 1y ago

Neue Episode! @shezi, Dominik und @jochen unterhalten sich über Kubernetes! python-podcast.de/show/kuberne

Python Podcast boosted

Feels weird, but it''s time to stop considering Psycopg 2 the present and Psycopg 3 the future.

We have entered the time in which Psycopg 3 is the present and Psycopg 2 the respectable past.

Updated the feature page, and a few other resources on the website, to reflect this: www.psycopg.org/features/

Thank you for the immense trust!

Python Podcast boosted

5 Ways to Measure Execution Time in Python

You can benchmark the execution of Python code using the “time” module in the standard library. In this tutorial, you will discover how to time the execution of Python code using a suite of different techniques.

superfastpython.com/benchmark-

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