May cohort is now open: How to secure your spot:

Tutorial: Transforming Data with Python Scripts and the Command Line

Transforming Data with Python Scripts and the Command Line

Tutorial: Transforming Data with Python Scripts and the Command Line

In this tutorial, we’re going to dig into how to transform data using Python scripts and the command line.

But first, it’s worth asking the question you may be thinking: “How does Python fit into the command line and why would I ever want to interact with Python using the command line when I know I can do all my data science work using IPython notebooks or Jupyter lab?”

Notebooks are great for quick data visualization and exploration, but Python scripts are the way to put anything we learn into production. Let’s say you want to make a website to help people make Hacker News posts with ideal headlines and submission times. To do this, you’ll need scripts.

View this article on https://www.dataquest.io/.