Python, Be Bold!

Abdur-Rahmaan Janhangeer arj.python at gmail.com
Fri Jan 3 19:44:16 EST 2020


On Sat, 4 Jan 2020, 02:55 Greg Ewing, <greg.ewing at canterbury.ac.nz> wrote:

> On 3/01/20 3:31 pm, Abdur-Rahmaan Janhangeer wrote:
>
> You can pass a zip file with a .pyz extension to the python
> interpreter and it will look for a __main__.py file and run
> it.
>
> That seems to give you all the functionality of a jar --
> including the limitations (e.g. you can't bundle extension
> modules or native libraries that way).
>

.jar provides more than just compression. It provides app info and has
signing ability

>


More information about the Python-list mailing list