December 2012
Beginner
344 pages
7h 7m
English

Python has a well-stocked box of programming tools, including a large number of functions and modules that are ready-made for you to use. Like a trusty hammer or a bicycle wrench, these built-in tools—chunks of code, really—can make writing programs a lot easier.
As you learned in Chapter 7, modules need to be imported before they can be used. Python’s built-in functions don’t need to be imported first; they’re available as soon as the Python shell starts. In this chapter, we’ll look at some of the more useful built-in functions, and then focus on one: the open function, which lets you open files in order to read and ...
Read now
Unlock full access