So I am new to Python and installed it using guidelines from various websites, as I want to try basic examples before moving on the advanced python concepts. Below is my understanding and installation tasks that I performed.
1) Installed Python 2.7 form the website.
2) Installed Anaconda as I read that it has pre installed libraries.
3) Downloaded pip file and ran it on the Python interpreter and it was done successfully, but when I try using pip install ipython , it throws an error saying pip is not defined.
4)Now I downloaded Pycharm as a IDE, done successfully.
5) Programs run perfectly, but I see many instances of Ipthon on every related website and I am not able to understand if I need it. Ipython is used for web I guess but I really don't understand how to integrate everything. Please guide me.
Thanks in advance.