diff options
Diffstat (limited to 'tutorials/1_02_installing_anaconda.md')
| -rw-r--r-- | tutorials/1_02_installing_anaconda.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tutorials/1_02_installing_anaconda.md b/tutorials/1_02_installing_anaconda.md index a32dd86..baa4d71 100644 --- a/tutorials/1_02_installing_anaconda.md +++ b/tutorials/1_02_installing_anaconda.md @@ -6,6 +6,8 @@ This tutorial will cover the steps on how to install Anaconda. ### What is Anaconda? Anaconda Distribution is a popular open-source Python distribution specifically designed for scientific computing, data science, machine learning, and artificial intelligence applications. It simplifies the set up and use of Python for data science, machine learning, and scientific computing. It comes with all the important tools you need, like NumPy, Pandas, and JupyterLab, so you don’t have to install everything separately. The Conda package manager helps you install and update software without worrying about breaking other programs. It also lets you create separate environments, so different projects don’t interfere with each other. Additionally, Anaconda includes programs like JupyterLab for interactive coding, and Spyer a MATLAB-like IDE. + +--- ## Instructions 1. Find the latest version of Navigator from the official Anaconda Inc. website: [Download Anaconda](https://www.anaconda.com/download) |
