Contribute Media
A thank you to everyone who makes this possible: Read More

Pied PyPIer: Why packaging is important

Description

Pied PyPIer: Why packaging is important for both close and open data science projects

When working on data science projects we are often tempted to leave our code to rot in scattered notebooks or Python modules deep in the project’s repository.

However, even when you can’t release parts of your code as open source, breaking some important components into standalone Python packages can help with managing technical debt and code maintenance, facilitate in-house code reuse and repurposing, and make production-ising and deployment of code easier.

In this talk I'll try to demonstrate the ways treating your components and problem solutions as independent packages can benefit both your colleagues and (present and future) you, and review the tools Python provides for building and managing these packages, both in-company and openly.

I will also share from my experience in packaging some of my code, and discuss the extra benefits from open sourcing packages even when they are used mainly internally.

Details

Improve this page