python -m lets you run modules as scripts. If your module is just one .py file it'll be executed (which usually means code under if __name_...
Read more »
A while back I wrote a post on using with game engines as frontend interfaces. I want to enable rich interfaces in the Python ecosystem that are usable in virtual and augmented reality. Since then, I… (more…)
Read more »
A general purpose community detection and network embedding library for research built on NetworkX. - benedekrozemberczki/karateclub... (more…)
Read more »
Although the official documentation for Python 3 discourages writing code for
both Python 2 and Python 3, in some cases it is desirable. Especially if you
can drop support for Python 2.5 and earlier, since Python 2.6 introduces quite
a lot of forwards com... (more…)
Read more »
Learn how to Package a Python app in this in-depth tutorial on using Nuitka. Build standalone Python applications fast! (more…)
Read more »