Explore >> Select a destination


You are here

www.cybershu.eu
| | microsoft.github.io
2.5 parsecs away

Travel
| | Project Mu Documentation
| | danigm.net
1.4 parsecs away

Travel
| | [AI summary] The article explains how Python modules are managed in Linux systems, covering PYTHONPATH, package installation with pip, virtual environments, and tools like pipx and poetry for dependency management.
| | techtldr.com
1.7 parsecs away

Travel
| | There are two philosophies when it comes to package installation, global first and local first. Global meaning all applications that rely on a certain package have access to the same copy of the library that was installed once. Local means that each project has its own folder of dependencies installed specifically for this project and [...]
| | stribny.name
15.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.