/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

johnfraney.ca
| | initialcommit.com
1.0 parsecs away

Travel
| | In this article, we explain how Pip and PyPI work, how to structure a Python package, and how to deploy a Python package to PyPI.
| | stribny.name
1.1 parsecs away

Travel
| | [AI summary] This article provides a modern Python project template using Poetry for dependency management, along with tools for testing, code formatting, static analysis, and version control.
| | www.rasulkireev.com
0.6 parsecs away

Travel
| | Poetry is relatively new packaging and dependency manager. It makes it very easy to upload libraries to PyPI, manage dependencies visually, and has a couple of handy features. Today, I'm not going to do a deep dive into how Poetry works and all its features. Today I just want to focus on how to configure it for a Django project.
| | www.fredrikmeyer.net
15.3 parsecs away

Travel
| I just got a new Macbook, and I thought it would be useful for my future self to write down what I installed on it. Luckily the history file in my shell is l...