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.
29 Posts Posts & Replies 33 Following 30 Followers Search
Python Podcast boosted

Sneak peek: I'm working on a prose editor for the Django admin which will replace django-ckeditor in all of my projects. It's based on ProseMirror (prosemirror.net/), basically the greatest text editor for the web, ever. I wanted to do this for years, but the Innere Schweinehund always bested me. No more.

Everything here will change, but I'm really happy already.

github.com/matthiask/django-pr

Edited 68d ago
Python Podcast boosted

poll: did you know that in a git merge conflict, the order of the code is different when you do a merge/rebase?

merge:

<<<<<<< HEAD
YOUR CODE
=======
OTHER BRANCH'S CODE
>>>>>>> c694cf8aabe

rebase:

<<<<<<< HEAD
OTHER BRANCH'S CODE
=======
YOUR CODE
>>>>>>> d945752 (your commit message)

(where "YOUR CODE" is the code from the branch you were on when you ran `git merge` or `git rebase`)

Options: (choose one)

Python Podcast boosted

Mamba: The Hard Way

A post about Mamba, a recent neural architecture that can be roughly thought of as a modern recurrent neural network (RNN). The model works really well and is a legitimate competitor with the ubiquitous Transformer architecture. It has gotten a lot of attention.

srush.github.io/annotated-mamb

Neue Episode: Birgit, Dominik und @jochen unterhalten sich über Freelancing python-podcast.de/show/freelan

Python Podcast boosted
Edited 75d ago
Python Podcast boosted

Made a YouTube short going over techniques to speed up a Django query 🏃‍♀️

youtube.com/shorts/mewTap8ZQ6w
Article with video: www.jetbrains.com/guide/python

Seeing the Djangonauts of @djangonaut work on django-debug-toolbar reminded me how great a tool it is 💜

Please like, comment, and subscribe if you like the video, and all feedback is welcome 🦄

-debug-toolbar

Python Podcast boosted

Good morning ☕☀️

I am a Data Engineer into my team.

We're building pipelines in that analyse, verify and normalise the content coming from partners, to deliver them clean to the rest of the company.

I am looking for a pragmatic engineer engaged for quality and stability, that takes the challenge to process big volumes of data. We use ATM and in , but you don't need them to apply if you are using other data tooling.

We offer a competitive salary, a constant challenge, a very enthusiastic team and an authentic atmosphere of multicultural colleagues.

We're based in , and we work in english in an hybrid scheme of 2 days / 3 days in person. Also unlimited vacation days, 20 days per year fully remote, kitchen, coffee, daily fruits...

Apply now!
careers.trivago.com/job/r71930

Edited 75d ago
Python Podcast boosted

Der STF investiert in die Neu-Implementierung der GNU coreutils in Rust @uutils, um die Speichersicherheit in kritischen Bereichen zu erhöhen. Diese Umstellung sichert die betroffenen Betriebssysteme.

www.sovereigntechfund.de/de/te

Edited 75d ago
Python Podcast boosted

We're following up on the cliff hanger from Episode 7. Learn how the current parser works from two very serious individuals 🥸

PEG, memoization, funky secrets, and how a certain auto-formatter self-inflicted an existential crisis on itself 😱

podcasters.spotify.com/pod/sho

Python Podcast boosted
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 97d 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

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

edarchimbaud / awesome-systematic-trading

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

github.com/edarchimbaud/awesom