タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

Pythonとpythonとpyramidに関するarveltのブックマーク (2)

  • Django vs Flask vs Pyramid: Choosing a Python Web Framework

    Ryan Brown Ryan works on Openstack Heat at Red Hat and has written Python for web, orchestration, and backend applications large and small. TL;DR: Pyramid, Django, and Flask are all excellent frameworks, and choosing just one for a project is hard. We'll see working apps with identical functionality in all three frameworks to make comparing the three easier. Skip to Frameworks in Action[1] 1 Intro

    Django vs Flask vs Pyramid: Choosing a Python Web Framework
  • miniconfigというものを作っていました - podhmo's diary

    はじめに 以前に、 miniconfig というライブラリを作っていたことを思い出したのですが。 あらためて見なおしてみると結構便利かもしれません。 miniconfig これはすごく雑に言うと Pyramid というウェブフレームワークの設定などをを読み取りアプリケーションインスタンスを作成する際に使われる Configurator オブジェクトから基礎となる部分を取り出したものです。 pyramidの Configurator はわりとZCA(Zope Component Architecture)に強く依存しているところがあるのですが、それを省いて単体で使えるようになっています。 ここでの Configurator というのは以下の2つの役割を持っています。 settignsという名の辞書に値を埋める 設定(configuration)のための副作用を集める 使い方 基的には Co

    miniconfigというものを作っていました - podhmo's diary
  • 1