
🐍 Python Insider: #Python 3.14.0 (final) is here!
https://pythoninsider.blogspot.com/2025/10/python-3140-final-is-here.html
#Tag
🐍 Python Insider: #Python 3.14.0 (final) is here!
https://pythoninsider.blogspot.com/2025/10/python-3140-final-is-here.html
🐍 Python Insider: #Python 3.14.0 (final) is here!
https://pythoninsider.blogspot.com/2025/10/python-3140-final-is-here.html
Pythonistas, have there been changes to the marshal library that could result in two identical dicts producing different marshaled output?
I was relying on an assumed property that dumps(a) == dumps(b), if a == b.
That appeared to have been true up an till Python3.14
Pythonistas, have there been changes to the marshal library that could result in two identical dicts producing different marshaled output?
I was relying on an assumed property that dumps(a) == dumps(b), if a == b.
That appeared to have been true up an till Python3.14
I'm beginning to love 🐝 @beeware for #Python for Android development.
2 reasons.
The build process to get an Android app running from scratch is working even if you (like me) know nothing about Java and Android. There's a tutorial telling you all steps.
Interacting with Java (to access hardware features outside of the scope of #Beeware) was a pain to get working (for me), but that now it does, I'm confident that I won't be show stopped later.
See example: https://github.com/mborus/can-beeware-for-android-bridge-to-java
I'm beginning to love 🐝 @beeware for #Python for Android development.
2 reasons.
The build process to get an Android app running from scratch is working even if you (like me) know nothing about Java and Android. There's a tutorial telling you all steps.
Interacting with Java (to access hardware features outside of the scope of #Beeware) was a pain to get working (for me), but that now it does, I'm confident that I won't be show stopped later.
See example: https://github.com/mborus/can-beeware-for-android-bridge-to-java
What if Django had an automatic ORM feature matrix — showing which features each database really supports, straight from the code? 🧩
I’ve shared some ideas (with demo data!) on how it could work and why it’d be great for Django’s docs 💡
https://www.paulox.net/2025/10/06/django-orm-comparison/
CC @django
#Django #Python #ORM #OpenSource #Database #PostgreSQL #SQLite #MariaDB #MySQL
What if Django had an automatic ORM feature matrix — showing which features each database really supports, straight from the code? 🧩
I’ve shared some ideas (with demo data!) on how it could work and why it’d be great for Django’s docs 💡
https://www.paulox.net/2025/10/06/django-orm-comparison/
CC @django
#Django #Python #ORM #OpenSource #Database #PostgreSQL #SQLite #MariaDB #MySQL
@djangocon I’ve added a list of DjangoCon US 2025 recap articles at the end of my post — but I’m sure I’ve missed some! If you’ve written or seen other recaps, please share the links so I can add them. 🙏
I’d also love your feedback on my article 💚
@djangocon I’ve added a list of DjangoCon US 2025 recap articles at the end of my post — but I’m sure I’ve missed some! If you’ve written or seen other recaps, please share the links so I can add them. 🙏
I’d also love your feedback on my article 💚
I’ve just published a new blog post: *My DjangoCon US 2025* — a collection of my Mastodon posts and photos from the conference in Chicago.
It’s a snapshot of a fantastic week full of talks, friends, and great community vibes.
Read it here 👉 https://www.paulox.net/2025/10/05/my-djangocon-us-2025/
CC @djangocon
Ever wanted to work on open source full-time? Come join me at the @openhomefoundation; we’ve got 5 new roles on @homeassistant.
👩💼 Program Manager
🐍 Python Engineers
✍️ Technical Writers
🌍 Remote. Open source, every day.
Links in replies 👇
#HomeAssistant #OpenSource #Jobs #OpenSource #Hiring #Python #TechWriters
Some updates from the last few days:
#RSpec interactive debugging with #Neovim: I tried a lot, I failed a lot.
I got this working for other languages ( #Python and #CSharp) and it was a HUGE help, taking away one of the main things I need to leave my editor for.
But something is blowing up and I'm still relatively new to Neotest, DAP, and the various plumbing between them and the test runners.
Tools I use a lot for my job: https://regex101.com, CLI scripting, and Python. Perhaps, I should write a blog about it. What tools do other preservation people use?
#regex #bash_scripting #python #digipres
Today is my last day at work. Tomorrow I am available to start with your team! 📢 If you're looking for a #Python / #Django veteran 🧭, who spent 5 years as a Django Fellow, maintaining Django itself, and who is a Django 💚 and Python 🐍 contributor. I'm here 👋 Contact me 📬 #opentowork
Introducting: `stormcheck mypy --edu` , type check your code, and learn #Python fundamentals at the same time!
The error messages themselves are ordered by difficulty level, and each category has a dedicated tutorial built-in to the CLI!
My goal was to create a tool that can teach beginners as they work, but still be useful to professionals who already know their craft.
We call this Compassion-Driven-Development
Once finished, I plan on putting this on all my open-source projects to help contributors who are new to Python.
Soon: RUFF checking as well?? What else would a tool like this benefit from?
#OpenSource #CLI #mypy #education #programming #teaching #learning
Tools I use a lot for my job: https://regex101.com, CLI scripting, and Python. Perhaps, I should write a blog about it. What tools do other preservation people use?
#regex #bash_scripting #python #digipres
Today is my last day at work. Tomorrow I am available to start with your team! 📢 If you're looking for a #Python / #Django veteran 🧭, who spent 5 years as a Django Fellow, maintaining Django itself, and who is a Django 💚 and Python 🐍 contributor. I'm here 👋 Contact me 📬 #opentowork
A space for Bonfire maintainers and contributors to communicate