Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver2
16いいね 1054回再生

Installation of Python and Anaconda

Installation of Python and Anaconda
steps to install Python and Anaconda on a Windows operating system:

Installing Python:

Go to the official Python website (www.python.org/downloads/) and click on the "Download Python" button.

Select the appropriate version of Python based on your operating system (32-bit or 64-bit) and click on the "Download" button.

Once the download is complete, run the installer and follow the on-screen instructions to install Python on your system.

During the installation process, you will be prompted to select various options, such as adding Python to the PATH variable and installing additional components. Make sure to select the options that you want.

Once the installation is complete, open the command prompt and type "python" to verify that Python is installed correctly.

Installing Anaconda:

Go to the official Anaconda website (www.anaconda.com/products/individual) and click on the "Download" button for the appropriate version of Anaconda.

Select the appropriate version of Anaconda based on your operating system (Windows, macOS, or Linux) and click on the "Download" button.

Once the download is complete, run the installer and follow the on-screen instructions to install Anaconda on your system.

During the installation process, you will be prompted to select various options, such as the installation location and adding Anaconda to the PATH variable. Make sure to select the options that you want.

Once the installation is complete, open the Anaconda Navigator to launch Jupyter Notebook or other data science tools included in Anaconda.

Alternatively, you can open the command prompt and type "jupyter notebook" to launch Jupyter Notebook.

That's it! You have now installed Python and Anaconda on your Windows operating system.
@paragdhawan

コメント