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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Sebastopol, CA :
O'Reilly Media,
[2015]
|
Edición: | Second edition, updated for Python 3. |
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
- The goodies
- Debugging
- Analysis of algorithms.