Tag: python
-
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……
-
Creating a real-time local to cloud synchronizer in Python
This small program allows to propagate the changes in the local system in real time to a remote cloud storage in Dropbox. It’s using Python.