Python

In this book, we worked with Python to create the ML models. So, you must know how to install Python in your system to go through the practical examples.

Go to https://www.python.org/downloads/.

It will show you the latest version to download; download the installer and install it.

While installing in Windows, it will ask whether to add Python to the path environment variable. Check the box to do that automatically for yours. Otherwise, you need to add it to your path variable manually.

To check whether Python is installed on your machine or not, go to Command Prompt or a Terminal and type python. It should show the Python prompt. Otherwise, you need to set the path variable if you already installed it to your drive.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset