About 57 results
Open links in new tab
  1. python - Python programming | Lobsters

    Stories tagged as python Python programming Most often also tagged with web ai performance release security databases rust testing

  2. 14 Advanced Python Features | Lobsters

    Apr 23, 2025 · There's a lot I love about Python and wonderful ways to use it, I just wish we'd accept its tradeoffs instead of trying to turn mud into steel once we get to skyscraper-scale. I guess it feels like …

  3. A Plan for 5-10%* Faster Free-Threaded JIT by Python 3.16

    I do believe that Python isn't suited for anything else that prototyping and research, however people miss the forest for the trees here. 5-10% faster is exactly the difference between GIL-free and green …

  4. Behavior-Oriented Concurrency for Python: Lock-less, Deadlock ...

    May 5, 2026 · The starting point for BoC was designing a language (Verona) built around the abstractions. We started working on Python because Python wanted a concurrency model and the …

  5. Reinventing Python's AsyncIO | Lobsters

    Mar 13, 2026 · Up until now I didn't read about transports or protocols in Python's asyncio, and it doesn't seem that hard to understand. Transports deal with TCP, UDP, and other low level stuff that Python …

  6. Python Yet Reforged Entirely | Lobsters

    Apr 2, 2026 · However, once a working Python interpreter exists, writing tests for Python code becomes much easier. To get there, though, I need both a reliable reference and substantial scaffolding.