python

Back Open Paginator
04.03.2026 03:18
villares (@villares@pynews.com.br)

#CellularAutomata with a 16 cell neighborhood: (-1, -1), ( 0, -1), (1, -1), (-1, 0), ( 1, 0), (-1, 1), (0, 1), ( 1, 1), (-2, -2), ( 0, -4), (2, -2), (-4, 0), ( 4, 0), (-2, 2), (0, 4), ( 2, 2)
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


04.03.2026 01:40
hsukesan (@hsukesan@techhub.social)

What do you think as an essential non-technical skill for a software professional?
#softwareEngineers #programmers #womenwhocode #it #professionals #corporate #softwareDeveloper #softSkills #cpp #cplusplus #c #python #rust




Show Original Post


04.03.2026 01:18
dhobern (@dhobern@scicomm.xyz)

I'm speaking tomorrow at the Field #Naturalists Association of #Canberra meeting (held in the Slatyer Seminar Room at #ANU at 19:30). Visitors are welcome.

I'll give an overview of some of the interesting insects collected in a #MalaiseTrap over a year in a Canberra suburb, including some of the things we can learn from the resulting specimens and #DNA. Many of the specimens were sequenced as part of the International Barcode of Life project (#IBOL). There will be plenty of photos of insects and other invertebrates.

The FNAC meeting each month starts an hour and a half after the monthly meeting of the Canberra #Python Users Group, also on the #ANU campus, so it's quite possible to attend both. The topic this month is a "Talk Writing Workshop".

fieldnatsact.com/event/march-m

meetup.com/canberra-python-mee

#entomology #taxonomy #Australia #Hymenoptera #Lepidoptera #insects




Show Original Post


04.03.2026 01:01
shdwcdr (@shdwcdr@mastodon.social)

Automation systems rarely fail by crashing—they fail by repeating. 🌑

Retries are reactive, but governance is structural. In my latest post, I explore the "Pre-Execution Gate" pattern in Hexagonal Architecture to prevent runaway loops and $1,000 cloud bill mistakes.

Read the full breakdown on DEV:
dev.to/no1rstack/why-retry-log




Show Original Post


04.03.2026 00:59
jedie (@jedie@chaos.social)

I start a PR to support the #unPhone on #MicroPythonOS here:

github.com/MicroPythonOS/Micro

The groundwork is done: Display ist working and the OS launcher starts.

#OpenHardware
#python
#micropython




Show Original Post


04.03.2026 00:13
treyhunner (@treyhunner@mastodon.social)

Python Tip #62 (of 365):

Avoid conditionally present attributes.

Python's "del" statement is pretty much ONLY used to delete dictionary keys (or list indexes).

You'll probably never see "del" used to delete an attribute. There's a reason for that.

Deleting an attribute or a variable name is an odd thing to do.

Creating an object that sometimes has a specific attribute and sometimes doesn't is ALSO odd.

🧵 (1/2)




Show Original Post


03.03.2026 23:59
pythonrennes (@pythonrennes@social.breizhcamp.org)

hello !
La prochaine session de #Python #Rennes (en partenariat avec Rennes hashtag#DevOps) aura lieu le mardi 17 mars chez Kanoma (merci pour l'accueil 🙏) et parlera d'optimiser l'intégration continue de son projet Python (mais pas que).

Inscription sur meetup.com/python-rennes/event !

- Automatiser une release avec Github actions : montée de version, publication sur PyPI (@lucsorelgiffo)
- Comment l’IA va vous aider à réduire votre impact carbone (@nledez)

#Python #conférence #DevOps #ciCD #GenAI




Show Original Post


03.03.2026 23:08
post (@post@mander.xyz)

Python 3.12.13, 3.11.15 and 3.10.20 are now available!

mander.xyz/post/48342457




Show Original Post


03.03.2026 23:08
post (@post@mander.xyz)

The Python Insider Blog Has Moved!

mander.xyz/post/48342431




Show Original Post


03.03.2026 23:00
PythonPeak (@PythonPeak@mastodon.social)

Python Contextlib Redirect Stderr

contextlib.redirect_stderr for error redirection
Capture or redirect error output
Capture stderr

#python #programming #tutorial #coding #contextlib #redirect #stderr

youtube.com/watch?v=Irao4FSrxjM




Show Original Post


03.03.2026 22:37
davep (@davep@fosstodon.org)

BlogMore has now made it to v1.5.0; since I started this wee #AI experiment it's been coming along quite nicely and s handling my blogs really well.

blog.davep.org/2026/03/03/blog

#Python #blog #blogging #github #copilot




Show Original Post


03.03.2026 22:25
AndriiKuznietsov75 (@AndriiKuznietsov75@social.kyiv.dcomm.net.ua)

👨‍💻 Топ-10 мов програмування 2026 року: що найчастіше використовують українські айтівці.Перша п’ятірка мов програмування не змінилася. Як і минулого року до неї увійшли #TypeScript, #Python, #JavaScript, C#, #Java. Зміни торкнулася решти позицій у десятці.

dev.ua/news/reitynh-mov-prohra




Show Original Post


1 ...387 388 389 390 391 392 393 394 395 396 397 ...1592
UP