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. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access