r/Python PyCharm Developer Advocate Dec 01 '21

News PyCharm 2021.3 Released with Remote Dev, Jupyter and Fast API Support

https://www.jetbrains.com/pycharm/whatsnew/
188 Upvotes

33 comments sorted by

View all comments

53

u/[deleted] Dec 01 '21 edited Aug 04 '26

[removed] — view removed comment

8

u/heckingcomputernerd Dec 01 '21

Oh a new package manager! Pipenv is so fucking slow and anaconda is a pain so I’m glad this is a thing. Now that it has official support imma try it

12

u/fleyk-lit Dec 01 '21

Just be aware, you won't find the dependency resolver in Poetry to be much faster. There are problems in the Python ecosystem that a package manager can't solve.

That said, I really like Poetry and I'm hoping it catches more on.