Best
17.5K views | +2 today
Follow
Best
Best or Top of a Category
Your new post is loading...
Your new post is loading...
Scooped by Dr. Stefan Gruenwald
Scoop.it!

Python Virtual Environments: A Primer

Python Virtual Environments: A Primer | Best | Scoop.it
This article details how to use a Python virtual environment to manage your Python projects.
No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

A Guide to Scientific Python Plotting With Matplotlib

A Guide to Scientific Python Plotting With Matplotlib | Best | Scoop.it

This article is a beginner-to-intermediate-level walkthrough on Python and matplotlib that mixes theory with examples.

 

A picture says a thousand words, and with Python’s matplotlib library, it fortunately takes far less than a thousand words of code to create a production-quality graphic.

 

However, matplotlib is also a massive library, and getting a plot to look “just right” is often practiced on a trial-and-error basis. Using one-liners to generate basic plots in matplotlib is fairly simple, but skillfully commanding the remaining 98% of the library can be daunting.

 

This guide is a beginner-to-intermediate-level walkthrough on matplotlib that mixes theory with example. While learning by example can be tremendously insightful, it helps to have even a surface-level understanding of the library’s inner workings and layout as well.

No comment yet.