DEV Community

Manikandan Sundararajan
Manikandan Sundararajan

Posted on

2

What Python package management tools do you use?

Hi Everyone,

I've recently started becoming more interested in better Python package management and development and I wanted to get a general idea of what tools the community uses. So far, I've been heavily using Pipenv due to it's seamless combination of creating Virtual Environments and ability to install packages (w/ lock file).

Please let me know what you use :-)

Top comments (2)

Collapse
 
rhymes profile image
rhymes

@dbanty wrote a nice review of most relevant options, you can find it starting here:

I've tried Poetry successfully as a potential replacement for Pipenv.

Collapse
 
itsrainingmani profile image
Manikandan Sundararajan

Excellent ! Thank you for sharing that link.

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay