Monday, December 3, 2018

Continuum Analytics Blog: Python Data Visualization 2018: Moving Toward Convergence

By James A. Bednar This post is the second in a three-part series on the current state of Python data visualization and the trends that emerged from SciPy 2018. In my previous post, I provided an overview of the myriad Python data visualization tools currently available, how they relate to each other, and their many …
Read more →

The post Python Data Visualization 2018: Moving Toward Convergence appeared first on Anaconda.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...