Loading…

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 a step at a time, beginning with basic programming concepts before moving on to functions, recursion, data structures, and object-oriented design. This seco...

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Downey, Allen (Author)
Format: Electronic eBook
Language:Inglés
Published: Sebastopol, CA : O'Reilly Media, [2015]
Edition:Second edition, updated for Python 3.
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • 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
  • The goodies
  • Debugging
  • Analysis of algorithms.