Explore >> Select a destination


You are here

geo.rocks
| | andrewpwheeler.com
7.4 parsecs away

Travel
| | Just a quick post - recently was trying to see examples of both stacking and clustering matplotlib + pandas bar charts. The few examples that come up online do not use what I consider to be one of the simpler approaches. The idea is that clustering is the hard part, and you can replicate the...
| | www.analyticsvidhya.com
6.0 parsecs away

Travel
| | Learn how to convert images to NumPy array and plot them using the image sub-module of Matplotlib library in Python to create visualizations
| | www.ethanrosenthal.com
8.0 parsecs away

Travel
| | I make Python packages for everything. Big projects obviously get a package, but so does every tiny analysis. Spinning up a quick jupyter notebook to check something out? Build a package first. Oh yeah, and every package gets its own virtual environment. Let's back up a little bit so that I can tell you why I do this. After that, I'll show you how I do this. Notably, my workflow is set up to make it simple to stay consistent.
| | www.janmeppe.com
10.0 parsecs away

Travel
| In this blog post, I'll tell you how to add a new kernel to your Jupyter notebook in just 3 simple steps.