Explore >> Select a destination


You are here

gehrcke.de
| | earthly.dev
8.2 parsecs away

Travel
| | This tutorial explains how to create a Python virtual environment using PyInstaller, a packaging tool for Python applications, and distribute them ...
| | blog.ganssle.io
9.6 parsecs away

Travel
| | The setup.py interface is an old convention from distutils, one that has bugs that cannot be fixed to bring it into line with modern Python packaging approaches. As a result, all direct...
| | blog.ionelmc.ro
8.6 parsecs away

Travel
| | Thoughts on packaging python libraries - Note This is about packaging libraries, not applications. ? All the advice here is implemented in a project template (with full support for C...
| | www.ethanrosenthal.com
83.1 parsecs away

Travel
| I make Python packages for everything. Big projects obviously get a package, but so does every tiny analysis. Spinning up a quick jupyter notebook to check something out? Build a package first. Oh yeah, and every package gets its own virtual environment. Let's back up a little bit so that I can tell you why I do this. After that, I'll show you how I do this. Notably, my workflow is set up to make it simple to stay consistent.