|
You are here |
danielms.site | ||
| | | | |
gehrcke.de
|
|
| | | | | In this article I show how to create a minimal Python command line application, called 'bootstrap'. I describe how to set it up for publication on PyPI, after which the user can conveni... | |
| | | | |
johnfraney.ca
|
|
| | | | | Poetry, a next-generation Python packaging tool, makes it easy to create and publish a Python package. | |
| | | | |
blog.randombits.host
|
|
| | | | | PyPi - The Python Package IndexI love Python. It's easy to read, even easier to write, and best of all, the easiest language (I've used) to interact with other people's code. I spent too long being only on one end of that equation though, only consuming code other people have | |
| | | | |
vickiboykis.com
|
|
| | | When I'm working with Jupyter notebooks, I often want to work with them from within a virtual environment. The general best practice is that you should always use either virtual environments or Docker containers for working with Python, for reasons outlined in this post, or you're gonna have a bad time. I know I have. The workflow is a little long, so I thought I'd document it for future me here. | ||