About Python Compressed Archive or Binaries

Eryk Sun eryksun at gmail.com
Tue Jan 18 08:48:30 EST 2022


On 1/17/22, Sina Mobasheri <sinamobasheri at outlook.com> wrote:
>
> I'm aware that Python also have something called Embedded Zip for Windows
> and nothing like that for Linux as far as I know, and I think this Embedded
> Zip is not something that the user wants to work with that directly it's for
> embedding in a C++ application, so it's not the same as options that Java
> and NodeJS offering

Use the NuGet packages:

https://docs.python.org/3/using/windows.html#the-nuget-org-packages

These are zipped archives of Python 3.x.y that can be unpacked and
used anywhere you want.


More information about the Python-list mailing list