Añadiendo más funcionalidades a #NeoVault ![]()
.
#programming #python #code #hacktheplanet

une commande #uv partagée par Bob Belderbos de https://pybit.es/ pour déterminer le chemin de dépendances qui introduit une certaine dépendance donnée dans un projet Python (six, dans les exemples suivants) :
Graphique ascendant des dépendances de six :
> uv tree --package six --invert
Idem, avec les contraintes de numéros de version
> uv pip tree --package six --invert --show-version-specifiers
@santi I integrated Resend into my backend after determining I wouldn't be able to use SMTP through my ISP or from my DigitalOcean VPS.
It was easy to integrate with #python and they have a decent free tier for low volumes. Not sure how their pricing stacks up once you're going beyond the free tier.
It's that time again: we're kicking off the latest Python Developers Survey in partnership with @jetbrains! Contribute to the understanding of the Python community and join in the 2026 survey 🐍📝 #python #pythondevsurvey
https://surveys.jetbrains.com/s3/python-developers-survey-2026
🐍 The #Python standard library is loaded with goodies that will make you a more productive developer. In this Pythonic code article, let's look at some of the packages that will help you a ton. https://www.mattlayman.com/blog/2017/pythonic-code-using-standard-library/
pandas 3.0 bringt einheitlichen String-Typ und Performance-Optimierung
Mit Version 3.0 führt die Python-Bibliothek einen einheitlichen String-Typ ein und verbessert die Copy-on-Write-Methode.
Malicious PyPI Package impersonates SymPy, deploys XMRig Miner on Linux Hosts.
The package, named sympy-dev, mimics SymPy, replicating the latter's project description verbatim in an attempt to deceive unsuspecting users into thinking that they are downloading a "development version" of the library. It has been downloaded over 1,100 times since it was first published on January 17, 2026.
https://socket.dev/blog/pypi-package-impersonates-sympy-to-deliver-cryptomining-malware
#pypi #secure #python #programming #it #security #privacy #engineer #media #developer #tech #news

un épisode du podcast @talkpython qui fait le bilan 2025 de l'écosystème #Python et aborde les perspectives de 2026 : https://youtu.be/PfRCbeOrUd8
Pour aller au plus court, il y a l'article qui l'accompagne : https://thenewstack.io/python-whats-coming-in-2026/
En résumé, on y parle (entre autres) de uv, de ty et pyrefly, ou de lazy imports.
I vibe coded the #SQLite TUI I've always wanted with #python and #textual. Fast, simple way to view and query SQLite databases in the Terminal. https://github.com/RhetTbull/sqv
Nieuwe doek geplaatst en ze waren met 1 trein aan het testen maar of het de nieuwe was 🤷🏼♀️ #Python #Efteling #WinterEfteling

Параллелизация pytest: от xdist до Kubernetes
Тесты — это хорошо. Медленные тесты — это CI на 40 минут и разработчики, которые забывают их запускать локально. Разберём, как ускорить pytest от простого -n auto до распределённого запуска в Kubernetes.
https://habr.com/ru/companies/otus/articles/988088/
#python #параллелизация_тестов #pytest #изоляция_фикстур #flakyтесты
My demo project to RAG your email with @regolo_ai is here :-) #ai #llamaindex #python
https://regolo.ai/privacy-first-email-search-building-a-rag-system-with-llamaindex/