Articles by George Mount

Sourcing Python packages: A decision tree

July 25, 2021 | George Mount

I’m sure many readers got excited by the data science possibilities of the title. However, decision trees are more than statistical algorithms — in a broader sense they are any schematics used to help chart actions and consequences, whether probabilities are given or not. In this post, we’ll use ...
[...Read more...]

A basic Python Excel workflow

July 20, 2021 | George Mount

If you’re just getting started with building reports and other analyses in Excel using Python, it be can be confusing to see how all the steps and packages fit together. This post and accompanying visual is meant to map the basic process. If you’re not familiar with the ...
[...Read more...]

What is an open source software distribution?

July 13, 2021 | George Mount

I remember when I first got into Python and heard about Anaconda. It wasn’t really clear to me if Anaconda was a “dialect” of Python code, a really awesome suite of tools for working with Python, or something else. Turns out that Anaconda is first and foremost a distribution ...
[...Read more...]

Five ways to get help in Python

June 21, 2021 | George Mount

In an earlier blog post I offered five ways to get help in R. This post serves as the Python equivalent, assuming you are working in Jupyter notebooks. 0. Web search it This one seems obvious, but is worth pointing out. If you get an error message, plug it into a ... [...Read more...]

A tour of Python + Jupyter Notebooks

June 13, 2021 | George Mount

In an earlier post I offered a tour of RStudio, the popular integrated development environment and my preferred interface for teaching R. With Python, I favor Jupyter notebooks so figured a similar tour would be worth it. This post lays out the basics of Jupyter, how to navigate the interface, ...
[...Read more...]
1 7 8 9 10 11