You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under Environments in Python roadmap, IMO, we can add Poetry and Conda as well. As these two are providing package management and virtual environment supports too.
Benefits:
Lets say, for ex, instead of using venv for creating virtual environment and using pip for package management, Users can try with Poetry / Conda for both the use cases.
Roadmap URL
https://roadmap.sh/python
Suggestions
Under
Environments
in Python roadmap, IMO, we can add Poetry and Conda as well. As these two are providing package management and virtual environment supports too.Benefits:
Lets say, for ex, instead of using venv for creating virtual environment and using pip for package management, Users can try with Poetry / Conda for both the use cases.
Links FYR:
Conda
Poetry
The text was updated successfully, but these errors were encountered: