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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    プライムデーセール

『www.b-list.org』

  • 人気
  • 新着
  • すべて
  • Boring Python: code quality

    7 users

    www.b-list.org

    Boring Python: code quality December 19, 2022 Django, Python This is the second in a series of posts I intend to write about how to build, deploy, and manage Python applications in as boring a way as possible. In the first post in the series I gave a definition of what I mean by “boring”, and it’s worth revisiting: I don’t mean “reliable” or “bug-free” or “no incidents”. While there is some overla

    • テクノロジー
    • 2022/12/20 14:58
    • Python
    • あとで読む
    • Core no more

      3 users

      www.b-list.org

      Core no more November 20, 2018 Django, Python If you’re not the sort of person who closely follows the internals of Django’s development, you might not know there’s a draft proposal to drastically change the project’s governance. It’s been getting discussion on GitHub and mailing lists, but I want to take some time today to walk through and explain what this proposal does and what problems it’s tr

      • テクノロジー
      • 2018/11/21 14:48
      • Let's talk about usernames

        20 users

        www.b-list.org

        Let’s talk about usernames February 11, 2018 Django, Pedantics, Programming, Python, Security, Unicode A few weeks ago I released django-registration 2.4.1. The 2.4 series is the last in the django-registration 2.x line, and from here on out it’ll only get bugfixes. The master branch is now prepping for 3.0, which will remove a lot of the deprecated cruft that’s accumulated over the past decade of

        • テクノロジー
        • 2018/02/12 13:36
        • software
        • あとで読む
        • Security
        • How Python does Unicode

          6 users

          www.b-list.org

          How Python does Unicode September 5, 2017 Pedantics, Programming, Python, Unicode As we all (hopefully) know by now, Python 3 made a significant change to how strings work in the language. I’m on the record as being strongly in favor of this change, and I’ve written at length about why I think it was the right thing to do. But for those who’ve been living under a rock the past ten years or so, her

          • テクノロジー
          • 2017/09/07 09:12
          • python
          • Managers versus class methods

            3 users

            www.b-list.org

            Managers versus class methods February 25, 2008 Django, Python In the triumphant return of “James answers questions from the django-users list”, today I’d like to take a few moments to talk something that’s recently become something of a hot topic, spawning not one but two threads, as well as a couple off-list email discussions: what, exactly, is appropriate to put into a method on a custom manage

            • テクノロジー
            • 2012/01/27 03:28
            • python
            • *あとで読む
            • Let's talk about WSGI

              6 users

              www.b-list.org

              Let’s talk about WSGI August 10, 2009 Django, Frameworks, Python Recently Armin Ronacher (whose blog you should be reading if you do anything at all involving Python and the web) has published a couple of good articles poking at the current state of WSGI, the standard interface for Python web applications. Some of his comments dovetail nicely into concerns I’ve been trying to put into words for a

              • テクノロジー
              • 2009/09/03 10:59
              • wsgi
              • python
              • Django 2.0

                3 users

                www.b-list.org

                Django 2.0 January 18, 2009 Django, Misc So apparently some folks doing business as “Vyper Logix Corp” are peddling a thing they call “Django 2.0”. I’m not going to link it here since they don’t deserve the Google bump, but if you’re interested you can follow the link in Jannis’ tweet where he mentioned it. In fact, with any luck my Google juice will pop this article up above them. “Django 2.0” is

                • テクノロジー
                • 2009/01/19 13:20
                • django
                • Standalone Django scripts

                  7 users

                  www.b-list.org

                  Standalone Django scripts September 22, 2007 Django In the grand tradition of providing answers to frequently-asked questions from the django-users mailing list and the #django IRC channel, I’d like to tackle something that’s fast becoming the most frequently-asked question: how do you write standalone scripts which make use of Django components? At first glance, this isn’t a terribly hard thing t

                  • テクノロジー
                  • 2008/11/05 00:59
                  • django
                  • python
                  • Moving into production

                    3 users

                    www.b-list.org

                    Moving into production November 8, 2007 Django At some point, every Django-based project (hopefully) moves out of the development phase and into production deployment, and this can be a traumatic experience. As a result, there are a few things you’ll nearly always want to do during this process in order to transition smoothly and ensure you go to production with all your code humming along; this t

                    • テクノロジー
                    • 2007/11/11 09:32
                    • django
                    • english
                    • Django tips: Template context processors

                      5 users

                      www.b-list.org

                      Django tips: Template context processors June 14, 2006 Django Last time around we looked at how to write an effective template tag, with the focus on writing a flexible template tag that would make it easy to pull in various types of recent content in any page; I use a tag similar to the one in that entry to pull out the recent entries, links and comments in the footer of every page on this site.

                      • テクノロジー
                      • 2006/12/07 00:46
                      • Django
                      • Python
                      • Django tips: get the most out of generic views

                        4 users

                        www.b-list.org

                        Django tips: get the most out of generic views November 16, 2006 Django Recently at work I had the chance to revisit an application I’d written fairly early on in my tenure at World Online; I was still getting used to doing real Django development and to some of the quirks of our development environment, and ended up writing a lot more code than I needed to, so I was happy to be able to take a cou

                        • テクノロジー
                        • 2006/11/18 01:24
                        • Django
                        • python
                        • Django tips: A simple AJAX example, part 1

                          10 users

                          www.b-list.org

                          Django tips: A simple AJAX example, part 1 July 31, 2006 Django, JavaScript, Programming One thing that’s come up over and over again in the Django IRC channel and on the mailing lists is the need for good examples of “how to do AJAX with Django”. Now, one of my goals in life at the moment is to try to fill in the gaps in Django’s documentation, so… Over the next couple of entries we’re going to w

                          • テクノロジー
                          • 2006/10/01 15:00
                          • django
                          • ajax
                          • Web2.0
                          • python
                          • development
                          • javascript
                          • Blog
                          • Web
                          • Django tips: A simple AJAX example, part 2

                            5 users

                            www.b-list.org

                            Django tips: A simple AJAX example, part 2 August 5, 2006 Django, JavaScript, Programming Last time around we looked at how to write a simple view which processes a form and either returns errors or returns success, and then tweaked it slightly so that the same view could handle either a “regular” form submission (in which case it operates normally), or an XMLHttpRequest (in which case it returns

                            • テクノロジー
                            • 2006/10/01 15:00
                            • ajax
                            • django
                            • Web2.0
                            • python
                            • development
                            • javascript
                            • blog
                            • web
                            • Django tips: user registration

                              7 users

                              www.b-list.org

                              Django tips: user registration September 2, 2006 Django One of the most common and, generally, most successful models for letting people sign up for user accounts requires the user to go through some form of “activation”; usually it looks something like this: User fills out a form with a username, password and email address. User gets an email with a “confirmation link” which must be clicked to ac

                              • テクノロジー
                              • 2006/09/05 11:18
                              • django
                              • python
                              • Django and AJAX

                                6 users

                                www.b-list.org

                                July 2, 2006 Django, JavaScript One hot topic that keeps coming up over and over again on the Django mailing lists and in IRC has to do with when Django will get “AJAX support”. There are two answers to that question; one can be stated with authority, and the other consists entirely of my own unofficial and non-binding opinion. Let’s start with the first: We’ve already got it, and more is on the w

                                • テクノロジー
                                • 2006/07/04 10:33
                                • django
                                • Ajax
                                • Python
                                • javascript
                                • Django tips: extending the User model

                                  12 users

                                  www.b-list.org

                                  Django tips: extending the User model June 6, 2006 Django, Frameworks One of Django‘s great strengths is its built-in user and authentication system; the bundled application django.contrib.auth includes models for users, user groups and permissions and views for logging users in and out and changing and resetting their passwords. This is enough to cover the needs of a huge number of sites and, aft

                                  • テクノロジー
                                  • 2006/06/27 02:12
                                  • django
                                  • python
                                  • programming
                                  • あとで読む

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

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

                                  『www.b-list.org』の新着エントリーを見る

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

                                  j次のブックマーク

                                  k前のブックマーク

                                  lあとで読む

                                  eコメント一覧を開く

                                  oページを開く

                                  はてなブックマーク

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

                                  公式Twitter

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

                                  はてなのサービス

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