An Introduction to Python and Computer Programming
This book introduces Python programming language and fundamental concepts in algorithms and computing. Its target audience includes students and engineers with little or no background in programming, who need to master a practical programming language and learn the basic thinking in computer science...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Autor Corporativo: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Singapore :
Springer Nature Singapore : Imprint: Springer,
2015.
|
Edición: | 1st ed. 2015. |
Colección: | Lecture Notes in Electrical Engineering,
353 |
Temas: | |
Acceso en línea: | Texto Completo |
Tabla de Contenidos:
- An introduction to Python and computer programming
- Using Python as a Calculator
- The First Python Program
- Branching and Looping
- Problem solving using branches and loops
- Functions
- Lists and mutability
- Sequences, Mappings and Sets
- Problem solving using lists and functions
- Classes
- Summary.