python

Back Open Paginator
06.02.2026 22:37
IllestPreacha (@IllestPreacha@post.lurk.org)

Paletting3

Coded #python then remixed

#creativecoding
#Grids
#symmetry
#colurfull
#palettes
#dataviz
#dataart
#Worldbuilding
#visualpoetry
#colorscape
#recursive
#creativecodeart





Show Original Post


06.02.2026 22:29
objects (@objects@manganiello.eu)

Dear fellow #Python developers and packagers: if someone on PyPI has already picked up a name that you really really wanted for your module, is it too much to ask not to retaliate by picking a name that will make things very confusing and ambiguous forever for anyone who tries to use either of the modules?

In particular, if someone picked the name foo already, can you please refrain from naming your package python-foo?

Otherwise we keep getting absurd situations like multipart and python-multipart.

And then, because of the most common naming convention for Python packages distributed by pacman, apt, yum etc., this translates into crazy things like python-multipart and python-python-multipart.




Show Original Post


06.02.2026 22:26
davep (@davep@fosstodon.org)

It's taken a wee bit longer than I initially anticipated -- mostly because I've had fun experimenting (and also because I did a whole side quest where I swapped out the non-async TypeDAL for the async Tortoise ORM for the local db) -- but I'm getting close to calling v1.0.0 on OldNews, a #terminal client for TheOldReader.

There's still a good few things on the TODO list in GitHub issues, but they're mostly all post-v1.0.0 doodling enhancements.

github.com/davep/oldnews

#Python #RSS #News #TUI





Show Original Post


06.02.2026 21:49
objects (@objects@bbs.kawa-kun.com)
Kind of wild that I've been working with #Python for ~20 years. :blobfoxgooglymlem:


Show Original Post


06.02.2026 21:49
tchauhan (@tchauhan@mastodon.mit.edu)

A question for emacs users who have a python REPL workflow and use corfu (so a very small, possibly 0-member group).

Has anyone been able to get completions to work on the REPL in vterm ? I keep getting:

>>> ["0__dummy_completion__", "Path", "1__dummy_completion__"]

or much larger walls of text. Makes using the REPL impossible.

#emacs #corfu #python #vterm




Show Original Post


06.02.2026 21:31
SonstHarmlos (@SonstHarmlos@sueden.social)

#VSCode mit den Erweiterungen für #Python findet die Unittests, aber führt sie nicht aus. Lange nach der Ursache gesucht.

Des Rätsels Lösung: Ich hatte das Projekt über einen Symlink geöffnet (~/dev/git/Projekt). Wenn man es über den "richtigen" Pfad öffnet (~/Dokumente/Devel/git/Projekt) laufen die Tests.

🤦‍♂️




Show Original Post


06.02.2026 21:14
rolliebae (@rolliebae@mastodon.social)

🎮📊 Aspiring data analyst in esports.

When I watch CS, I already think like an analyst: round win rates, meta shifts, match predictions.

🛠 Stack: Python, SQL, Power BI / Tableau
🎯 Goal: land a data analyst role in gaming in 6–12 months

Where I see myself:
🔹 Esports orgs
🔹 Betting companies
🔹 Game studios

Let's connect if you're in the space! 🚀




Show Original Post


06.02.2026 21:01
pytexas (@pytexas@fosstodon.org)

Have you been looking for a place to share your knowledge with other interested #python developers? 🐍

Every 1st Tuesday of the month, #PyTexas has a meetup on Discord & we would love to hear what you would like to share! 💛

Learn more here: pytexas.org/meetup





Show Original Post


06.02.2026 20:36
sethmlarson (@sethmlarson@mastodon.social)

The Python Security Response Team membership is now public with a documented nomination process 🥳

devguide.python.org/developer-




Show Original Post


06.02.2026 20:36
r (@r@bsky.brid.gy)

Final release candidate 10.8.1.rc3 of passagemath, the pip-installable modularized fork of #SageMath. github.com/passagemath/... #Python #OpenSource #Mathematics #orms

Release passagemath-10.8.1.rc3...




Show Original Post


06.02.2026 20:10
treyhunner (@treyhunner@mastodon.social)

Python Tip #37 (of 365):

If you're missing function overloading from another programming language, try default argument values as an alternative.

For example, Python's range() accepts 1, 2, or 3 args. Here's a partial (theoretical) implementation:

def range(start, stop=None, step=1):
if stop is None:
start, stop = 0, start
...

This is an advanced example, as None here indicates "no argument provided" so the argument meanings then change.

🧵(1/2)




Show Original Post


06.02.2026 20:04
glyph (@glyph@mastodon.social)

Can any folks develop an opinion about github.com/glyph/Fritter/pull/ ? I don't need a full code review but it would be really useful to have thoughts about whether it's clear when this would be useful, if it would in fact be useful, or if "discrete" is both a correct and useful shorthand for what it's doing.




Show Original Post


1 ...525 526 527 528 529 530 531 532 533 534 535 ...1588
UP