Practical Programming: An Introduction to Computer Science Using Python 3
This book is for anyone who wants to understand computer programming. You'll learn to program in a language that' s used in millions of smartphones, tablets, and PCs. You'll code along with the book, writing programs to solve real-world problems as you learn the fundamentals of prog...
Autor principal: | |
---|---|
Otros Autores: | , , |
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
[Place of publication not identified]
Pragmatic Bookshelf The Imprint
2013
|
Edición: | 2nd ed |
Colección: | The pragmatic programmers
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629499206719 |
Tabla de Contenidos:
- What's programming?
- Hello, Python
- Designing and using functions
- Working with text
- Making choices
- A modular approach to program organization
- Using methods
- Storing collections of data using lists
- Repeating code using loops
- Reading and writing files
- Storing data using other collection types
- Designing algorithms
- Searching and sorting
- Object-oriented programming
- Testing and debugging
- Creating graphical user interfaces
- Databases.