Articles
Guide
Guides
API Development
Build high-performance REST and GraphQL APIs with compiled Python.
Guide
Guides
WebSocket and Real-time
Compile message handlers and transformation logic for real-time apps.
Guide
Guides
Logging Best Practices
Structured logging, log levels, and observability with compiled code.
Guide
Guides
Distributed Tracing
OpenTelemetry, Jaeger, and Zipkin integration with Pyvorin.
Guide
Guides
Error Tracking with Sentry
Capture and diagnose errors in native-compiled Python.
Guide
Guides
Decorators and Metaprogramming
How Pyvorin handles decorators, descriptors, and dynamic code.
Guide
Guides
Dataclasses and NamedTuples
Optimise data structures for compilation performance.
Guide
Guides
Context Managers Deep Dive
Custom context managers and resource handling under Pyvorin.
Guide
Guides
Enums and Constants
Using Enum, IntEnum, and module-level constants efficiently.
Guide
Guides
Closures and Scopes
Understand how Pyvorin compiles closures and free variables.
Guide
Guides
Property Descriptors
@property, @cached_property, and custom descriptors.
Guide
Guides
Regular Expressions Optimisation
When to use re module vs pure Python string parsing.