Be like the PSF. Best humans in tech ever. #Python
Pendant que la communauté Ruby se demande si la nazisme c'est bien ou pas, la Python Software Fundation (PSF) vient de rejeter 1.5 M$ à cause de la condition liée de n'entreprendre aucun travail en matière de diversité, d'équité et d'inclusion !
La PSF a décliné favorisant ses valeurs à la thune. Bravo.
https://fosstodon.org/@ThePSF/115446659195456270
#python #pyfr #pythonfr #dei #programmation #dhh
"When it comes to writing short scripts or CRUDs, Python is a great choice. With its rich ecosystem and broad adoption, it can be easily used to scrape some data or to perform data analysis. However, maintaining a large codebase in Python can be very problematic."
https://blog.jetbrains.com/kotlin/2025/10/from-python-to-kotlin-a-transition-worth-making/
PSF has withdrawn $1.5M proposal to US Government grant program
https://pyfound.blogspot.com/2025/10/NSF-funding-statement.html
#HackerNews #PSF #USGovernment #Grant #Funding #Python #Community
Well, this was supposed to be an easy task - I mean, how hard can it be to just update an existing #python script that can split #EPUB omnibuses into individual books to rely on ready-made libraries instead of custom code and include #EPUB3 support as well?
Well, apparently EPUB's can be really complex and persnickety things, especially when you try to support both EPUB2 and EPUB3, ensure standards-compliance, and do a few fancy things at the same time. But now, version 0.0.1 is almost useful - for the less than ten people around the world that might find a stand-alone Python epub splitter with GUI useful.
https://codeberg.org/otterside/epubsplit_gui

@ThePSF This is quite literally putting your money where your mouth is. Admirable. High integrity. Thank you, PSF!
#python #dei
"TLDR; The [#Python Software Foundation] has made the decision to put our community and our shared diversity, equity, and inclusion values ahead of seeking $1.5M in new revenue. Please read and share."
https://pyfound.blogspot.com/2025/10/NSF-funding-statement.html
While funding is important for an open source project, it's nice to see the PSF sticking to their values rather than be at the whim of the current US federal government.
Python Software Foundation: The PSF has withdrawn $1.5 million proposal to US government grant program
The PSF has withdrawn $1.5 million proposal to US government grant program
The Python Software Foundation just had to pass on a US$1.5M grant from the National Science Foundation for PyPI maintenance. One condition of the funding was that the PSF drop any DEI efforts, and if this condition is violated, they can claw back the money. (As if security would be a broad benefit.) That's too risky, so the PSF had to pass on the funding.
If you develop #Python code or rely upon it for your business, it'd be great if your company could become a sponsor of the PSF, or if you could donate personally to the PSF.
https://fosstodon.org/@ThePSF/115446659195456270
#Python #PSF #NSF #PyPI #diversity
So someone found a segfault in NumPy and reported it as a security bug: https://huntr.com/bounties/49928a2c-c6bb-4c1c-80ec-5d7bf708bf28. After some back and forth, the NumPy developers agreed it was a security bug (with a low score, but still).
However, since fusil had already found that crash and I had reported it 2 months earlier (https://github.com/numpy/numpy/issues/28829), the report was deemed a duplicate and no CVE was assigned.
We didn't find a CVE, but avoided one :)
Link to fix: https://github.com/numpy/numpy/pull/30071
#fusil #fuzzer #fuzzing #numpy #python
Buenos días #fediverso! #TZAG
Les comento que esta semana tenemos todos los #cursos de #juncotic en #descuento para seguidores! 🔥
Pueden acceder a cada #curso al mejor precio de #udemy hasta fin de mes.
Todos los enlaces de descuento acá: 👇
Ojalá les sirva y lo puedan aprovechar!
La #oferta es por tiempo limitado ⌛
Cualquier duda sobre el acceso, contenido, u otras formas de pago me escriben! 💬
#gnu #linux #ssh #firewall #python #flask #wireshark #scripting #lpic
Построение E2E-решения для прогнозирования временных рядов на примере метеоданных
Привет, Хабр! Четыре года назад, еще в институте, одним из моих первых серьезных проектов была простая LSTM-модель для прогноза погоды. Недавно, пересматривая старые наработки, я задался вопросом: насколько дальше можно зайти, применив накопленный за эти годы опыт и современные инженерные практики? Эта статья — история такого "рефакторинга длиною в 4 года". Это рассказ о том, как простой академический проект был переосмыслен и превращен в полноценное End-to-End (E2E) решение. Цель — не просто снова предсказать погоду, а на практическом примере продемонстрировать системный подход к построению ML-пайплайна с нуля. В статье рассматриваются все ключевые этапы: от разработки отказоустойчивого веб-скрапера до проведения сравнительного анализа трех разнородных моделей прогнозирования:
https://habr.com/ru/articles/960598/
#python #pytorch #timeseries_forecasting #парсинг