Neue Episode: @shezi , Dominik und @jochen unterhalten sich über Arrays und Sequenzen: https://python-podcast.de/show/arrays-und-sequenzen/ #Python
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 🙏
'Harrison Handbook [of Practical Logic and Automated Reasoning] in Python pt 1' by @sandmouth
https://www.philipzucker.com/harrison-handbook-in-python-pt-i/
Neue Episode: @deadparrot, @shezi, Dominik und @jochen unterhalten sich über Typescript und Typisierung: https://python-podcast.de/show/typescript-und-typisierung/
edarchimbaud / awesome-systematic-trading
A curated list of awesome libraries, packages, strategies, books, blogs, tutorials for systematic trading.
Django 5.0 is out! 🥳 https://www.djangoproject.com/weblog/2023/dec/04/django-50-released/ #django
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 https://python-podcast.de/show/pytest/
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.
https://thekennethlove.com/mentoring/
Thanks for looking and your sharing is very appreciated <3 ✨
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.
https://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.
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.
Look, it's Episode 2 of the http://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.
https://podcasters.spotify.com/pod/show/corepy/episodes/Episode-2---PEP-703-Removing-the-GIL-e2b8egi
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)."
Pablo Galindo Salgado and I started a podcast about #Python 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.
Neue Episode! @shezi, Dominik und @jochen unterhalten sich über Kubernetes! #Python https://python-podcast.de/show/kubernetes/
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: https://www.psycopg.org/features/
Thank you for the immense trust!
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.
Neue Episode: Anna-Lena , Dominik und @jochen unterhalten sich über Environment Management und Packaging: https://python-podcast.de/show/environment-management-und-packaging/ #Python #Podcast
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.
https://www.photondesigner.com/articles/serverless-functions-django
🚀 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 https://github.com/pydantic/pydantic/releases/tag/v2.4.0
✨ 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!