Getting Started with Python in 2023
Python is a powerful language, but setting the workflow up can be a hassle. Let’s make it simple.
In this series, we’re going to set up python from scratch and use it to test whether Zipf’s Law holds on a given data set. We’re going to break this tutorial into several articles: one to set up a python program, a few to cover the features of python we’ll use, and one to actually write the program.