/ Knowledge Base2 Entries
The Codex
Technical guides, security research notes, and architecture deep dives. Built to document patterns worth remembering and share knowledge worth spreading.
2Programming
2 entries
Programming
2025-12-01Python 3.x Complete Cheatsheet
A concise reference for Python 3.x covering string formatting, data types, built-in functions, file handling, and core language concepts including generators, decorators, and async/await.
#Python#Programming#Reference
Read
Programming
2025-12-10Setting Up a Python Project with uv
The fastest and most reliable way to initialize a clean, reproducible Python project using uv. Covers project scaffolding, dependency management, and inline scripting for single-file tools.
#Python#Programming#Tooling
Read