タグ

Pythonとflaskに関するnullpobugのブックマーク (5)

  • 探検! Python Flask

    探検! Python Flask Robert Picard, 濱野 司(訳) 達人出版会 660円 (600円+税) Pythonプログラマに人気のマイクロWebフレームワークFlaskを使いこなす! FlaskによるWebアプリ開発のための実践的なチュートリアルです。環境構築・設定方法からデータベースとの連携や認証、デプロイまでをサンプルコード付きで解説します。 関連サイト書の関連ページが用意されています。 Explore Flask 日語版・サポートページ内容紹介FlaskはPythonプログラマに人気のマイクロWebフレームワークです。 WEBフレームワークというと様々な仕様や独自のルールがたくさんあって、学習に時間がかかってしまうというようなイメージを持っていませんか? Flaskでは憶えなければならないことが非常に少ないので、初心者でもすぐにWebアプリケーション開発を始

    探検! Python Flask
  • Flask ハンズオン — Flask Handson 1 documentation

    Flask ハンズオン¶ Flask は Python 製のマイクロフレームワークです。 マイクロフレームワークの対義語はフルスタックフレームワークで、普通の Webアプリケーションを作るのに必要なもの・便利なものをできるだけなんでも 用意したものになります。 マイクロフレームワークはその逆で、最低限必要なものや、ほぼすべてのWebアプリで 使う機能だけで構成されたフレームワークです。 マイクロフレームワークのフルスタックフレームワークに対する利点は、 フレームワークを覚えるだけで精一杯にならないで済む 追加のツールを自分で選ぶのが簡単 (O/Rマッパー等) になります. なので、簡単なアプリを短い勉強時間で作りたいケースや、高い目標性能などで フルスタック型フレームワークをそのままでは適用できない (大幅な改造が必要になってしまう) ケースでは、マイクロフレームワークが適しています。 目

  • Django vs Flask for a long-term project - Stack Overflow

    I am looking for a comparison of django and flask for a project that will live for a long time, and will need to be maintained, built upon and grow as the months progress. I am considering Flask + SQLAlchemy or django. I do not need batteries, as I usually end up having to modify them, so it is fine if I have to re-implement a couple of wheels to make it do exactly what I need. I prefer the coding

  • Flask-OAuth — Flask-OAuth

    Flask-OAuth¶ Flask-OAuth is an extension to Flask that allows you to interact with remote OAuth enabled applications. Currently it only implements the consumer interface so you cannot expose your own API with OAuth. Flak-OAuth depends on the python-oauth2 module. Features¶ Support for OAuth 1.0a Friendly API Direct integration with Flask Basic support for remote method invocation of RESTful APIs

  • Welcome | Flask (A Python Microframework)

    Welcome to Flask¶ Welcome to Flask’s documentation. Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. Get started with Installation and then get an overview with the Quickstart. There is also a more detailed Tutorial that shows how to create a small but complete application with Flask.

  • 1