A concise introduction to programming in Python /
"Preface Welcome! This text provides an introduction to writing software in Python. No previous programming experience is necessary. Most chapters begin with an example program illustrating a small set of new concepts. These programs are available for download at http://www.central. edu/go/conc...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Boca Raton, FL :
CRC Press,
2012.
|
Colección: | Chapman & Hall/CRC textbooks in computing.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Part I. Foundations
- 1. Computer systems and software
- 2. Python program components
- 3. Functions
- 4. Repetition: for loops
- 5. Computer memory: integers
- 6. Selection: if statements
- 7. Algorithm design and debugging
- 8. Repetition: while loops
- 9. Computer memory: floats
- 10. Simulation
- Part II. Collections and files
- 11. Strings
- 12. Building strings
- 13. Computer memory: text
- 14. Lists
- 15. Files
- 16. String methods
- 17. Mutable and immutable objects
- 18. Dictionaries
- Part III. Selected topics
- 19. Sound manipulation
- 20. Sound synthesis
- 21. Image manipulation
- 22. Image synthesis
- 23. Writing classes
- 24. Cooperating classes
- 25. Related classes
- 26. Functional programming
- 27. Parallel programming
- 28. Graphical user interfaces.