From the course: Applied AI for Human Resources

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Setting up the exercise files

Setting up the exercise files - Python Tutorial

From the course: Applied AI for Human Resources

Setting up the exercise files

- [Instructor] In this video, we will set up the exercise files and the environment to use in this course. All course exercises are built using Python 3.7. We will be using Anaconda and Jupyter Notebooks for these exercises. You can download and install Anaconda from the website anaconda.com/products/individual. If you scroll down to the bottom of this page, you will see the installation packages for various operating systems. Please download the one that is specific to Python 3.7. Once downloaded, please open the Anaconda Navigator UI. Here we will create a new virtual environment called hr. You can do so by hitting the Create button, selecting the name as "hr", choosing Python 3.7, and clicking Create. This will create the hr virtual environment for you. Next go to Home. We need to install Jupyter Notebooks in this environment. Make sure that hr is selected as the environment, then click Install on Jupyter Notebook.…

Contents