< BACKMake Note | BookmarkCONTINUE >
156135250194107072078175030179198180024228156016206217188240240204172032185095146195052068

Chapter 5. Numbers

Chapter Topics

  • Introduction to Numbers

  • Integers

    • (Plain) Integers

    • Long Integers

  • Floating Point Real Numbers

  • Complex Numbers

  • Operators

  • Built-in Functions

  • Related Modules

In this chapter, we will focus on Python's numeric types. We will cover each type in detail, then present the various operators and built-in functions which can be used with numbers. We conclude this chapter by introducing some of the standard library modules which deal with numbers.


Last updated on 9/14/2001
Core Python Programming, © 2002 Prentice Hall PTR

< BACKMake Note | BookmarkCONTINUE >

© 2002, O'Reilly & Associates, Inc.