Cargando…

Pragmatic Python programming : learning Python the smart way /

Explore the world of programming languages through Python and learn the building blocks of writing programs. This book covers Python 3.10, explaining it through six key concepts. Each chapter contains a real-world example with practical advice and a section on advanced concepts. You'll start by...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Guta, Gabor (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress L.P., 2022.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Expression: How to Compute
  • The Function: Programs as a Series of Statements
  • The Class: How to Model the World
  • The Control Structure: How to Describe the Workflow
  • The Sequence: From Data to the Data Structure
  • The Module: Organization of Program Parts into a Unit.