No images? Click here Draw stunning charts with PythonWe are all probably spending time doing small manual tasks that don't add much value. It may be scanning through information sources in search of the small bits of relevant information, working with spreadsheets to generate the same graph over and over, or searching files one by one until find the data we're looking for. Some—probably most—of those tasks are automatable. We can use computers to do these kinds of menial tasks and focus our own efforts instead on what humans are good for—high-level analysis and decision making based on the result. Thanks to the expressiveness and ease of use of Python, it's surprisingly simple to start making small programs to perform these actions and combine them into more integrated systems. In Chapter 7 of the Python Automation Cookbook, Jaime Buelta shows you how you can draw charts from data sets with Python. You'll see how to contsruct bar charts, pie charts, scatter plots, and more. You'll also see how you can add visualizations to maps, and how to add legends and annotations. Python Automation CookbookUsing a problem-solution-based approach, we'll show how you can automate all the boring stuff and let your computer do it for you instead using the Python programming language. By the end of the book, you will have learned to identify problems and correct them to produce superior and reliable systems. Start your subscription today and you'll get access to this book, plus 300+ other web design and development books in SitePoint Premium! This week, new subscribers can get 60% off for the first three months. That’s $3 a month to access 400+ tech books and courses — grab the deal here. Until next time, |