All algorithms implemented in Python - for education: https://thealgorithms.github.io/Python/DIRECTORY.html
投資で破産しないための数学:ケリー基準を理解する
https://qiita.com/tikeda123/items/3f4dd42c8f57333deeaf?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
[#NSI & #Python] Sujet sur les fonctions récursives
👉 https://www.codepuzzle.io/SEGZ6W
▪️ Dupliquer le sujet pour le modifier
▪️ Créer un devoir pour suivre le travail des élèves, évaluer leurs copies et rendre correction + corrigé
▪️ Sujet+copie pour un entraînement en autonomie

🚀 We’re thrilled to announce Canonical, the publishers of Ubuntu, as sponsors of #PyConAfrica2025!
With a global community of 200,000+ contributors, Canonical delivers open source faster, more securely, and more cost effectively—powering everything from connected devices to the world’s largest mainframes. 🌍✨
🎟️ Be part of PyCon Africa: https://za.pycon.org/tickets
#PyConAfrica #Ubuntu #Canonical #Python

🚀 We’re thrilled to announce Canonical , the publishers of Ubuntu, as sponsors of #PyConAfrica2025!
With a global community of 200,000+ contributors, Canonical delivers open source faster, more securely, and more cost effectively—powering everything from connected devices to the world’s largest mainframes. 🌍✨
🎟️ Be part of PyCon Africa: https://za.pycon.org/tickets
#PyConAfrica #Ubuntu #Canonical #Python
🚀 We’re excited to welcome the National Integrated Cyber Infrastructure System (NICIS) and the Centre for High Performance Computing (CHPC) as sponsors of #PyConAfrica2025!
NICIS drives scientific and industrial development in South Africa by providing high-performance computing, high-speed networks, and world-class data infrastructure. 💡
🎟️ Join us at PyCon Africa: https://za.pycon.org/tickets
#PyConAfrica #Python #NICIS #CHPC #Research
Hey programmers!
In your opinion, is ReactiveX (framework across multiple languages and platforms implementing the observer pattern) _functional_ reactive programming (FRP)?
I'm aware of the official statement in the docs, and I have my own opinion, but I've also seen some people disagree with both, so I'm curious about your reasoning.
#programming #reactivex #dotnet #javascript #csharp #closure #java #scala #python #ruby #cpp
It feels like I'm passing each workerunds of #Python packaging approaches while migrating to a fresh build system in #Guix.
Nowadays python projects depend on Rust, particularly #uv and #ruff, time for new build backend - #uv_build.
https://codeberg.org/guix/guix/issues/3149
https://codeberg.org/guix/guix/issues/3076
https://codeberg.org/guix/guix/src/branch/master/gnu/packages/python-build.scm
I spent the day making a python code that generates random weird pharmaceutical names. Life is short, spend your time wisely.
#python #pharmaceuticals #drugs #funny

#python #programmieren : Ich schreibe an einem Mini-Spiel in dem für mehrere Spielende in einer Schleife je eine Summe x Kapital generiert wird. Dabei werden die Schleifendurchläufe y gezählt. Ich möchte nun x mit y verknüpfen und in die Schleife zurückführen, sodass Spielende im nächsten Durchlauf das beim letzten Durchlauf generierte Kapital wieder als Grundlage zur Verfügung haben. Das muss doch gehen -- aber wie ist die Syntax der Verknüpfung?
If anyone uses music21, this might be handy: https://github.com/ology/Music/blob/master/m21_config.py
I couldn't find any easy way to inspect and set the m21 environment without firing up the interpreter and importing, etc.
So this does that in a little program. :)
@maphew Okay, I suppose it makes sense why that would motivate you to develop the tool. (Those reasons are not things that I care about at all, which explains why I missed the point.)
But still, using uv run as the shebang line in the script would solve all those problems just as well - unless there's something else I'm missing? You'd have a self-contained executable script that you could just copy into $PATH and run like any other program.