Mega Bundle 1 by Jason Turner is the featured bundle of ebooks 📚 on Leanpub!
Link: https://leanpub.com/b/megabundle1
#CAndCpp #ComputerProgramming #Games #Python

Знакомьтесь, Барри Уорсо (цикл заметок о выдающихся питонистах)
Влюбился в Python в 1994-м, придумал PEP как систему управления изменениями в языке, спрятал пасхалку import this в стандартную библиотеку и годами прокладывал Python дорогу в Linux-дистрибутивы. Речь пойдёт о Барри Уорсо (Barry Warsaw) – первом неголландце в ядре Python. Будет интересно!
https://habr.com/ru/articles/1010076/
#python #python3 #pythonista #ubuntu #mailman #Barry_Warsaw #история_it #история_ит #pep #open_source
Entrenador Regex
#python #flask Expresiones Regulares #Aprendizaje
software sostenible conciencia #simbolos Tutor Fisica #Anzoategui #Lecheria
Same 945 combinations of 4 lines from a 3x3 grid of points. Lines are now colored according to their angle.
Find the sketch-a-day archives and tip jar at: https://abav.lugaralgum.com/sketch-a-day
Code for this sketch at: https://github.com/villares/sketch-a-day/tree/main/2026/sketch_2026_03_13 #Processing #Python #py5 #CreativeCoding

Zoox is hiring Machine Learning Engineer - Perception Offline Driving Intelligence
🔧 #python #machinelearning
🌎 Foster City, California
⏰ Full-time
🏢 Zoox
Job details https://jobsfordevelopers.com/jobs/machine-learning-engineer-perception-offline-driving-intelligence-at-zoox-com-jun-30-2025-6795f4?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
The first Python code I've exposed on github -- being pretty much completely ignorant about what to expect, if anything, and as to how github works once others can get their fingers into things.
Also pretty new to Python, if not coding.
We'll see how it goes.
https://github.com/kyle-memoir/Python-Random-Functions-Compared
#mathematics #python #github #coding
#Python is for artists too! #stickers
https://villares-shop.fourthwall.com/products/python-is-for-artists-too
I mirror one @gutenberg_org file on my github, as a self-decompressing #Python script. Actually, it just recalculates it.
It is e to aproximately 1 million places. The text of the file is uncompressed, but It computes e with a tiny bit of code.
But- it could be better. 🤔
https://gist.github.com/AdamOnza/1d5f9e97ebfefbc414557260e3cf0f8b
“So it's essentially a tuple comprehension.”
Read more 👉 https://pym.dev/custom-comprehensions/
🌖 GitHub - TomBadash/MouseControl:Logitech Options+ 的輕量級開源替代方案,專為 MX Master 3S 按鍵重新映射設計
➤ 擺脫臃腫驅動,重掌滑鼠控制權
✤ https://github.com/TomBadash/MouseControl
對於深受 Logitech Options+ 臃腫軟體所苦的用戶而言,MouseControl 是一個高效的輕量級替代方案。該專案完全在本地運行,無需雲端同步或帳號登入,即可實現 MX Master 3S 滑鼠的深度自訂。透過 Python 開發,支援 macOS 與 Windows 雙平臺,並具備按鍵重新映射、各應用程式獨立設定檔、DPI 調整及即時狀態監測等完整功能,為專業用戶提供了一個無追蹤、零遙測的精簡操作體驗。
+ 這正是我需要的!Logitech Options+ 為了幾個按鍵映射裝了一堆沒用的服務,還常駐背景佔記憶體,這個替代方案簡直是救星。
+ 測試過效果不錯,特別是 Per-application 檔案切
#開源軟體 #硬體客製化 #效率工具 #Python #HID++
@yantor3d Yeah that tracks - when I went to check the docs to confirm it, I saw that the hash randomization was added in 3.3. Though I don't know if #Python 2.7 actually guaranteed that hash values should be stable across different runs, or if it just happened to be implemented that way.
@yantor3d oof yeah that's a subtle one.
(#Python deliberately randomizes some hashes of common objects for security)