📜 ⬆️ ⬇️

Python graphics

Apress has published a book Beginning Python Visualization: Crafting Visual Transformation Scripts , dedicated to data visualization using Python and related tools. This is a unique work of its kind, because on Python such things are done quite rarely. The author of the book says that he was looking for such a guide for his work, but he did not find it, and he had to figure it out on his own.

The book provides several examples of how data can be visualized. For example, using Python, you can extract data from a GPS receiver through the serial port and process it on your computer, including creating graphs and charts. The author shows all this on the example of a specific GPS receiver and the PySerial module.

The most important thing in the book is a detailed demonstration of how to work with MatPlotLib , NumPy and SciPy , known for visualizing mathematical and scientific data, as well as with the PIL (Python Imaging Library) library for simple image processing.
')
You can look through the book in the Amazon store (via the link above).

Source: https://habr.com/ru/post/60716/


All Articles