• Complain

Ron DuPlain - Instant Flask web development : tap into Flask to build a complete application in a style that you control

Here you can read online Ron DuPlain - Instant Flask web development : tap into Flask to build a complete application in a style that you control full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. City: Birmingham, UK, year: 2013, publisher: Packt Publishing, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Ron DuPlain Instant Flask web development : tap into Flask to build a complete application in a style that you control
  • Book:
    Instant Flask web development : tap into Flask to build a complete application in a style that you control
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2013
  • City:
    Birmingham, UK
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Instant Flask web development : tap into Flask to build a complete application in a style that you control: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Instant Flask web development : tap into Flask to build a complete application in a style that you control" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Ron DuPlain: author's other books


Who wrote Instant Flask web development : tap into Flask to build a complete application in a style that you control? Find out the surname, the name of the author of the book and a list of all author's works by series.

Instant Flask web development : tap into Flask to build a complete application in a style that you control — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Instant Flask web development : tap into Flask to build a complete application in a style that you control" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Instant Flask Web Development

Instant Flask Web Development

Copyright 2013 Packt Publishing

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.

Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

First published: August 2013

Production Reference: 1230813

Published by Packt Publishing Ltd.

Livery Place

35 Livery Street

Birmingham B3 2PB, UK..

ISBN 978-1-78216-962-8

www.packtpub.com

Credits

Author

Ron DuPlain

Reviewers

Maxime Bouroumeau-Fuseau

Zach Denton

Acquisition Editor

Mary Nadar

Commissioning Editor

Mohammed Fahad

Technical Editor

Anita Nayak

Project Coordinator

Esha Thakker

Proofreader

Clyde Jenkins

Production Coordinator

Adonia Jones

Cover Work

Adonia Jones

Cover Image

Sheetal Aute

About the Author

Ron DuPlain is a core contributor to the Flask project, and has built dozens of production applications with Flask. He has been thinking in Python since 2005, applying it to a variety of applications from embedded systems to web development. He is based in Charlottesville, Virginia, USA, where he runs the local Python meetup group and is an organizer of the local bar camp unconferences. He holds a Bachelors in Science in Computer engineering from the University of Cincinnati and a Masters in Systems engineering from the University of Virginia.

I would like to thank Armin Ronacher for Flask and adding me to the project. I learned a lot from him. Thanks to Nicholas Skelsey and Matthew Sullivan for reviewing early manuscripts of this book. I dedicate this book to the Flask community, and all the programmers getting started with web development.

About the Reviewers

Maxime Bouroumeau-Fuseau is a Full Stack web developer with many years of experience building large web applications. Working for a fast growing startup allowed him to learn the intricacies of scaling to millions of users. He has been working with PHP for ten years but has been using Python for the last few years as his preferred language. He loves the world of web development and building beautiful products that reach as many people as possible and make their life easier.

Zach Denton is a CS major at Dartmouth College. He helps run the Dartmouth Hacker Club, a group of students that write programs for fun. They use Flask extensively in their projects. An avid hackathoner, Zach has over fifty repos on GitHub (https://github.com/zacharydenton) and can be found on the web at http://zacharydenton.com/.

www.PacktPub.com
Support files, eBooks, discount offers and more

You might want to visit www.PacktPub.com for support files and downloads related to your book.

Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at > for more details.

At www.PacktPub.com, you can also read a collection of free technical articles, sign up for a range of free newsletters and receive exclusive discounts and offers on Packt books and eBooks.

httpPacktLibPacktPubcom Do you need instant solutions to your IT - photo 1

http://PacktLib.PacktPub.com

Do you need instant solutions to your IT questions? PacktLib is Packt's online digital book library. Here, you can access, read and search across Packt's entire library of books.

Why Subscribe?
  • Fully searchable across every book published by Packt
  • Copy and paste, print and bookmark content
  • On demand and accessible via web browser
Free Access for Packt account holders

If you have an account with Packt at www.PacktPub.com, you can use this to access PacktLib today and view nine entirely free books. Simply use your login credentials for immediate access.

Preface

Flask started as a project to show you how you can build your own framework on existing Python toolkits. Actually, Flask started as an April Fool's joke in 2010. Several microframeworks had been appearing in the Python community, offering their own set of interfaces to build web services and applications entirely in one .py file. Having built Werkzeug (a web programming toolkit) and Jinja (a templating engine), Armin Ronacher zipped these two projects, put the zip file base64-encoded into a .py file, added a few small functions, and called it the Denied microframework.

The April 1st marketing site for Denied included a working "Hello World" application in a few lines of code, a spoof screencast, some bogus testimonials, zero documentation, and a few hints that you should not trust everything you read on the Internet. Denied was a critique on how an open source project can go wrongmostly through missing documentation and design flaws that can cause serious issues in production programs.

This was Flask's beginning, the microframework with good intentions. Flask aimed to provide a good developer experience through clear, simple interfaces packaged with useful documentation, a thorough test suite, and careful thought to production issues and backward/forward-compatibility across releases. Flask demonstrated how to build a thin layer on top of Werkzeug and Jinja. Then Flask became popular on its own, developed a community, and now several Flask-built applications are in production, small and large.

As a contributor to the Flask project, I observed that most new users ask questions of the form, "what is the Flask way to do X?" Most of the time, the question is better stated as, "what is the Python way to do X?" Flask does not have many options about how you use it, which makes it a great tool to start simply and grow carefully without fighting the options, deeply embedded in the framework as your project gets large.

That said, when you are getting started with Flask, you will wonder how a representative application looks. This book will show you just that. I have condensed my own experience with Flask into a small but complete application which we will build bottom-up one piece at a time. Along the way, I will provide pointers as you make considerations in your own projects. If, by the end of this book, you want more, take a look at the scheduler application that we built, identify areas where you would like to design your own improvements, and use these areas for projects to exercise your web development skills.

What this book covers

Preparing for development (Simple)

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Instant Flask web development : tap into Flask to build a complete application in a style that you control»

Look at similar books to Instant Flask web development : tap into Flask to build a complete application in a style that you control. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Instant Flask web development : tap into Flask to build a complete application in a style that you control»

Discussion, reviews of the book Instant Flask web development : tap into Flask to build a complete application in a style that you control and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.