https://www.youtube.com/watch?v=GfH4QL4VqJ0 This documentary about Python made me think about all the minds/companies creating in Europe and getting poach by USA companies. Talk about sovereignty
#DigitalSovereignty #EU #Tech #Python #Innovation
If we’re not calling #python 3.14 “Pi-thon”, what are we even doing?
https://github.com/aboutcode-org/scancode-toolkit/issues/4541 is my writeup on porting scancode-toolkit to #Python 3.14 in #Fedora. A mix of typing, tarfile, and ast changes in Python 3.14 along with upstream's not particularly proactive approach to addressing deprecation warnings made this quite ✨fun✨.
As a world-leading expert 😛 in developing #bash scripts long past the point in which they should be translated to #Python (exhibit A: https://gist.github.com/diazona/fa34f1d5163086f8236b)... "sadly" the time has come to translate it to Python
I think this will be my project this weekend
Watching the #Python documentary and playing “Count the #SplitKeyboards” 🩷
(Truly my people!)
4304 non-overlapping triangle triplets form points on a 3x3 grid. #shapely Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_08_29
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
Anatomy of a Python Loop
https://orencodes.io/anatomy-of-a-python-loop/
#pandas #python #ai #dataengineering #datascience #machinelearning #education #dataanalysis #data
source
This 👇🏽 #documentary on the #history of #Python was a great watch 👌🏽:
“Python: The Documentary”, CultRepo (https://www.youtube.com/watch?v=GfH4QL4VqJ0).
On HN: https://news.ycombinator.com/item?id=45058171
#Video #Programming #ComputerHistory #ProgrammingLanguages
@taconi aê! torcendo muito aqui! #algorave #python #creativeCoding
New video on the 3 ways to check your operating system in #Python.
os.name is the least granular
sys.platform has well-documented values
platform.system() is the only runtime check (the others technically check the OS Python was built for rather than the OS it's running on).
Reloading Classes in Python
https://andrewpwheeler.com/2025/08/26/reloading-classes-in-python-and-shared-borders/
#HackerNews #ReloadingClasses #Python #Programming #CodeOptimization #SoftwareDevelopment