はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ブラックフライデー

『The Pylons Project — The Pylons Project Documentation』

  • 人気
  • 新着
  • すべて
  • Running a Pyramid Application under mod_wsgi — The Pyramid Web Framework v2.0.2

    3 users

    docs.pylonsproject.org

    Running a Pyramid Application under mod_wsgi¶ mod_wsgi is an Apache module developed by Graham Dumpleton. It allows WSGI programs to be served using the Apache web server. This guide will outline broad steps that can be used to get a Pyramid application running under Apache via mod_wsgi. This particular tutorial was developed under Apple's macOS platform (Snow Leopard, on a 32-bit Mac), but the in

    • テクノロジー
    • 2014/08/17 07:07
    • 国際化とローカライズ — Pylons 0.9.7 documentation

      3 users

      docs.pylonsproject.org

      はじめに¶ 国際化とローカライズは、ソフトウェアを非ネイティブの環境、特に他の国や 文化のために適合させる手段です。 ローカライズが必要なアプリケーションの部分は以下のようなものがあります: 言語 日付/時間の形式 数の形式、例えば小数点やセパレータの位置、セパレータとして使用される文字 タイムゾーン (国際化環境では UTC) 通貨 重さと長さ 国際化とローカライズの区別は微妙ですが、重要です。国際化とは潜在的にあ らゆる場所で使用できるように製品を適合させることです。一方、ローカライ ズは特定のロケールで使用するための特別な機能追加です。 例えば、ソフトウェアで使用される言語に関して、国際化は翻訳が必要になる 可能性のあるすべての文字列に印をつけるプロセスであり、ローカライズは特 定のロケールのための翻訳を行うプロセスです。 Pylons は言語を国際化することを可能にする標準サポート

      • テクノロジー
      • 2014/03/05 17:36
      • The Pylons Project — The Pylons Project Documentation

        4 users

        docs.pylonsproject.org

        The Pylons Project¶ The Pylons Project develops a collection of related web development technologies. Visit our websites for information about projects under the Pylons Project as well as the organization itself. https://pylonsproject.org/ for the Pylons Project https://trypyramid.com/ for Pyramid, the web framework https://webob.org/ for WebOb https://docs.pylonsproject.org/projects/pylons-webfra

        • テクノロジー
        • 2013/04/30 12:22
        • Pyramid
        • Python
        • web
        • Unit testing guidelines

          4 users

          docs.pylonsproject.org

          Unit testing guidelines The Pylons Project rather rigorously follows a unit testing dogma along the lines described by Tres Seaver in Avoiding Temptation: Notes on using unittest effectively. This document is based upon that article. This document deals almost exclusively with unit tests. We have no particular dogma for integration tests or functional tests, although many of the tips below can be

          • テクノロジー
          • 2013/01/05 09:18
          • python
          • Testing Applications with WebTest — WebTest 2.0.31.dev0 documentation

            3 users

            docs.pylonsproject.org

            What This Does¶ WebTest helps you test your WSGI-based web applications. This can be any application that has a WSGI interface, including an application written in a framework that supports WSGI (which includes most actively developed Python web frameworks -- almost anything that even nominally supports WSGI should be testable). With this you can test your web applications without starting an HTTP

            • テクノロジー
            • 2012/10/24 22:43
            • Python
            • テスト
            • Defending Pyramid's Design — The Pyramid Web Framework v2.0.2

              3 users

              docs.pylonsproject.org

              Defending Pyramid's Design¶ From time to time, challenges to various aspects of Pyramid design are lodged. To give context to discussions that follow, we detail some of the design decisions and trade-offs here. In some cases, we acknowledge that the framework can be made better and we describe future steps which will be taken to improve it. In others we just file the challenge as noted, as obvious

              • テクノロジー
              • 2012/03/10 23:34
              • Pyramid
              • Python
              • SQLAlchemy + URL dispatch wiki tutorial — The Pyramid Web Framework v2.0.2

                3 users

                docs.pylonsproject.org

                SQLAlchemy + URL dispatch wiki tutorial¶ This tutorial introduces an SQLAlchemy and URL dispatch-based Pyramid application to a developer familiar with Python. When finished, the developer will have created a basic wiki application with authentication and authorization. For cut and paste purposes, the source code for all stages of this tutorial can be browsed on GitHub for a specific branch or ver

                • テクノロジー
                • 2012/02/15 19:52
                • Python
                • Colander — colander 2.0 documentation

                  4 users

                  docs.pylonsproject.org

                  Colander¶ Colander is useful as a system for validating and deserializing data obtained via XML, JSON, an HTML form post or any other equally simple data serialization. It is tested on Python 2.7, 3.5, 3.6, 3.7, 3.8, 3.9, and 3.10, and PyPy 2.7 and PyPy 3.8. Colander can be used to: Define a data schema. Deserialize a data structure composed of strings, mappings, and lists into an arbitrary Python

                  • テクノロジー
                  • 2012/02/14 20:43
                  • python
                  • library
                  • Deform — Deform Python form library v2.0.16.dev0

                    3 users

                    docs.pylonsproject.org

                    Deform¶ deform is a Python HTML form generation library. It runs under Python 2.x, 3.x and PyPy. Deform is a Python form library for generating HTML forms on the server side. Date and time picking widgets, rich text editors, forms with dynamically added and removed items and a few other complex use cases are supported out of the box. Deform integrates with the Pyramid web framework and several oth

                    • テクノロジー
                    • 2012/02/14 20:42
                    • Library
                    • Python
                    • Todo List Application in One File — The Pyramid Tutorials v0.1

                      6 users

                      docs.pylonsproject.org

                      Todo List Application in One File¶ This tutorial has been moved to the Pyramid Community Cookbook.

                      • 世の中
                      • 2012/02/12 23:18
                      • Pyramid
                      • tutorial
                      • Pyramid Community Cookbook — The Pyramid Community Cookbook v0.2

                        3 users

                        docs.pylonsproject.org

                        Pyramid Community Cookbook¶ The Pyramid Community Cookbook presents topical, practical "recipes" of using Pyramid. It supplements the main documentation. To contribute your recipe to the Pyramid Community Cookbook, read Contributing.

                        • 学び
                        • 2012/02/05 17:47
                        • pyramid
                        • tips
                        • Waitress — waitress 3.0.2 documentation

                          4 users

                          docs.pylonsproject.org

                          Waitress¶ Waitress is meant to be a production-quality pure-Python WSGI server with very acceptable performance. It has no dependencies except ones which live in the Python standard library. It runs on CPython on Unix and Windows under Python 3.9+. It is also known to run on PyPy 3 (Python version 3.9+) on UNIX. It supports HTTP/1.0 and HTTP/1.1. Extended Documentation¶ Change History¶ 3.0.2 (2024

                          • テクノロジー
                          • 2011/12/31 21:07
                          • pylons
                          • wsgi
                          • python
                          • What's New in Pyramid 1.3 — The Pyramid Web Framework v2.0.2

                            4 users

                            docs.pylonsproject.org

                            What's New in Pyramid 1.3¶ This article explains the new features in Pyramid version 1.3 as compared to its predecessor, Pyramid 1.2. It also documents backwards incompatibilities between the two versions and deprecations added to Pyramid 1.3, as well as software dependency changes and notable documentation additions. Major Feature Additions¶ The major feature additions in Pyramid 1.3 follow. Pyth

                            • テクノロジー
                            • 2011/12/10 09:17
                            • Pyramid
                            • Python
                            • The Pyramid Web Framework — The Pyramid Web Framework v2.0.2

                              3 users

                              docs.pylonsproject.org

                              The Pyramid Web Framework¶ Pyramid is a small, fast, down-to-earth Python web framework. It is developed as part of the Pylons Project. It is licensed under a BSD-like license. Here is one of the simplest Pyramid applications you can make: from wsgiref.simple_server import make_server from pyramid.config import Configurator from pyramid.response import Response def hello_world(request): return Res

                              • テクノロジー
                              • 2011/12/02 14:50
                              • python
                              • The Pyramid Web Application Development Framework — The Pyramid Web Application Development Framework v1.0

                                5 users

                                docs.pylonsproject.org

                                The Pyramid Web Application Development Framework¶ Pyramid is a small, fast, down-to-earth Python web application development framework. It is developed as part of the Pylons Project. It is licensed under a BSD-like license.

                                • 学び
                                • 2011/01/31 10:38
                                • framework
                                • python
                                • programming
                                • web

                                このページはまだ
                                ブックマークされていません

                                このページを最初にブックマークしてみませんか?

                                『The Pylons Project — The Pylons Project Documentation』の新着エントリーを見る

                                キーボードショートカット一覧

                                j次のブックマーク

                                k前のブックマーク

                                lあとで読む

                                eコメント一覧を開く

                                oページを開く

                                はてなブックマーク

                                • 総合
                                • 一般
                                • 世の中
                                • 政治と経済
                                • 暮らし
                                • 学び
                                • テクノロジー
                                • エンタメ
                                • アニメとゲーム
                                • おもしろ
                                • アプリ・拡張機能
                                • 開発ブログ
                                • ヘルプ
                                • お問い合わせ
                                • ガイドライン
                                • 利用規約
                                • プライバシーポリシー
                                • 利用者情報の外部送信について
                                • ガイドライン
                                • 利用規約
                                • プライバシーポリシー
                                • 利用者情報の外部送信について

                                公式Twitter

                                • 公式アカウント
                                • ホットエントリー

                                はてなのサービス

                                • はてなブログ
                                • はてなブログPro
                                • 人力検索はてな
                                • はてなブログ タグ
                                • はてなニュース
                                • ソレドコ
                                • App Storeからダウンロード
                                • Google Playで手に入れよう
                                Copyright © 2005-2025 Hatena. All Rights Reserved.
                                設定を変更しましたx