Explore >> Select a destination


You are here

jdsalaro.com
| | johnfraney.ca
9.7 parsecs away

Travel
| | Pipenv and Poetry are next-generation Python dependency management tools. This post benchmarks each tool's dependency management commands and compares their ergonomics.
| | stribny.name
5.9 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.
| | jinyuz.dev
5.8 parsecs away

Travel
| | It's really worth investing time configuring your project and make it easy for other developers to contribute. One way of enabling this is a clean, organized, and well-formatted code. This is really helpful especially for first time developers or contributors as it makes pull request reviews less painful (e.g. trailing white space, unorganized imports, debug statements) We can easily prevent this by using a tool called pre-commit. Let's get started!
| | ericlathrop.com
28.8 parsecs away

Travel
| One of my favorite parts of Git is how it lets you fix your mistakes. One mistake I needed to fix a few times in the last year was having two separate repositories, when they ought to be a single respository. I will present commands to merge a child repository into a parent respository as a subdirectory. The new child repository subdirectory will preserve its history and look like it was always part of the parent repository.