Cargando…

Flask web development : developing web applications with Python /

Take full creative control of your web applications with Flask, the Python-based microframework. With the second edition of this hands-on book, you'll learn Flask from the ground up by developing a complete, real-world application crreated by author Miguel Grinberg. This refreshed edition accou...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Grinberg, Miguel (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly, 2018.
Edición:Second edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1027787132
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 180307t20182018caua o 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d EBLCP  |d OCLCF  |d UMI  |d MERER  |d OCLCQ  |d STF  |d TOH  |d CEF  |d YDX  |d KSU  |d OCLCQ  |d TEFOD  |d DEBBG  |d G3B  |d S9I  |d ZCU  |d UAB  |d UKAHL  |d VT2  |d C6I  |d OCLCO  |d OCLCQ  |d OCLCA  |d HS0  |d OCLCO  |d OCLCQ  |d OCLCO  |d XII  |d OCLCQ  |d OCLCO 
019 |a 1029302488  |a 1103271126  |a 1129351152  |a 1152972741  |a 1192332115  |a 1227641184  |a 1240530277 
020 |a 9781491991718  |q (electronic bk.) 
020 |a 1491991712  |q (electronic bk.) 
020 |a 9781491991695  |q (electronic bk.) 
020 |a 1491991690  |q (electronic bk.) 
020 |a 1491991739 
020 |a 9781491991732 
020 |z 9781491991732 
029 1 |a AU@  |b 000067506042 
035 |a (OCoLC)1027787132  |z (OCoLC)1029302488  |z (OCoLC)1103271126  |z (OCoLC)1129351152  |z (OCoLC)1152972741  |z (OCoLC)1192332115  |z (OCoLC)1227641184  |z (OCoLC)1240530277 
037 |a CL0500000949  |b Safari Books Online 
037 |a A7B225F0-4740-4AEA-829E-0D70759E3E0A  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.76.S63  |b G75 2018 
072 7 |a COM  |x 000000  |2 bisacsh 
082 0 4 |a 006.8  |b 23 
049 |a UAMI 
100 1 |a Grinberg, Miguel,  |e author. 
245 1 0 |a Flask web development :  |b developing web applications with Python /  |c Miguel Grinberg. 
250 |a Second edition. 
264 1 |a Sebastopol, CA :  |b O'Reilly,  |c 2018. 
264 4 |c ©2018 
300 |a 1 online resource :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file 
500 |a Includes index. 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed March 08, 2018). 
505 0 |a Intro; Copyright; Table of Contents; Preface; Who This Book Is For; How This Book Is Organized; How to Work with the Example Code; Using Code Examples; Conventions Used in This Book; Oâ#x80;#x99;Reilly Safari; How to Contact Us; Acknowledgments; Additional Thanks for the Second Edition; Part I. Introduction to Flask; Chapter 1. Installation; Creating the Application Directory; Virtual Environments; Creating a Virtual Environment with Python 3; Creating a Virtual Environment with Python 2; Working with a Virtual Environment; Installing Python Packages with pip; Chapter 2. Basic Application Structure. 
505 8 |a InitializationRoutes and View Functions; A Complete Application; Development Web Server; Dynamic Routes; Debug Mode; Command-Line Options; The Request-Response Cycle; Application and Request Contexts; Request Dispatching; The Request Object; Request Hooks; Responses; Flask Extensions; Chapter 3. Templates; The Jinja2 Template Engine; Rendering Templates; Variables; Control Structures; Bootstrap Integration with Flask-Bootstrap; Custom Error Pages; Links; Static Files; Localization of Dates and Times with Flask-Moment; Chapter 4. Web Forms; Configuration; Form Classes; HTML Rendering of Forms. 
505 8 |a Form Handling in View FunctionsRedirects and User Sessions; Message Flashing; Chapter 5. Databases; SQL Databases; NoSQL Databases; SQL or NoSQL?; Python Database Frameworks; Database Management with Flask-SQLAlchemy; Model Definition; Relationships; Database Operations; Creating the Tables; Inserting Rows; Modifying Rows; Deleting Rows; Querying Rows; Database Use in View Functions; Integration with the Python Shell; Database Migrations with Flask-Migrate; Creating a Migration Repository; Creating a Migration Script; Upgrading the Database; Adding More Migrations; Chapter 6. Email. 
505 8 |a Email Support with Flask-MailSending Email from the Python Shell; Integrating Emails with the Application; Sending Asynchronous Email; Chapter 7. Large Application Structure; Project Structure; Configuration Options; Application Package; Using an Application Factory; Implementing Application Functionality in a Blueprint; Application Script; Requirements File; Unit Tests; Database Setup; Running the Application; Part II. Example: A Social Blogging Application; Chapter 8. User Authentication; Authentication Extensions for Flask; Password Security; Hashing Passwords with Werkzeug. 
505 8 |a Creating an Authentication BlueprintUser Authentication with Flask-Login; Preparing the User Model for Logins; Protecting Routes; Adding a Login Form; Signing Users In; Signing Users Out; Understanding How Flask-Login Works; Testing Logins; New User Registration; Adding a User Registration Form; Registering New Users; Account Confirmation; Generating Confirmation Tokens with itsdangerous; Sending Confirmation Emails; Account Management; Chapter 9. User Roles; Database Representation of Roles; Role Assignment; Role Verification; Chapter 10. User Profiles; Profile Information; User Profile Page. 
520 |a Take full creative control of your web applications with Flask, the Python-based microframework. With the second edition of this hands-on book, you'll learn Flask from the ground up by developing a complete, real-world application crreated by author Miguel Grinberg. This refreshed edition accounts for important technology changes that have occurred in the past three years. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Flask (Software framework) 
650 0 |a Software frameworks. 
650 0 |a Web applications  |x Development. 
650 0 |a Application software  |x Development. 
650 0 |a Python (Computer program language) 
650 0 |a Web applications. 
650 6 |a Cadres d'applications (Informatique) 
650 6 |a Applications Web. 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a Python (Langage de programmation) 
650 6 |a Applications Web  |x Développement. 
650 7 |a COMPUTERS  |x General.  |2 bisacsh 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a Python (Computer program language)  |2 fast 
650 7 |a Software frameworks  |2 fast 
650 7 |a Web applications  |2 fast 
650 7 |a Programmierung  |2 gnd 
650 7 |a Python  |g Programmiersprache  |2 gnd 
776 0 8 |i Print version:  |a Grinberg, Miguel.  |t Flask web development.  |b Second edition.  |d Sebastopol, CA : O'Reilly, 2018  |w (DLC) 2018418374 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781491991725/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH34177997 
938 |a Askews and Holts Library Services  |b ASKH  |n AH33970876 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5316879 
938 |a EBSCOhost  |b EBSC  |n 1724052 
938 |a YBP Library Services  |b YANK  |n 15199581 
994 |a 92  |b IZTAP