#tekniknörderi Ca nu är det 200 år sedan jag började skriva #python för pengar. Jag känner mig välgit hemma i språket och det har utvecklats otroligt men det verkar som AI-vågen kanske gör att det kommer bli helt dominerande för alltid. Det är jag inte lika bekväm med. Har Python blivit det nya FORTRAN 77 tro?
Heute per Videokonferenz beim Ergebnisworkshop "Bausteine Computergestützter Datenanalyse BCD.nrw" mit #OER Modulen zur Programmierung in #Python und #Statistik in R
Übersicht der Bausteine:
https://github.com/bausteine-der-datenanalyse/bcd-dokumentation/wiki/%C3%9Cbersicht-der-Bausteine

Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_11_20
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding

RE: https://mastodon.world/@hamatti/115588021956941037
Our Juhis visited @pyconfi this year to share his tips for debugging #Python.
Check out the talk from Youtube if you missed it!
My talk from @pyconfi was published today.
In the talk, I share my tips for becoming better at debugging: the mindset, some processes and great Python tooling.
https://www.youtube.com/watch?v=Kep3kN2Ay04
#Python #debugging #PyCon #PyConFinland #archipylago @archipylago
Wanted to build a small UI frontend for a small sqldb for internal use.
Someone recommended #nicegui and #tortoiseORM to me a while ago and this was the perfect usecase to play with it.
Can recommend for quick results and compact code.
Folks, if your #Python desktop app doesn't set a custom name for its process, please do your #Linux users a favor and make sure to set a pretty name instead of letting it call itself "python3" by default ![]()
It would be neat to have a patch for @GettingThingsGNOME in https://github.com/getting-things-gnome/gtg/issues/638
A few other examples of affected apps:
* https://gitlab.gnome.org/World/apostrophe/-/issues/650
* https://github.com/mike-fabian/ibus-typing-booster/issues/833
* https://github.com/AlexanderVanhee/Gradia/issues/277
* #LibreOffice is… hard to convince: https://bugs.documentfoundation.org/show_bug.cgi?id=164305

@labplot@lemmy.kde.social @opensource
Another student worked on integrating KTextEditor in #Cantor. This adds to #LabPlot essential features like auto-indent, code completion, and spell check while reducing maintenance and ensuring consistency across backend editors.
#Python #Maxima #R #Julia #Notebook

Oh wow, Gitlab got design update recently. They also added their "AI agent" like clockwork.
#gitlab #interface #web #ui #programming #python #java #javascript #kotlin #sysadmin

Восемь высокопроизводительных Python-библиотек в копилку разработчикам
Когда в 1991 году Гвидо ван Россум представил миру Python, никто не мог предсказать, какое место через несколько десятилетий этот язык займет в веб-разработке, Data Science и Machine Learning. Сейчас Python продолжает развиваться: с новым поколением инструментов в прошлое уходят традиционные ограничения — производительность, GIL и сложность параллельных вычислений. Привет, Хабр! С вами Леша Жиряков, я руковожу бэкенд-направлением витрины KION, возглавляю гильдию по Python и пишу для блога MWS на Хабре. Я каждый день сталкиваюсь с вызовами высоконагруженных систем и сформировался пул инструментов, которые помогают решать критические проблемы современной разработки — от обработки данных с Polars до управления зависимостями с UV. В этом материале я сделаю обзор Python-библиотек, с которыми можно создавать системы, сравнимые по производительности с Go и Rust.
https://habr.com/ru/companies/ru_mts/articles/968776/
#библиотеки #python #fastapi #litestar #polars #httpx #dask #Pydantic_V2 #ruff #Pithon_UV
Comparar 4 soluciones aproximadas de Euler hacia adelante y la solución exacta calculando el error
#python #Mate #Tutor #Curso #Matematica #Matematicas #Errores
🌘 Qtile 視窗管理員:Python 驅動的平鋪體驗
➤ 從 XFCE 到 Qtile 的 Python 平鋪式視窗管理器深度配置指南
✤ https://tech.stonecharioteer.com/posts/2025/qtile-window-manager/
作者分享了從 XFCE 轉向全 Python 編寫的 Qtile 平鋪式視窗管理器的歷程。文章詳細介紹了安裝 Qtile 的方法、利用 Python 進行配置的策略,包括如何模組化配置、設定顏色、自訂滑鼠移動、鍵盤快捷鍵、硬體感知的元件,以及 AMD GPU 的整合。作者強調了 Python 配置的強大性、從簡單開始逐步迭代的重要性,以及考慮硬體感知和效能的重要性。
+ 非常棒的教學!我一直想嘗試平鋪式視窗管理器,這篇文章的 Python 配置方式聽起來比我想像的要容易上手多了。
+ 感謝作者分享這麼詳細的配置細節,特別是關於虛擬環境和桌面啟動項的部分,非常實用!
#Linux #Qtile #Python #視窗管理員 #平鋪式視窗管理