Section X. Download The Source Code

At MSDS, we train with live ammo! No silly toy datasets here! When you download the source code, make sure you put it on a disk with plenty of drive space.

Put the file as close to root as possible so you do not have to type a bunch of stuff when you have to change directories. If you put it right on the root of your folder, watch out for permissions issues.

Do a find and remove any foo.txt files. These files are necessary for storing the file structure in Git because Git will not pick up an empty directory. Once you have the source code, you can blow the foo.txt files away.

Python source code is available in two formats: notebooks (.ipynb), and scripts (.py).

The script source code is set up as a project in PyCharm so all you have to do is open the Python Scripts Folder.

SQL Scripts are just text files so you can open them with any text reader, or they can be dragged and dropped onto SQL Server Management Studio.

Opening the notebook files will be discussed in the next lesson.

The link below will take you to the repo on GitHub. Click the green “code” button that will give you the option download a zip file.

Download The Source Code

Last updated