Learning about randomisation.
It seems Python uses Mersennetwister to randomise data.
Interesting
https://nl.wikipedia.org/wiki/Mersennetwister
Print a calendar for the year 2026 with Python: `python -m calendar 2026`. Similar functionality with the *nix command `cal`. https://docs.python.org/3/library/calendar.html#command-line-usage #python #calendar #cli #unix #newyear2026

2026/01/02 今日のQiitaトレンド記事をポッドキャストで聴こう!
https://qiita.com/ennagara128/items/be6a7b46d923ae96d89c?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #Python #AWS #AI #MCP #ClaudeCode
ばねに繋がれた2物体の運動について(連成振動)
https://qiita.com/arairuca/items/3268497289a2df6c5977?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #Python #数学 #物理 #高校物理 #力学
Decorators vs Higher-Order Functions: Function Enhancement Battle
Python decorators vs JavaScript higher-order functions. Which approach to function enhancement is more elegant? Mind-blowing comparison!
#python #javascript #pythonvsjavascript #decorators #higherorderfunctions #functioncomposition #programmingcomparison #codecomparison #pythontricks #javascripttricks #functionalprogramming #viralcoding
https://www.youtube.com/watch?v=jGc0YMGEKz8
🚀 Impulsa tu negocio con el **Sistema de Automatización de Cumplimiento Normativo y Gestión de Informes** de Xiliux. Una solución self-hosted, sin pagos recurrentes y desarrollada en Python puro. Optimiza auditorías y trazabilidad con NiceGUI y AsyncIO. Transforma tu gestión hoy. #LegalTech #Python #Xiliux #Dev #NiceGUI

Intercept - Un dashboard SIGINT pour votre clé RTL-SDR
https://fed.brid.gy/r/https://korben.info/intercept-sigint-dashboard-rtl-sdr.html

10 years of personal finances in plain text files https://lobste.rs/s/watv0s #finance #python
https://sgoel.dev/posts/10-years-of-personal-finances-in-plain-text-files/
10 years of personal finances in plain text files
https://fed.brid.gy/r/https://sgoel.dev/posts/10-years-of-personal-finances-in-plain-text-files/
One Number I Trust: Plain-Text Accounting for a Multi-Currency Household
https://lemmy.world/post/41035680
Python chaotic evil alignment:
# (buried halfway down a file)
π = math.e
#Python #unicode #alignment #ChaoticEvil #chaos #evil #DandD
IE in #Python:
sura = lambda lo,hi: sum(range(lo,hi+1))
assert 2026 == sura(1,53)+sura(55,64)