Moving from R to Python: The Libraries You Need to Know

This post originally appeared on the Yhat blog. Yhat is a Brooklyn based company whose goal is to make data science applicable for developers, data scientists, and businesses alike. Yhat provides a software platform for deploying and managing predictive a… Read more

Similar

Python Monorepo Visualization with Polylith

What's in a code repository? Usually you'll find the source code, some configuration and the deployment infrastructure - basically the things needed to develop & deploy something: it might be a service, an app or a library. A Monorepo contains the ... (more…)

Read more »

How to Use Any() in Python

If you've ever wondered how to simplify complex conditionals by determining if at least one in a series of conditions is true, then look no further. This tutorial will teach you all about how to use any() in Python to do just that. (more…)

Read more »