Nuitka is a Python compiler that translates Python code into C, producing standalone executables or extension modules. Compatible with Python 2.6-2.7 and 3.4-3.14, it works across Linux, macOS, and Windows. Supports multiple compilation modes including standalone distribution.
Open source. Open possibilities.
Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.
A little curiosity. A world of open source.
THE FIRST COLLECTIONRepositoryScanner analyzes a GitHub account's byte-based language statistics via the GitHub API and exports an SVG card showing the top six languages plus total contributions, current streak, and longest streak. It can update weekly through GitHub Actions and is configurable with excluded languages and colors.
Black is an opinionated Python code formatter that reformats entire files in place with minimal configuration, producing deterministic, PEP 8 compliant style and the smallest possible diffs.
Microsandbox runs untrusted workloads in fast, local microVMs with hardware isolation. Supports Docker-like workflows, instant startup, and embeddable SDKs for AI agents, CI jobs, and automation across Linux, macOS, and Windows.
Made With ML is an open-source course and codebase teaching how to design, develop, deploy and iterate on production-grade machine learning applications, covering MLOps, testing, serving, CI/CD and continual learning.
Self-hosted GitHub App that publishes a required check accepting human CODEOWNER approval or approval from explicitly enrolled GitHub Apps, with organization and repository policies; pre-release and shadow-mode only.
Lightweight Python execution pipeline library that uses @action decorators to define tasks, supports retry, parallel execution, observability, and one-click deployment to 34+ cloud platforms including AWS Lambda, GCP Cloud Run, and Kubernetes.
Omnigent is an open-source meta-harness that orchestrates multiple AI coding agents (Claude Code, Codex, Cursor, etc.) under a unified layer, enabling cross-device collaboration, cloud sandboxing, and policy-based governance.
A community-maintained DevOps reference guide covering Docker, Kubernetes, Prometheus, Git, Ansible, Terraform, Jenkins, GitLab CI, GitHub Actions, CircleCI, Travis CI, Puppet, Chef, Linux, and networking, with concepts, commands, tutorials, interview questions, and curated learning links.
python-for-android (p4a) is a development tool that cross-compiles Python applications and their dependencies into Android APK, AAB, and AAR packages, supporting Kivy, PySDL2, PySDL3, and WebView backends.
Pulumi is an open-source Infrastructure as Code (IaC) platform that allows users to provision and manage cloud infrastructure using general-purpose programming languages.
Ansible is an agentless IT automation platform used for configuration management, application deployment, and cloud provisioning.
comma-lab is a community and historical-record research workspace for the comma.ai video compression challenge. It provides the Task-Aware Compression library tac, lab operations tooling, exact replay custody, evidence grades, and OSS release hygiene.
nepenthe builds, versions and distributes shared conda/PyPI environments: describe a manifest, solve once with rattler, freeze a portable multi-platform lock, publish to a versioned registry, and install without conda.
Codon is a high-performance Python implementation that compiles to native machine code, offering speeds comparable to C/C++ and supporting native multithreading and GPU acceleration.
MkDocs is a fast, simple static site generator for project documentation: write pages in Markdown, configure the site with a single YAML file, and build static HTML that can be served anywhere.
A personal collection of WinGet automation tools and GitHub Actions for checking dead links, analyzing installers, syncing fork branches, validating domains, and notifying PR label status.
ANTLR v4 is a parser generator that reads grammars and produces parsers, parse trees, and listener/visitor interfaces for structured text or binary files. It supports ten target languages including Java, C#, Python3, JavaScript, TypeScript, Go, C++, Swift, Dart, and PHP.