Neue Episode: @shezi , Dominik und @jochen unterhalten sich über Arrays und Sequenzen: https://python-podcast.de/show/arrays-und-sequenzen/ #Python
It’s been SO HARD keeping this one quiet! Super excited that we can finally announce that the new Django Fellow is @sarahboyce !
https://www.djangoproject.com/weblog/2024/mar/22/welcome-our-new-fellow-sarah-boyce/
Düsseldorf engagiert sich: Der #Podcast zum #Ehrenamt. 🎙️🎧
Der Verein GarageLab e.V. organisiert ein ehrenamtliches Reparatur-Café in der Zentralbibliothek im KAP1.
Den Podcast gibts bei Spotify, Amazon und hier: https://dsseldorf-engagiert-sich.podigee.io/4-new-episode
Python stretches lead in language popularity index
Check it out! 👇
https://www.infoworld.com/article/3714284/python-stretches-lead-in-language-popularity-index.html#tk.rss_all
#SoftwareDevelopment #ProgrammingLanguages #Java #CLanguage #Python
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 (https://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.
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)
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.
Neue Episode: Birgit, Dominik und @jochen unterhalten sich über Freelancing https://python-podcast.de/show/freelancing/
Made a YouTube short going over techniques to speed up a Django query 🏃♀️
https://youtube.com/shorts/mewTap8ZQ6w?feature=share
Article with video: https://www.jetbrains.com/guide/python/tips/django-query-speed-up/
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 🦄
#Django #django-debug-toolbar #QueryOptimization
Good morning ☕☀️
I am #recruiting a Data Engineer into my team.
We're building pipelines in #trivago 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 #Python and #ApacheBeam in #GCP, 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 #Düsseldorf, and we work in english in an hybrid scheme of 2 days #homeOffice / 3 days in person. Also unlimited vacation days, 20 days per year fully remote, kitchen, coffee, daily fruits...
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.
We're following up on the cliff hanger from Episode 7. Learn how the current #Python parser works from two very serious individuals 🥸
PEG, memoization, funky secrets, and how a certain auto-formatter self-inflicted an existential crisis on itself 😱
https://podcasters.spotify.com/pod/show/corepy/episodes/Episode-8-The-New-Parser-e2ggih4
Using Django Q2: https://micro.webology.dev/2024/02/27/using-django-q.html
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 🎧 🎙️
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.
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
Please rank 10 language implementations based on your best guess of their performance.
https://stefan-marr.de/2024/02/rank-language-implementations/
I am very curious how people would intuitively rank language implementations, some more well known than others.
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).
https://polar.sh/davidhewitt/posts/hello-world-and-the-future-for-pyo3
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. ✨
Python Development on macOS Notes: pyenv and pyenv-virtualenvwrapper: https://micro.webology.dev/2024/02/10/python-development-on.html
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.**
https://nedbatchelder.com/blog/202402/one_way_to_package_python_code_right_now.html
The Django apps I actually use (rough cut): https://micro.webology.dev/2024/02/04/the-django-apps.html
Just in case, here’s your periodic reminder that django-zen-queries IS the 🔨 you were looking for.
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:
https://softwareengineeringdaily.com/2024/01/31/mastodon-with-eugen-rochko/
Very excited to announce that inspired by @jonhoo I'll be streaming some of my #pyo3 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 https://www.youtube.com/@davidhewittdev to get a reminder notification.
Boosts appreciated 🙏