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

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

Python Podcast boosted

Behind the scenes beim Engineering Kiosk - Wie wird der Podcast produziert?

- Welche Hardware und Software nutzen wir?
- Welche Prozesse haben wir 100% automatisiert? 🤖
- Welche Fehler haben wir gemacht? 🚩

Jetzt in die Podcast Episode reinhören 🎧 🎙️

engineeringkiosk.dev/podcast/e

Python Podcast boosted

Welches Buch sollte ich lesen wenn ich Dinge über modernes Python lernen möchte?

Mir muss niemand mehr erklären, was eine Variable, eine Klasse, eine Methode ist, was der Unterschied zwischen call-by-value und call-by-reference ist, aber ich würde gerne mal die Eigenheiten von python erklärt bekommen die man wissen sollte um guten Code zu schreiben.

Python Podcast boosted

Meet Joanna Jablonski - one of the Hidden Figures of Python.

She's written lots of great articles for RealPython, blogged for the Python Language Summit, and recently authored a PEP!

We, @mariatta and @terezaif, asked her lots of questions about:
• how she got into Python
• why she stayed
• what she is currently up to

@ThePSF

Python Podcast boosted

Please rank 10 language implementations based on your best guess of their performance.

stefan-marr.de/2024/02/rank-la

I am very curious how people would intuitively rank language implementations, some more well known than others.

Python Podcast boosted

I've started a blog! This first post is a mixture of a "hello world" and a summary of what I'm thinking of next for PyO3 (hint: stronger community network).

polar.sh/davidhewitt/posts/hel

Python Podcast boosted

Pico CSS v2 has been released! 🎉

A minimalist and lightweight starter kit that prioritizes semantic syntax, making every HTML element responsive and elegant by default. ✨

picocss.com/docs/v2

Edited 1y ago
Python Podcast boosted

Python Development on macOS Notes: pyenv and pyenv-virtualenvwrapper: micro.webology.dev/2024/02/10/

Python Podcast boosted

The emphasis here is mine but @nedbat nails it. 💯 Most of us just want to know how to package our Python code.

> But I frequently see questions from people who have written some Python code, and would like to get it packaged. They have a goal in mind, and it is not to learn about competing tools, intricate standards, or historical artifacts. They are fundamentally uninterested in the mechanics of packaging. **They just want to get their code packaged.**

nedbatchelder.com/blog/202402/

Python Podcast boosted

It's frustrating to get engagement for Hot Takes About AI and then for things like this release which take weeks or months of slow and careful work at the heart of my expertise, see very little response. I realize that even Python programmers will look at this and think "oof, looks like a pretty big cognitive lift to even understand, let alone evaluate" and … you're not wrong. So I understand this is the nature of the beast; not sure what to say except "please clap" github.com/glyph/fritter

Python Podcast boosted

The Django apps I actually use (rough cut): micro.webology.dev/2024/02/04/

Python Podcast boosted

Just in case, here’s your periodic reminder that django-zen-queries IS the 🔨 you were looking for.

github.com/dabapps/django-zen-

Python Podcast boosted

I was on the Software Engineering Daily podcast (again, first time back in 2018), so if you are software- or engineering-inclined, and want to hear more about that side of Mastodon, you can have a listen:

softwareengineeringdaily.com/2

Python Podcast boosted

Very excited to announce that inspired by @jonhoo I'll be streaming some of my development time on Fridays!

My first stream will be tomorrow morning 10am GMT. We're busy completing an API "rewrite" for PyO3 0.21, and I've got a nice proc-macro puzzle that will be fun to solve on stream.

Please do join, whether you want to hang out, ask questions, or correct my code...

Subscribe to www.youtube.com/@davidhewittde to get a reminder notification.

Boosts appreciated 🙏

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

It's here 🥳 my first Django video showcasing what's new in Django 5.0

youtu.be/lPl5Q5gv9G8?feature=s

I'm very new to this so open to any feedback ❤️
I really want to showcase the community as much as I can 🫂

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