social.bund.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
Dies ist der Mastodon-Server der Bundesbeauftragten für den Datenschutz und die Informationsfreiheit (BfDI).

Administered by:

Server stats:

97
active users

#python

19 posts19 participants1 post today

Interesting idea, although I don't know if it needs to be a primitive. The os.tree function in #Python does this for file systems and, as a model, could be used as the basis for other kinds of tree structures.

> Programming languages should have a tree traversal primitive. blog.tylerglaiel.com/p/program

Tyler Glaiel's Blog · Programming languages should have a tree traversal primitiveBy Tyler Glaiel
#programming#C#CPP

🏗️ Tracking Bonn's construction projects just got easier! Our Python tool automates downloading & analyzing official reports from opendata.bonn.de 🇩🇪 Transparency FTW! ✅

✨ LATEST UPDATE: Added a visual progress bar to the `download-documents` command (shoutout to the `click` library!). See exactly how fast that data is coming in! 📊

🔗 Dive into the code change here:
codeberg.org/goern/bonn-staedt

#OpenSource #Python #OpenData @BundesstadtBonn #GovTech 💻🔓

opendata.bonn.deOffene Daten Bonn

OpenAI Triton

OpenAI Triton is a specialized programming language and compiler designed to simplify the development of highly efficient GPU programs. Triton enables machine learning researchers and engineers to write custom GPU kernels using Python-like syntax while achieving performance comparable to highly optimized CUDA implementations.

ml-nn.eu/a1/73.html

ml-nn.euOpenAI TritonMachine Learning & Neural Networks Blog

We all aim to make our programs faster, but have you ever tried doing the opposite? In this article, @carlk demonstrated how a simple nested loop can create a program that runs longer than the universe's lifetime. He dove into concepts like tetration (yes, it goes beyond exponentiation), 5-State Turing Machines

towardsdatascience.com/how-to-

Towards Data Science · How to Optimize your Python Program for Slowness | Towards Data ScienceWrite a short program that finishes after the universe dies