Python, Be Bold!

2019-12-31 Thread Abdur-Rahmaan Janhangeer
Greetings list, I wanted to make some suggestion about the Python interpreter but since it's more high-level, i decided to post it here instead of python-ideas. Well, concerning distributing Python apps, a natural way is to compile to native executables. But, another way is to have a python-speci

Packaging Sqlite DB and Pictures with Executable file

2019-12-31 Thread Abdur-Rahmaan Janhangeer
Greetings list, Sometimes ago i was asking how to add Sqlite files to zipapp files here , i still haven't figured it out. Finally the solution i used was PyInstaller itself. Kushal Das shared an article