Dale K. Data Visualization with Python and JavaScript...2016
Download this torrent!
Dale K. Data Visualization with Python and JavaScript...2016
To start this P2P download, you have to install a BitTorrent client like qBittorrent
Category: Other
Total size: 69.35 MB
Added: 2025-03-10 23:38:59
Share ratio:
9 seeders,
2 leechers
Info Hash: 1689BBEAC6B80F4B62E86034D905436CFC8143F0
Last updated: 2 hours ago
Description:
Textbook in PDF format
Learn how to turn raw data into rich, interactive web visualizations with the powerful combination of Python and JavaScript. With this hands-on guide, author Kyran Dale teaches you how build a basic dataviz toolchain with best-of-breed Python and JavaScript librariesâ?including Scrapy, Matplotlib, Pandas, Flask, and D3â?for crafting engaging, browser-based visualizations.
As a working example, throughout the book Dale walks you through transforming Wikipediaâ?s table-based list of Nobel Prize winners into an interactive visualization. Youâ?ll examine steps along the entire toolchain, from scraping, cleaning, exploring, and delivering data to building the visualization with JavaScriptâ?s D3 library. If youâ?re ready to create your own web-based data visualizationsâ?and know either Python or JavaScriptâ? this is the book for you.
Learn how to manipulate data with Python
Understand the commonalities between Python and JavaScript
Extract information from websites by using Pythonâ?s web-scraping tools, BeautifulSoup and Scrapy
Clean and explore data with Pythonâ?s Pandas, Matplotlib, and Numpy libraries
Serve data and create RESTful web APIs with Pythonâ?s Flask framework
Create engaging, interactive web visualizations with JavaScript D3 library