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
Autor principal: Downey, Allen (-)
Otros Autores: Loukides, Michael Kosta (illustrator), Blanchette, Meghan, Romano, Robert (Illustrator), illustrator, Demarest, Rebecca, illustrator
Formato: Libro electrónico
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly 2012
Edición:First edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627966206719
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.