A List of Python Learning Resources

This post is a short list of my recommended Python learning resources. I received an email from someone who found this blog and my GitHub repo and asked about the right place to go to start learning Python. The list of resources in this post comes from the email I …
more ...
A quiver plot is a type of 2D plot that shows vector lines as arrows. Quiver plots are useful in electrical engineering to visualize electrical potential and valuable in mechanical engineering to show stress gradients. In this post, we will build three quiver plots using Python, matplotlib, numpy, and Jupyter notebooks.
After watching a great webinar about plotting with different python libraries, I wanted to see what it was like to make a stress strain curve using four different modules: pandas, matplotlib, altair and bokeh (with holoviews).