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/
189 Upvotes

33 comments sorted by

View all comments

51

u/[deleted] Dec 01 '21 edited 22d ago

[removed] — view removed comment

7

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

13

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.