#type-hints

[ follow ]
Software development
fromInfoWorld
1 day ago

PythoC: A new way to generate C code from Python

PythoC generates standalone C code from type-hinted Python, enabling extensive compile-time code generation and using machine-native types instead of Python's arbitrary-size types.
Django
fromInfoWorld
1 month ago

More Django developers turning to AI - report

HTMX and Alpine.js are the fastest-growing JavaScript frameworks with Django while React and jQuery decline; type hints widespread and PostgreSQL dominates databases.
#python
fromJames Bennett
4 months ago
Web frameworks

Litestar is worth a look

Litestar is a unique async-first, type-hint-driven Python web framework that has proven valuable over time.
fromInfoWorld
5 months ago
Python

Get started with Python type hints

Python type hints enhance code clarity and static analysis of code without affecting runtime performance.
Python
fromRealpython
3 months ago

Python 3.14 Preview: Lazy Annotations - Real Python

Python 3.14 defers annotation evaluation until accessed, enabling native forward references, avoiding circular-import issues, and improving startup performance.
frompycoders.com
6 months ago

Issue #684

NumPy's typing support advancements now allow generic arrays to type both shape and dtype, facilitating enhanced static analysis and run-time validation.
Python
[ Load more ]