1

I am completely new to python. I have Python 2.7.9 on my computer. Now I need to install anaconda and do scientific programming. How can I proceed to have anaconda and use it to code some problems?

rainman
  • 113

1 Answers1

0

Since this is a duplicate, maybe best is just install Spyder. It has the usual things that a novice and expert scientific python programmer will need. Exploring variables, autocomplete commands and good help files. It is in the default repos.

Andres
  • 572