DSF member of the month - Cory Zue
https://www.djangoproject.com/weblog/2025/mar/14/dsf-member-of-the-month-cory-zue/
Discussions: https://discu.eu/q/https://www.djangoproject.com/weblog/2025/mar/14/dsf-member-of-the-month-cory-zue/

DSF member of the month - Cory Zue
https://www.djangoproject.com/weblog/2025/mar/14/dsf-member-of-the-month-cory-zue/
Discussions: https://discu.eu/q/https://www.djangoproject.com/weblog/2025/mar/14/dsf-member-of-the-month-cory-zue/
All unhinged fun aside, @bmispelon actually made an excellent point tonight:
Let the ShitPost Working Group show that you can have fun in open source!
@qgis 3.42 has landed in #condaforge
https://anaconda.org/conda-forge/qgis
My favorite way to install #QGIS
Especially for π day and #FediDonutFriday!
Just released: Python 3.14.0a6
https://discuss.python.org/t/python-3-14-0-alpha-6/84513
https://docs.python.org/3.14/whatsnew/3.14.html
This release brought to you by a Karelian pie (Karjalanpiirakka), a strawberry and gooseberry pie (mansikka-karviais piirakka) and a slice of blueberry pie (mustikkapiirakka).
New episode of #TalkingPostgres #podcast (we're up to Ep25!)
Dawn Wages @BajoranEngineer: #Django dev, Python Software Foundation board chair, & author of upcoming book "Domain-driven Django"—joined the pod to chat about why so many Python developers Just Use Postgres
Give it a listen wherever you get your podcasts. And give it a boost !
Dawn is a gem & this conversation was FUN. #PostgreSQL #OpenSource #Python #Postgres
https://talkingpostgres.com/episodes/why-python-developers-just-use-postgres-with-dawn-wages
Finally, my blog now runs on a beta version of Django 5.2.
A bit later than expected, but I had to get rid of some blockers first.
Just in time for next month's official release!
Happy Pi-Day: Python’s π-zza Party
Heute ist der 14. März. Wegen der seltsamen Datumsdarstellung der US-Amerikaner, den Monat vor den Tag zu stellen, wird er dort auch 3/14 geschrieben. Da dies die ersten 3 Ziffern der Kreiszahl π sind, wird dieser Tag seit 1988 zuerst in den USA und mittlerweile weltweit als Pi-Tag gefeiert. https://kantel.github.io/posts/2025031401_pi-day_python/ #Mathematik #Python #CreativeCoding #VPython #Pygame #piday
Calculate #pi with #python for #piday
#!/usr/bin/python3
from decimal import *
import sys
getcontext().prec = 40
c = 0
s = Decimal(1);
pi = Decimal(3);
n = int(sys.argv[1])
for i in range(2, n * 2, 2):
pi = pi + s * (Decimal(4) / (Decimal(i) * (Decimal(i) + Decimal(1)) * (Decimal(i) + Decimal(2))))
s = -1 * s
c = c + 1
print (c, (pi))
Ustedes no lo notan, pero #python es severo cáncer. Y programe con #pycharm y verá lo que es la lentitud.
No solo estaríamos en marte sino que estaría reforestado si python no existiera.
Una hora instalando pandas, numpy y azure.storage y no acaba...
Me va a tocar desobedecer y trabajar en vscode aunque la empresa diga otra cosa
Nice little utility for using uv as a package manager and runner for python in Neovim
https://github.com/benomahony/uv.nvim
Discussions: https://discu.eu/q/https://github.com/benomahony/uv.nvim
He modificat #appy evitant repetir les mateixes línies de codi que verifiquen el token d'accés de l'aplicació client en els punts finals de l'API on es requereix un token d'accés.
El resultat final estalvia 537 línies.
> 3.14.0 alpha 6: Friday, 2025-03-14
The stars are aligning! Surely this isn’t just a happy #PiDay accident right!? (from the #Python 3.14 release schedule https://peps.python.org/pep-0745/)
So I'm trying to build python from source because the target box doesn't have the latest available as a package. This is fine, like it's a known thing, but I always try to use the latest version of Python for new projects because it increases the amount of time between writing it and needing to do the upgrade process. Plus newer Pythons come with nice features.
Then I get this baffling error which is: /home/matdevdug/Python-3.13.2/Lib/test/test_fstring.py:1655: SyntaxWarning: invalid escape sequence '\N'
self.assertEqual(f'{b"\N{OX}"=}', 'b"\\N{OX}"=b\'\\\\N{OX}\'')
I check test_fstring and yeah seems to be a legit warning. So I google it and find this: https://github.com/python/cpython/issues/129693 which is basically "yeah we should suppress SyntaxWarning in test_fstring".
I'm a little surprised that the current latest release of a non .0 version of Python doesn't exit clean with "sudo make altinstall". This is the first time in maybe a dozen times of doing this that I've encountered a problem.
Does anyone know the "right way" to fix this? I can obviously just make the test pass, but I don't know if there's a better way to do it. #python #make
Want visualization of your coverage diff without using some third-party service?
See https://meejah.ca/blog/cuvner-pull-requests
#python #coverage
[Project] Rusty Graph: Python Library for Knowledge Graphs from SQL Data
https://github.com/kkollsga/rusty-graph
Discussions: https://discu.eu/q/https://github.com/kkollsga/rusty-graph
Check out ANUS (Autonomous Networked Utility System) on GitHub! This open-source AI agent framework is designed to revolutionize task automation with its powerful & flexible features. Perfect for developers, researchers, and AI enthusiasts! Explore its capabilities: https://github.com/nikmcfly/ANUS #opensource #AI #automation #python xD
Built with #manus xD