October 2013
Beginner
600 pages
15h 18m
English
What You’ll Learn in This Hour:
How to create strings
Working with string functions
Formatting strings for output
One of the strong points of the Python programming language is its ability to work with text. Python makes manipulating, searching, and formatting text data almost painless. This hour explores how to create and work with text strings in your Python scripts.
Before we dive too ...