python

Back Open Paginator
12.11.2025 07:20
lobsters (@lobsters@mastodon.social)

A Conceptual Overview of asyncio lobste.rs/s/eev0oh
docs.python.org/3/howto/a-conc




Show Original Post


12.11.2025 07:10
lobsters (@lobsters@mastodon.social)

Django Admin Deux: Bringing Django's Admin Back to Django lobste.rs/s/ukr1wu
emma.has-a.blog/articles/djang




Show Original Post


12.11.2025 07:00
jochie (@jochie@strangeweb.page)

Quest 6 "Mentorship Matrix" #EverybodyCodes 2025 (in #Python)

everybody.codes/event/2025/que

Going from P1 and P2 to P3 very much felt like the "How to draw an owl" meme.

Also one of the first real cases where, if you pick the wrong approach, you may be waiting until the heat death of the universe for your code to find an answer.

codeberg.org/jochie/EverybodyC




Show Original Post


12.11.2025 05:40
mdk (@mdk@mamot.fr)

Y'a un meetup #Python qui s'organise sur #Grenoble : discuss.afpy.org/t/sur-grenobl




Show Original Post


12.11.2025 05:30
clonbg (@clonbg@masto.es)

Primeros pasos con PyQt y QtDesigner. Primer programa con Python myblog.clonbg.es/primeros-paso #Programación #Python #PyQT clonbg.es





Show Original Post


12.11.2025 05:13
webology (@webology@mastodon.social)

🤔 I have been sitting on Emma's Django Admin Deux article all day and I think it's super cool.

I struggled with it at first out of fear of how different the examples looked compared to the existing Admin code which IMO should continue to just work.

Seeing "7. Familiar Django Admin Patterns" really took the edge off for me, and it seems like once complete, we might have the best shot at expending the Django Admin another decade or two.

emma.has-a.blog/articles/djang




Show Original Post


12.11.2025 05:12
cazabon (@cazabon@mindly.social)

Programming in MicroPython is interesting, in multiple ways.

If you're not familiar with it, it's a port of the Python language to run on very small systems - primarily microcontrollers of various types. Programming for any of these types of systems, in any language/environment, always poses some challenges because of the limited resources. Forget 32-bit machines limited to 1GB of user-mode address space - think 256 KB of RAM being unimaginably vast for many MCUs, even today.

They did a pretty amazing job getting Python to run on these MCUs. It even supports a lot of the standard library, with restrictions, limits, and various missing bits an unavoidable side-effect.

The specific things that have tickled me about it recently include:

* Missing stdlib modules that a modern Python programmer just takes for granted.

* Don't do more than basic type hints / annotations, because MicroPython won't like them.

* Get used to running into out-of-memory errors if you build lots of complex data structures at runtime.

* Some of the more modern features and syntax aren't supported.

It actually feels kind of like programming in Python 1.1 or so did. I haven't checked, but it wouldn't surprise me if exceptions were strings 😉

#MicroPython #Python #microcontroller #MCU #software #programming #resources #nostalgia #exceptions




Show Original Post


12.11.2025 05:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

Datadog is hiring Senior Software Engineer – Feature Store (AI Platform)

🔧 #golang #java #python #scala #aws #kafka #seniorengineer
🌎 Paris, France; Sophia Antipolis, France
⏰ Full-time
🏢 Datadog

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




Show Original Post


12.11.2025 04:54
r343l (@r343l@freeradical.zone)

Seriously cool post about Bank Python, a thing I maybe vaguely knew had to exist – of course financial companies would have bespoke Python code systems – but I had no idea they had THIS level of interesting ways of doing things with Python! #python freeradical.zone/@r343l/115534




Show Original Post


12.11.2025 04:03
r (@r@fed.brid.gy)

Perl Weekly Challenge 347's tasks are formatting dates and phone numbers, so I'm offering up ELO's Telephone Line as this week's musical theme. Doo-wop, doo-be-doo-doo-wop, doo-wah, doo-languages... #PerlWeeklyChallenge #raku #perl #python #elixir

Perl Weekly Challenge: Oh, oh,...




Show Original Post


12.11.2025 04:03
r (@r@bsky.brid.gy)

Perl Weekly Challenge 347's tasks are formatting dates and phone numbers, so I'm offering up ELO's Telephone Line as this week's musical theme. Doo-wop, doo-be-doo-doo-wop, doo-wah, doo-languages... #PerlWeeklyChallenge #raku #perl #python #elixir

Perl Weekly Challenge: Oh, oh,...




Show Original Post


12.11.2025 03:42
treyhunner (@treyhunner@mastodon.social)

Python allows parentheses just about anywhere, but some unnecessary parentheses can increase confusion more than they increase readability.

I just published a new article on the interesting ways that new programmers often use parentheses in Python.

pym.dev/unnecessary-parenthese




Show Original Post


1 ...1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 ...1566
UP