18

Data Input

A million monkeys were given a million typewriters. It’s called the Internet.

—Simon Munnery

In this chapter:

 Manipulating strings

 Reading and writing text files

 Tabular data

 Word counting and text analysis

 XML and JSON data

 Threads

 Using data from APIs

This chapter will move beyond displaying text and examine how to use String objects as the basis for reading and writing data. I’ll start by covering more sophisticated methods for manipulating strings, searching in them, chopping them up, and joining them together. Afterward, I will show how these skills allow you to use input from data sources such as text files, web pages, XML feeds, JSON data, and third party APIs, and you’ll also take a step into the world of data visualization. ...

Get Learning Processing, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.