Manage Your Python Project Using Poetry

Posted on Mar 02, 2019 in Computer Science • Tagged with programming, Python, poetry, build tool, dependency management

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

uv (implemented in Rust) is the new cool kid now and is prefer to poetry.

Tips and Traps

  1. Python Poetry is current the best project management tool …


Continue reading

Managing Virtual Environments in Poetry

Posted on Dec 25, 2019 in Computer Science • Tagged with programming, Python, Poetry, virtual environment, shell

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

uv (implemented in Rust) is the new cool kid now and is prefer to poetry.

Where to Create Virtual Environments

By default, Poetry create virtual environment in …


Continue reading