April 2021
Beginner
296 pages
7h 10m
English
In Chapter 1, you created a ‘Hello, World!’ string and printed it to the console, but Python can do far more than just print string data. In this chapter, you’ll use operators, functions, and methods to manipulate strings. Strings are fundamental data types common to most programming languages, and you’ll use them in almost all the programs you write. If you need to communicate information to your user, capture input from text fields, retrieve data from the web, or perform just about any task that involves text, you’ll be using strings.
In this chapter, you’ll also learn how to use Processing’s ...
Read now
Unlock full access