Avatar
😀

Organizations

2 results for GitHub Actions
  • Nuitka on Windows: Building Native Python Executables

    Nuitka on Windows produces genuine .exe binaries — not CPython bundled in a zip archive. The compilation requires a C compiler (either MSVC or MinGW64), and Windows introduces several platform-specific constraints that don’t exist on Linux or macOS.

    This guide covers the complete workflow: compiler setup, platform-specific flags, UPX compression, code signing, and GitHub Actions multi-platform builds that produce Windows, Linux, and macOS artifacts from the same pipeline.

    Nuitka Python Windows Deployment Packaging Created Tue, 18 Aug 2026 02:00:00 -0700
  • Compiling Newspapers

    Guide to Compiling Python Web Frameworks with Nuitka

    Unlock simplified deployment for Python web apps. This guide details compiling Flask, FastAPI, and Django with Nuitka and automating cross-platform releases with GitHub Actions, from executables to DEB/RPM packages.

    Nuitka Python Deployment Flask FastAPI Created Sat, 26 Jul 2025 22:27:11 -0700