Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Managing Data Science

You're reading from   Managing Data Science Effective strategies to manage data science projects and build a sustainable team

Arrow left icon
Product type Paperback
Published in Nov 2019
Publisher Packt
ISBN-13 9781838826321
Length 290 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Kirill Dubovikov Kirill Dubovikov
Author Profile Icon Kirill Dubovikov
Kirill Dubovikov
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

1. Section 1: What is Data Science?
2. What You Can Do with Data Science FREE CHAPTER 3. Testing Your Models 4. Understanding AI 5. Section 2: Building and Sustaining a Team
6. An Ideal Data Science Team 7. Conducting Data Science Interviews 8. Building Your Data Science Team 9. Section 3: Managing Various Data Science Projects
10. Managing Innovation 11. Managing Data Science Projects 12. Common Pitfalls of Data Science Projects 13. Creating Products and Improving Reusability 14. Section 4: Creating a Development Infrastructure
15. Implementing ModelOps 16. Building Your Technology Stack 17. Conclusion 18. Other Books You May Enjoy

Packaging code

When deploying Python code for data science projects, you have several options:

  • Regular Python scripts: You just deploy a bunch of Python scripts to the server and run them. This is the simplest form of deployment, but it requires a lot of manual preparation: you need to install all required packages, fill in configuration files, and so on. While those actions can be automated by using tools such as Ansible (https://www.ansible.com/), it's not recommended to use this form of deployment for anything but the simplest projects with no long-term maintainability goals.
  • Python packages: Creating a Python package using a setup.py file is a much more convenient way to package Python code. Tools such as PyScaffold provide ready-to-use templates for Python packages, so you won't need to spend much time structuring your project. In the case of Python packages, Ansible...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime