yabs.io

Yet Another Bookmarks Service

Search

Results

[https://mborgerson.com/creating-an-executable-from-a-python-script] - - public:Trinsec
Guide, Import, programming, Python, Software, Windows - 6 | id:72315 -

Fortunately, there are some pretty awesome open-source tools that can be used to package a Python program into a standalone binary executable that contains everything needed to run the application (i.e. Python interpreter, program code, libraries, data, etc.).

[http://www.pyinstaller.org] - - public:Trinsec
Guide, Import, programming, Python, Software, Windows - 6 | id:72316 -

PyInstaller is a program that freezes (packages) Python programs into stand-alone executables, under Windows, Linux, Mac OS X, FreeBSD, Solaris and AIX. Its main advantages over similar tools are that PyInstaller works with Python 2.7 and 3.3—3.5, it builds smaller executables thanks to transparent compression, it is fully multi-platform, and use the OS support to load the dynamic libraries, thus ensuring full compatibility.

[https://github.com/cyrus-and/gdb-dashboard] - - public:Trinsec
GDB, Import, programming, Python - 4 | id:72318 -

"Modular visual interface for GDB in Python.This comes as a standalone single-file .gdbinit which, among the other things, enables a configurable dashboard showing the most relevant information during the program execution."It looks pretty and interesting. Might be of use for Python fiddling eventually.

[http://pythonhosted.org/Pyro4/intro.html#about-pyro-feature-overview] - - public:speqz
broadcast, distributed, pyro, python - 4 | id:251912 -

designed to be very easy to use and get out of your way as much as possible. name server that keeps track of your object’s actual locations so you can move them around transparently. support for automatic reconnection to servers in case of interruptions. automatic proxy-ing of Pyro objects which means you can return references to remote objects just as if it were normal objects.

Follow Tags


Export:

JSONXMLRSS