I learned about Scalingo this weekend, and was able to make a 0.1 release of the dsd-scalingo plugin for django_simple_deploy this afternoon.
This plugin should get top priority for development, because Scalingo has one of the best free trials in the industry right now.
https://github.com/ehmatthes/dsd-scalingo

🎙️ Python Bytes 469: Commands, out of the terminal
with @mkennedy and @brianokken
https://pythonbytes.fm/469
#Python
Hoy he dejado registrado un poco el programita que he hecho para hacer el mapa. Quizá esto quedaría mejor con un jupyter notebook pero suficiente uso ya xD https://hackmd.io/@dprieto/python-map-1 #python #obsidian
Friendly reminder: the 2026 Applied Machine Learning Conference is still accepting abstracts for talks and workshops. Visit the call for proposals page for details! I hope to see you here in Charlottesville this April!
Call for Proposals | Applied M...
Friendly reminder: the 2026 Applied Machine Learning Conference is still accepting abstracts for talks and workshops. Visit the call for proposals page for details! I hope to see you here in Charlottesville this April!
Call for Proposals | Applied M...
Running SQL queries on Spanish cadastre
https://en.chuso.net/cadastre-sql.html
#development #cadastre #PublicAdministration #ElectronicAdministration #eAdministration #Python #SQL #API
inline-snapshot-pandas 0.2.0 is out 🎉
It integrates snapshot() into pandas assert_frame_equal()
https://github.com/15r10nk/inline-snapshot-pandas

The first version of canonical-imports has been released 🎉.
It changes the imports in your project to the location where your imported elements are actually defined, which cleans up the code and can speed up your project.
https://github.com/15r10nk/canonical-imports

Bootcamp Riachuelo Cibersegurança: bolsas gratuitas para aprender hacking ético e defesa digital
https://guiadeti.com.br/bootcamp-riachuelo-ciberseguranca-dio/
#bootcampdio #ciberseguranca #hackingetico #kali #linux #python #segurancadainformacao
https://guiadeti.com.br/bootcamp-riachuelo-ciberseguranca-dio/?fsp_sid=685
It's already February! How are your #Python New Year's Resolutions coming along? 📋️ ✅️
Have you read any good Python books lately, or taken any new Python courses? Have you been making progress on that new Python project you wanted to start this year? We'd love to hear about it!

Как я устал пересчитывать кгс/см² в бары и написал своё приложение на Python
Я инженер ОВиК, и меня достало каждый день гуглить перевод кгс/см² в бары. Универсальные конвертеры не знают про Гкал/ч и кгс/м², а инженерные калькуляторы — платные или с рекламой. Написал своё Android-приложение на Python/Kivy: 10 категорий, 60 единиц измерения (включая все инженерные), 5 калькуляторов (скорость в трубе, тепловая мощность с гликолями, расширительный бак по СП 60.13330, потери на клапане, площадь изоляции). Работает полностью офлайн, бесплатно, без рекламы. Рассказываю как сделал, с какими граблями столкнулся и как выложил в RuStore.
https://habr.com/ru/articles/995558/
#python #kivy #android #buildozer #rustore #инженерный_калькулятор #конвертер_единиц #О
🚀 Announcing lodum v0.2.0 - the first public release! 🐍✨
lodum is a serialization library for #Python that prioritizes performance and ergonomics. By generating custom bytecode for your classes, we eliminate a bunch of overhead.
✅ Fast: ~64% faster serialization.
✅ Universal: 7+ formats supported out of the box.
✅ Data Science Ready: Native NumPy/Pandas support.
✅ 100% Pure Python & WASM compatible.
🛠 pip install lodum
📖 https://webmaven.github.io/lodum/
#PythonProgramming #DataScience #OpenSource