Chargement en cours…

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.

Détails bibliographiques
Cote:Libro Electrónico
Auteur principal: Lutz, Mark
Format: Électronique eBook
Langue:Inglés
Publié: Sebastopol, Calif. : O'Reilly, ©2008.
Édition:3rd ed.
Sujets:
Accès en ligne:Texto completo (Requiere registro previo con correo institucional)
Table des matières:
  • 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.