Home  >  Article  >  Backend Development  >  Do I need to uninstall python after installing anaconda?

Do I need to uninstall python after installing anaconda?

anonymity
anonymityOriginal
2019-06-15 13:30:1422673browse

After installing anaconda, you can actually choose to uninstall python, or of course not. Anaconda is a Python distribution that has many tools built into it. It does not need to be installed separately because it has been optimized to avoid some troubles caused by separate installation.

Anaconda is a freemium open source distribution of the Python language for large-scale data processing, predictive analysis, and scientific computing, dedicated to simplifying package management and deployment. Anaconda uses the software package management system Conda for package management.

Do I need to uninstall python after installing anaconda?

Extended information: What content does anaconda add compared to Python

1. Python (shell): Standard CPython.

2. Python (shell): Equivalent to typing ipython and pressing Enter after the command prompt in the command window. The usage of ipython installed by pip install ipython is the same.

3. Ipython QTConsole.

4. Python Notebook: Click to open it directly, or enter ipython.exe notebook in the command prompt.

5. Jupyter QTConsole.

6. Jupyter Notebook: Click to open it directly, or enter: jupyter notebook in the terminal to start the server; open the notebook page address "http://localhost:8888" in the browser.

Jupyter Notebook is a web application that allows users to combine explanatory text, mathematical equations, code, and visual content into one easy-to-share document.

7. Spyder: Click directly to open the IDE. The biggest advantage is that it imitates MATLAB's "workspace".

8. Anaconda Prompt: Command line terminal.

9. Support other IDEs, such as Pycharm.

The above is the detailed content of Do I need to uninstall python after installing anaconda?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn