Tag: import

  • Creating a minimal python development environment under Windows

    Creating a minimal python development environment under Windows

    This article explains how to get a minimal running Python environment under Windows. After exploring several alternatives, like using micromamba script which is based in anaconda, I went on researching to obtain a stripped version of Python to use as a stub for running non compiled code under Windows. Python.org has the embedded Python distribution……