+ 1
is anaconda python ide is good??
12 Respostas
+ 6
@Dirty Joe is that bad?
+ 6
oh ok
+ 5
Anaconda is great for data handling, it allows you to execute portions of code, modify it and run it again, with an effect applicable right away on the data in the output window. Jupyter Notebooks is the most used in such cases - it is great because it can be run online practically on any platform.
However, for making bigger projects or simply writing a program, it is a bit unwieldy if not at all clumsy. I prefer using PyCharm then.
+ 5
Rahul George If you download it from Anaconda distribution, it does 😂
https://www.anaconda.com/distribution/
+ 4
Kuba Siekierzyński has it got all the inbuilt libraries that are present in Anaconda, though? The ones that'll be required for Data manipulation and machine language?
+ 3
For me - definitely Jupyter. It's lightweight, prototyping-ready and thanks to its plugged in JavaScript libraries, lets you prepare really amazing visualizations, even interactive ones. Makes a really good impression on the business side! ;)
+ 2
For scientific purposes, i think its the best.
+ 2
So which is better: Anaconda,Jupyter Notebooks or Pycharm? Looking at it from a data sciences perspective. Might include moderate-scale projects.
+ 1
As a total beginner, with no experience or knowledge. Should I download Anaconda + Jupyter NoteBooks or should I just keep it simple and download Python from its website?
0
thank you
0
I got it a week ago, after about 20 minutes I went back to the IDE that comes with Python.
0
no, it wasn't that bad, it just wasn't me.. if that makes sense. I am going to try Pycharm. I have heard alot of good about it, including Kuba here on this thread.