Dante Sblendorio

How to Best Manage Python Dependencies

One of the biggest headaches that arise when working with multiple projects in Python is managing the dependencies that differ between them. This blog discusses the pros and cons of different approaches to dealing with dependencies in Python.

Read More

Introduction to Python Data Types

This tutorial reviews the basics of how and when to use each Python data type, and will also point out some of the differences between Python 2 usage versus Python 3 usage.

Read More

Plotting Data in Python: matplotlib vs plotly

Data visualization provides a powerful tool to explore, understand, and communicate the valuable insights and relationships that may be hidden within data. This article compares and demonstrates two common visualization tools used in Python: matplotlib and plotly.

Read More