Loading…

Learning Python /

Describes the features of the Python 2.5 programming language, covering such topics as types and operations, statements and syntax, functions, modules, classes and OOP, and exceptions and tools.

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Lutz, Mark
Format: Electronic eBook
Language:Inglés
Published: Sebastopol, Calif. : O'Reilly, ©2008.
Edition:3rd ed.
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • 1. A Python Q & A Session
  • 2. How Python Runs Programs
  • 3. How You Run Programs
  • 4. Introducing Python Object Types
  • 5. Numbers
  • 6. The Dynamic Typing Interlude
  • 7. Strings
  • 8. Lists and Dictionaries
  • 9. Tuples, Files, and Everything Else
  • 10. Introducing Python Statements
  • 11. Assignment, Expressions, and print
  • 12. If Tests
  • 13. While and for Loops
  • 14. The Documentation Interlude
  • 15. Function Basics
  • 16. Scopes and Arguments
  • 17. Advanced Function Topics
  • 18. Modules: The Big Picture
  • 19. Module Coding Basics
  • 20. Module Packages
  • 21. Advanced Module Topics
  • 22. OOP: The Big Picture
  • 23. Class Coding Basics
  • 24. Class Coding Details
  • 25. Designing with Classes
  • 26. Advanced Class Topics
  • 27. Exception Basics
  • 28. Exception Objects
  • 29. Designing with Exceptions.