Cargando…

Think Python /

If you want to learn how to program, working with Python is an excellent way to start. This hands-on guide takes you through the language one step at a time, beginning with basic programming concepts before moving on to functions, recursion, data structures, and object-oriented design. Through exerc...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Downey, Allen
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly, Ã2012.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • The way of the program
  • Variables, expressions, and statements
  • Functions
  • Case study : interface design
  • Conditionals and recursion
  • Fruitful functions
  • Iteration
  • Strings
  • Case study : word play
  • Lists
  • Dictionaries
  • Tuples
  • Case study : data structure selection
  • Files
  • Classes and objects
  • Classes and functions
  • Classes and methods
  • Inheritance
  • Case study : Tkinter.