Cargando…

Instant Flask web development /

Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. The book uses a bottom-up approach to help you build applications, and is full of step-by-step instructions and practical examples to help you improve your knowledge. Instant Flask Web De...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: DuPlain, Ron (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2013.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Instant Flask Web Development; Preparing for development (Simple); Running a simple application (Simple); Routing URLs and accepting requests (Simple); Handling requests and responses (Simple); Handling static files (Simple); Using a database (Simple); Handling forms and file uploads (Simple); Templating with Jinja
  • setting a base template (Simple); Creating a new record (Medium); Displaying a record (Medium); Editing a record (Medium); Listing all records (Simple).
  • Deleting a record (Advanced)Using custom template filters in Jinja (Advanced); Sending error responses (Simple); Authenticating users (Advanced); Handling sessions and users (Intermediate); Deploying to the world (Advanced).