Hackernews posts about Cython
Cython is a superset of the Python programming language that adds static typing and other performance-enhancing features to allow for more efficient and scalable code development.
- $300k in grants to make CPython to fit in 1MB WebAssembly (old.reddit.com)
- Faster CPython Plan for 3.14 (github.com)
- "We're building a new static type checker for Python" (twitter.com)
- Show HN: WASM-powered codespaces for Python notebooks on GitHub (docs.marimo.io)
- Decorator JITs: Python as a DSL (eli.thegreenplace.net)
- Python 3, Pygame, and Debian Bookworm on the Miyoo A30 (www.jtolio.com)
- Show HN: Pyper – Concurrent Python Made Simple (github.com)
- Why is hash(-1) == hash(-2) in Python? (omairmajid.com)
- Python is the new Basic (log.schemescape.com)
- How to visualize your Python project's dependency graph (www.gauge.sh)
- MicroPie is an ultra-lightweight Python web framework (patx.github.io)
- Show HN: Codegen – OSS Python Library for Advanced Code Manipulation (docs.codegen.com)
- Essential Python Web Security Written by Michael Foord (opensource.net)
- Change Python's syntax with the " coding:" trick (www.bitecode.dev)
- Enigma Cipher Machine: An Object Oriented Python Implementation (christopherchmielewski.xyz)
- How to debug Python code in Visual Studio Code (www.qodo.ai)
- `Python -m http.server` as ephemeral file server (hiandrewquinn.github.io)