Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
The title of this post is a reference to Glyph's Python Packaging is Good Now. I think it's safe to...
要管理 Python 環境,你可以使用多種工具達成,像是使用 pyenv 來安裝不同版本的 Python、venv 或是 pipenv 管理虛擬環境、poetry...
In this series of posts we will create a To-Do app using HTMX and Django, following a TDD...
Install uv for Python package and venv manager UV Official Docs brew install uv ...
Пакетных менеджеров для питона как-то слишком много. У этого, конечно, есть очевидная причина -...
Quem trabalha com Python sabe que pode ser um pouco chato lidar com o gerenciamento de ambientes...
Python, a versatile and widely-used programming language, relies heavily on external packages to...
Python's package management has always been a blessing and a curse to the community. Tools like pip...
屈服於 SEO 所以轉貼文章到這裡,請見原文以獲得最好顯示效果以及資訊更新。 你知道 Python 有超過 10...
Lately, I’ve been experimenting with new Python tools that can save me time and make development feel...
Article Overview This article describes the motivation and methods for migrating existing...
Stop wasting time in analysis paralysis over Python tooling choices 💸 Pick the defaults 💱 Go straight...
Recently, I reached a point where I needed to publish a few Python packages: one was an API client...
In the ever-evolving landscape of software development, managing dependencies and projects...
uv es el nuevo administrador de proyectos escrito en Rust para python. ¿Por qué una nueva...
It's been a headache to manage Python packages. But I feel I am saved from that when I meet UV. ...
Article Overview This article describes how to use uv, a Python project management tool. I...
We need something better than pip — and that's where uv comes in. It’s a fast Python package manager...
Packaging Python projects into standalone executables can be incredibly useful for sharing your work...
In modern Python development, managing project dependencies efficiently is crucial for optimizing...
Poetry to UV Package Manager As the Python ecosystem continues to evolve, new tools come up...
Moved to https://hugovk.dev/blog/2024/speed-up-ci-with-uv/ We can use uv to make linting...
Article Overview This article describes how to add/remove kernels for uv virtual...