python

Back Open Paginator
11.03.2026 20:41
Python_Ireland (@Python_Ireland@mastodon.ie)

Next up is Nathaniel Forde, giving his talk on “Skill estimation, Agents and the Condorcet jury theorem”!

#PyConIe #Python #PyCon #PythonIe





Show Original Post


11.03.2026 20:11
Python_Ireland (@Python_Ireland@mastodon.ie)

We’re kicking off our March Python Ireland monthly meetup in MongoDB, with a talk by Manuel Fontan!

#PyConIe #Python #PyCon #PythonIe





Show Original Post


11.03.2026 20:03
webwings74 (@webwings74@mastodon.nl)

Posting on #Mastodon from the #CLI on my #Synology NAS. #test #python




Show Original Post


11.03.2026 19:59
p (@p@pixelfed.social)
Hand Tracking with MediaPipe (Task API)

Real-time hand tracking using the MediaPipe Task API and a TensorFlow Lite model.
The 21 hand landmark points are detected live and displayed as a skeleton. I used my old PlayStation 2 EyeToy camera with a resolution of 640×480 px.

Such systems can be used for gesture control, motion capturing, VR/AR interaction, touch-free interfaces, robotics interfaces, or even for computer games and creative projects.

Similar techniques can be used to implement other forms of computer vision, such as face or eye tracking, by using the corresponding model instead of the hand model.

Video workflow:

- Recorded with OBS
- Edited in Kdenlive
- Transcoded with VAAPI (H.264)

Everything runs on Linux + Python (FOSS), so anyone can set this up.

Background music: Kenke - Counting Stars (Rock Version) [Nightcore] (https://www.youtube.com/watch?v=y8OwQo225cI)

#ComputerVision #MediaPipe #MachineLearning #HandTracking #Python #Linux #OpenSource #RetroTech #EyeToy



Show Original Post


11.03.2026 19:08
treyhunner (@treyhunner@mastodon.social)

Python Tip #70 (of 365):

Print partial lines by specifying end="" 🧵

Instead of writing to "sys.stdout" to avoid printing newlines:

sys.stdout.write(prefix)
sys.stdout.write(remainder + "\n")

Consider passing end to print():

print(prefix, end="")
print(remainder)




Show Original Post


11.03.2026 18:52
dethos (@dethos@s.ovalerio.net)

"Replacing tox with UV"

blog.changs.co.uk/replacing-to

#python #testing #uv




Show Original Post


11.03.2026 18:34
phildini (@phildini@wandering.shop)

The pipeline for @civicband is 100% running into this issue @hynek documented three years ago: hynek.me/til/rq-macos/

Are there more modern python queues that have don't have this issue? Maybe it's too inherent to #python on #macOS




Show Original Post


11.03.2026 18:13
cazabon (@cazabon@mindly.social)

Now this is an interesting #Python problem. I don't know if it's a #bug, but it's a change in behaviour that I don't see documented.

I upgraded from #Debian 12/Bookworm to 13/Trixie, so the default Python3 changed from 3.11 to 3.13. A script of mine broke, because `pathlib.Path.is_mount()` changed behaviour when the path is a symlink (at least to a directory).

i.e. I'm testing a path that is a symlink. The symlink points to a directory. That directory *is* a mountpoint. The `.is_mount()` test in 3.11 returned True, while in 3.13 it returns False.

This seems wrong to me. Most path-manipulation functions transparently treat symlinks as if they were the pointed-to object unless you pass an option/flag specifically to say you want the symlink itself.

Gonna have to dig to see what else I can find.

#pathlib #path #is_mount #stdlib #behaviour #symlink #filesystem #mountpoint #mount




Show Original Post


11.03.2026 18:05
r (@r@fed.brid.gy)

Release 10.8.2 of passagemath, the comprehensive #OpenSource #Mathematics system in #Python, the pip-installable modularized fork of #SageMath, is now available. Thanks to work by Shahzeb Imran, rich output (LaTeX formulas, 2D and 3D graphics) is now available in @marimo.io@bsky.brid.gy notebooks.

RE: https://bsky.app/profile/did:plc:htd5nd5zj62hey7e7lm3a6ky/post/3mgqnhs6khs24





Show Original Post


11.03.2026 18:04
bterwijn (@bterwijn@fosstodon.org)

An exercise to help build the right mental model for Python data.
- Solution: memory-graph.com/#codeurl=http
- Explanation: github.com/bterwijn/memory_gra

The “Solution” link uses 𝗺𝗲𝗺𝗼𝗿𝘆_𝗴𝗿𝗮𝗽𝗵 to visualize execution and reveals what’s actually happening.

#Python #programming #memory_graph





Show Original Post


11.03.2026 18:00
HelPy (@HelPy@fosstodon.org)

Next up!

The famous #HelPy quiz with Jerry Pussinen, and thanks to @cheukting_ho for the questions!

Then @PawelPiwosz from @upcloud: UpCloud, Docker and FastMCP. How to build reliable MCP Server in minutes.

Thanks again to UpCloud for hosting, and see you next month at TEK & ILRY!

#Helsinki #Python #meetup





Show Original Post


11.03.2026 17:49
treyhunner (@treyhunner@mastodon.social)

“Have you ever wanted to invent your own comprehensions in Python?”

Read more 👉 pym.dev/custom-comprehensions/




Show Original Post


1 ...342 343 344 345 346 347 348 349 350 351 352 ...1593
UP