feat: article about pipx

This commit is contained in:
Michele Cereda
2023-08-04 20:56:28 +02:00
parent 3214fac17c
commit d79ad66ac6
3 changed files with 74 additions and 6 deletions

View File

@@ -183,6 +183,7 @@ See [concurrent execution] for more information.
- [Dictionaries]
- [PIP]
- [`pipx`][pipx]
- [How To Update All Python Packages]
- [invl/pip-autoremove]
- [Data types]
@@ -199,6 +200,8 @@ See [concurrent execution] for more information.
## Sources
All the references in the [further readings] section, plus the following:
- [10 python one-liners for dictionaries]
- [Logging library]
- [Subprocess library]
@@ -215,7 +218,11 @@ See [concurrent execution] for more information.
[subprocess library]: https://docs.python.org/3/library/subprocess.html
<!-- In-article sections -->
[further readings]: #further-readings
<!-- Knowledge base -->
[pip]: pip.md
[pipx]: pipx.md
<!-- Others -->
[*args and **kwargs in python]: https://www.geeksforgeeks.org/args-kwargs-python/