Neue Episode: @shezi , Dominik und @jochen unterhalten sich über Arrays und Sequenzen: https://python-podcast.de/show/arrays-und-sequenzen/ #Python
Congrats to the team over at Khan Academy for adding a fully interactive Python programming course!
https://www.khanacademy.org/computing/intro-to-python-fundamentals
That includes a Python coding environment in the browser and a gallery of Python programs. Filter by "Python" here:
https://www.khanacademy.org/computing/programs
A useful article on debugging Python. Tools improve the process, but in my experience the quickest way to identify a bug's root cause is methodically challenging your assumptions about what is happening. With deeper knowledge and gut feeling about the code you can be faster by reordering (not skipping!) your assumptions you need to investigate. Then check them based on the observed erratic behaviour.
https://www.syntaxerror.tech/syntax-error-11-debugging-python/
When I co-created the #pytest automated testing tool me and others insisted on a no-dependency approach because anything under test could interfere with it .... But I also was increasingly aware that a malicious merged PR in pytest, now a world wide deployed tool in many companies and governmental institutions, could cause a massive backdooring cataclysm ... At least for the first decade pytest folks were friends with each other and knew each other physically, that kind of helps a bit I guess?
🎉 The Django News Newsletter Issue 225: 🎉 Sarah "New Django Fellow!" Boyce 🎉
Djangonaut Space debrief, Flask-like Django in a single file, optimzing the system check framework, and more.
"Fixing a Bug in PyPy's Incremental GC", the promised blog post on my recent debugging Odyssey:
https://www.pypy.org/posts/2024/03/fixing-bug-incremental-gc.html
Rise and shine, Djangonauts! ☀️
We have recorded and planned a few episodes of Django Brew ☕ already, but we are curious what sort of topics you might be interested in?
Please take our poll to let us know! 🙌
And comment down below if you have other ideas!
Options: (choose one)
Django REST framework 3.15
https://www.django-rest-framework.org/community/3.15-announcement/
Also, to bring back Armin Rigo's quite scary assignment puzzle: what is the value of 'a' after the following statement?:
(a, b) = a[b] = {}, 5
✍️ New post on some work I’ve done optimizing Django’s system check framework.
💡 This is a bit of a long post, about 3k words. I hope you learn something from it.
https://adamj.eu/tech/2024/03/23/django-optimizing-system-checks/
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