Python Blog

What Is Python, And Why Is It Awesome?

November 3rd, 2023 by Boxplot

What is Python? Python is a relatively intuitive, general-purpose programming language that allows users to do anything from analyzing data to building websites. In the context of data, it allows for complete flexibility and customizability when performing analyses. Here are some good resources that dive deeper into what Python is if you are interested: https://www.coursera.org/articles/what-is-python-used-for-a-beginners-guide-to-using-python […]

Read More


Pie Charts

September 4th, 2020 by Boxplot

Show/Hide Code   Introduction It seems as if people are split on pie charts: either you passionately hate them, or you are indifferent. In this article, we are going to explain why pie charts are problematic and, if you fall into the latter category, what you can do when creating pie charts to avoid upsetting those […]

Read More



Useful Python Snippets

October 26th, 2019 by Boxplot

The goal of this blog post is a compilation of little tidbits and code snippets that address common issues when programming for data analysis in Python. General Snippets Difference between JSON and XML This page gives a great example of the difference between data in JSON format and XML format. It shows the exact same […]

Read More


Common Python Errors

September 1st, 2019 by Boxplot

This post is updated as appropriate, so keep checking back! Table of Contents Errors when installing python with homebrew Error: Permission denied Error: Could not symlik bin Errors when writing/running python code TypeError NameError IndentationError SyntaxError IndexError KeyError ValueError Installing Python Error: Permission denied @ dir_s_mkdir – /usr/local/Frameworks Check out this article for help: https://github.com/Homebrew/homebrew-core/issues/19286   […]

Read More


Installing & Running Jupyter Notebook

September 1st, 2019 by Boxplot

Step 1: Install Anaconda Go to this download webpage on Anaconda’s site. Choose the correct link for your operating system, and then go through the installation process. Step 2: Prepare a folder for notebooks Choose or create a folder on your computer where you will store all Jupyter notebook files. Make sure you choose a place […]

Read More


Python Resources

September 1st, 2019 by Boxplot

Python Resources Driven Data This is a great way to tackle Machine Learning and Python at the same time!  I also like Driven Data because it’s a project with a specific goal. I think that’s the best way to learn!   Automate the Boring Stuff with Python This is another project-based site that also is […]

Read More


Need help applying these concepts to your organization's data?

Chat with us about options.

Schedule a Meeting   

Continue to make data-driven decisions.

Sign up for our email guides that contains relevant tips, software tricks, and news from the data world.

*We never spam you or sell your information.

Back to Top