python

Back Open Paginator
18.02.2026 01:47
villares (@villares@pynews.com.br)

#viridis
Find the sketch-a-day archives and tip jar at: abav.lugaralgum.com/sketch-a-d
Code for this sketch at: github.com/villares/sketch-a-d #Processing #Python #py5 #CreativeCoding





Show Original Post


18.02.2026 00:38
sythsaz (@sythsaz@mastodon.social)

Coding is C# sure feels different than coding in Python. I can't quite put my tongue on it yet but there's definitely something.




Show Original Post


17.02.2026 23:33
dhobern (@dhobern@scicomm.xyz)

I just found some (to me surprising behaviour) with #ImageMagick #montage on #Fedora 43.

Assume A.png and B.png exist in the current folder.

Run this command:

montage -stroke lightblue A.png B.png -background black C.png

C.png now contains a montage of A.png and B.png

Change the background color like this:

montage -stroke lightblue A.png B.png -background #6d6d6d C.png

No errors are produced. Now reissue:

montage -stroke lightblue A.png B.png -background black C.png

This time, an error appears:

montage: no decode delegate for this image format `' @ error/constitute.c/ReadImage/746.

This took me an hour and a half to resolve.

I see clearly the mistake I made a shell programming mistake in the second command (although I didn't catch it because the parameters were actually constructed in #Python).

However, the final error indicates that IM processes parameters in a way that I did NOT expect. Is this just me?

I've raised it as a discussion here:

github.com/ImageMagick/ImageMa





Show Original Post


17.02.2026 23:20
deadtom (@deadtom@dice.camp)

OwnchatBot version 1.1.9 released

* GiveButter support
* Various accessibility changes

git.deadtom.me/deadtom/Ownchat

#Owncast #Streaming #Python




Show Original Post


17.02.2026 23:03
stephenblum (@stephenblum@mastodon.social)

Calling cpu() twice is safe, it just does nothing.





Show Original Post


17.02.2026 22:46
fred (@fred@social.grimbox.be)

Migration réussie d’une appli #django de #heroku vers #hetzner 💪

Autant je connais les rouages, autant la stack #nginx #systemd #supervisor #python #gunicorn #postgresql me gonfle un peu 🤭 sans parler qu’il a fallu renouveler les certificats (expirés) via #letsencrypt et configurer une nouvelle entrée au niveau dns.

… en soi, rien n’est réellement compliqué (pour peu que l’on s’y intéresse 🙃)… et en même temps : ça fait beaucoup de choses à comprendre et à configurer pour « juste un CRUD de plus ».

Tout ça manque terriblement de déploiement « push buttons » et de stacks simplifiées.

Je devrais peut-être regarder du côté d’#ansible 🤭




Show Original Post


17.02.2026 22:17
driscollis (@driscollis@mastodon.social)

My latest book Kickstarter campaign is halfway through.

If you'd like to better understand or finally learn all about Python's type-hinting system and type-checking tools, then check out my new book!





Show Original Post


17.02.2026 22:01
ploum (@ploum@mamot.fr)

Multiple people have requested an easy way to install #offpunk under Windows 🪟

My last Widows experience was XP, I cannot help. But maybe you can help by creating an Offpunk package for Scoop:

scoop.sh/

Packagers are also requested for:
- Homebrew 🍏
- OpenBSD :openbsd:
- Fedora :fedora:

Don’t hesitate to join the mailing-list:
lists.sr.ht/~lioploum/offpunk-

#python #cli #offlinefirst




Show Original Post


17.02.2026 21:22
hugovk (@hugovk@mastodon.social)

Please welcome the newest member to the CPython core team, Itamar Oren!

discuss.python.org/t/vote-to-p

hugovk.github.io/python-core-t




Show Original Post


17.02.2026 21:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

Hudson River Trading is hiring Software Engineer (C++ or Python) – 2026 Grads

🔧 #cplusplus #python #c
🌎 New York City, New York
⏰ Full-time
🏢 Hudson River Trading

Job details jobsfordevelopers.com/jobs/sof
#jobalert #jobsearch #hiring




Show Original Post


17.02.2026 19:53
wnd (@wnd@fosstodon.org)

@bovine3dom I am going to argue you always have these trade-offs. It's just that they are more extreme with #python and similar script-like languages. But I am not a programmer and YMMV.




Show Original Post


17.02.2026 19:52
cbrnr (@cbrnr@scholar.social)

🚀 MNELAB 1.2.0 is out!

This release includes support for reading the new BrainVision Recording Format (BVRF) (brainproducts.com/support-reso). It also includes proper light and dark mode support for the macOS app icon, a redesigned XDF chunk dialog with improved XML display, and improved epoch indexing.

We recommend the standalone versions for macOS and Windows (on Linux use `uvx mnelab`).

github.com/cbrnr/mnelab

#eeg #python




Show Original Post


1 ...467 468 469 470 471 472 473 474 475 476 477 ...1589
UP