+ 3
Hey guys. Can someone please explain what pyCharm and Anaconda are and what they do and how they are different? Thanks.
4 Respostas
+ 7
The answer:
https://stackoverflow.com/questions/36830476/what-is-the-difference-between-anaconda-and-pycharm
Comment on it:
PyCharm is a IDE. It’s a program where you can write your Python codes and have it doing revisions for you and helping you etc.
Anaconda is a set of libraries. You know the modules you import, like numpy, random, ...? Anaconda has them.
If you download the last PyCharm edition, you’ll get Anaconda. Then you can play with all these modules.
+ 2
Did you try a google search before?
+ 2
PyCharm is a usufull python editor, a great debbuger etc. I will use it soon too.
+ 1
Yeah. But it was more confusing than helpful