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

Git

As you may have observed, the complexity of our code grows exponentially from chapter to chapter, it would be a pity to lose or break any code due to the incident. Of course, for any real-world business or service, this would be a disaster. That's why organizations make sure the code is kept safe via version control. Any time we need, we can revert the code to any of the previous versions—or even keep multiple versions of the same code, in parallel. Historically, there were a few technological solutions that allowed this, the most popular being mercurial, subversion, and Git systems. Currently, however, Git is by far the most popular – it is open source, fast, and distributed. You don't have to have the main server for the team to cooperate, ...

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