Head first Python

Want to learn the Python language without slogging your way through how-to manuals? With Head First Python , you’ll quickly grasp Python’s fundamentals, working with the built-in data structures and functions. Then you’ll move on to building your very own webapp, exploring database management, excep...

Descripción completa

Detalles Bibliográficos
Otros Autores: Barry, Paul, author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Beijing, [China] : O'Reilly Media 2017.
Edición:Second edition
Colección:Head first
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630167206719
Tabla de Contenidos:
  • The basics : getting started quickly
  • List data : working with ordered data
  • Structured data : working with structured data
  • Code reuse : functions and modules
  • Building a webapp : getting real
  • Storing and manipulating data : where to put your data
  • Using a database : putting Python's DB-API to use
  • A little bit of class : abstracting behavior and state
  • The context management protocol : hooking into Python's with statement
  • Function decorators : wrapping functions
  • Exception handling : what to do when things go wrong
  • A little bit of threading : dealing with waiting
  • Advanced iteration : looping like crazy
  • Installing : installing Python
  • PythonAnywhere : deploying your webapp
  • Top ten things we didn't cover : there's always more-to learn
  • Top ten projects not covered : even more tools, libraries, and modules
  • Getting involved : the Python community.