|
You are here |
www.cybershu.eu | ||
| | | | |
microsoft.github.io
|
|
| | | | | Project Mu Documentation | |
| | | | |
danigm.net
|
|
| | | | | [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
|
|
| | | | | 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
|
|
| | | [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. | ||