From the course: SQL Server Machine Learning Services: Python

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Add development tools to the client

Add development tools to the client

From the course: SQL Server Machine Learning Services: Python

Start my 1-month free trial

Add development tools to the client

- [Instructor] The Python community has built a wide selection of development tools that aid data scientists in writing their Python scripts. Rather than writing code in a tool that was primarily designed for managing a SQL Server database, such as Management Studio, it might be better to work inside of a more fully featured Python development application. This can be particularly useful when you'll be writing your own programs on a separate client machine and then want to run the script on either SQL Server or Machine Learning Server. I'm currently on another brand new computer. This one doesn't have either SQL Server or Machine Learning Server installed. So it's another blank slate. I want to set up this computer to act as a remote development client so that I can write Python scripts on my own laptop. In order for everything to be compatible, I need to make sure that the libraries installed on my local client are the same as the ones installed with Machine Learning Services…

Contents