Skip to Content
Learn Python by Building Data Science Applications
book

Learn Python by Building Data Science Applications

by Philipp Kats, David Katz
August 2019
Beginner
482 pages
12h 56m
English
Packt Publishing
Content preview from Learn Python by Building Data Science Applications

Make

GNU Make, or simply Make, is a utility tool designed initially to help to compile code from its source. It is provided as part of any Unix system, so chances are you have it on your Mac or Linux. On Windows, the NMake tool (https://docs.microsoft.com/en-us/cpp/build/reference/nmake-reference?view=vs-2019) can be used as a replacement.

In a nutshell, Make can run one of a few recipes from a Makefile – a tiny text file that is very easy to write. While we obviously don't need to compile Python, Make's interface is so simple, it is quite popular as a common interface for utility scripts or operations. Inside, it has nothing but shell commands. The following is an example Makefile, containing two recipes – test and upload. Both instructions ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python for Data Science

Python for Data Science

Yuli Vasiliev
Introduction to Machine Learning with Python

Introduction to Machine Learning with Python

Andreas C. Müller, Sarah Guido

Publisher Resources

ISBN: 9781789535365Supplemental Content