Blog about all things Python that intersect my work and hobbies I'm still trying to get my mind into Python web programming. There are three main "pythonic megaframeworks" that I've seen get a lot of press lately, and trying to decide between them is a bit of a puzzle (as it always is in the Python web programming world). All three are seen, to some extent, as Ruby on Rails for Python. My desire t
About web.py web.py is a web framework for Python that is as simple as it is powerful. web.py is in the public domain, you can use it for whatever purpose with absolutely no restrictions. Install web.py To install the latest web.py for Python 3, please run: The latest 0.62 release supports Python >= 3.5. Version 0.51 is the last release with Python 2.7 support. A minimal web.py application Save co
About the Project This is a project to develop a cross-platform pythonic GUI API. The goals of this project are: Develop a GUI API that is designed specifically for Python, taking advantage of Python's unique language features and working smoothly with Python's data types. Provide implementations of the API for the three major platforms (Unix, Macintosh and Windows) that are small and lightweight
>>>import urllib2 >>>urlhandler = urllib2.urlopen("http://www.google.co.jp") >>>html = urlhandler.read() 一行ずつ読み込む >>>html = urlhandler.readline() 一行ずつリストに格納 >>>html = urlhandler.readlines() >>>import urllib2 >>>req = urllib2.Request("http://www.google.co.jp") >>>req.add_header("User-agent", "python") >>>urlhandler = urllib2.urlopen(req) >>>import urllib2 >>>req = urllib2.Request("http://www.google
1.Djangoは現時点で動作する Djangoが2005年の7月に初めてリリースされたことにだまされてはいけない。 既に2年以上もヘビーユースされてきている物だ。 表示が出来なくなってしまうバグがないことを誓おう。 2.デプロイは楽勝 Webフレームワークの世界では悲しい話(http://www.it-entrepreneur.com/?p=15)やデプロイの困難さ(http://www.petersblog.org/node/1075)に満ちている。 Django製サイトのデプロイが確立されているだけでなく、Django製サイトは非常に安定している。 我々は10個のサイト対する一日1500万ヒット以上をシングルDjangoインストールで捌いている(WebサーバとDBサーバ一つづつで)。 3.サイトはダウンしない Djangoサイトはスラド効果もFark効果も過激なNCSSバ
正直TurboGearsの方がウケがよさそうなんですが。 多分Djangoより認知度高そう。 Google先生に聞いてみた結果がコレらしい。 search-term web groups blog amazon.com-search python zope 8,920,000 20,700 2,294 9 python plone 2,730,000 2,420 784 2 python twisted 2,010,000 14,500 1,396 4 python subway 714,000* 2,380* 626 4 python aquarium 659,000* 4,340* 505 7 python django 543,000 2,660 1,055 0 python turbogears 363,000 1,600 623 0 python cherrypy 250,000
Introduction Related Articles You may also find useful the following articles on fetching web resources with Python : Basic Authentication A tutorial on Basic Authentication, with examples in Python. cookielib and ClientCookie How to handle cookies when fetching web-pages with urllib2. urllib2 is a Python module for fetching URLs (Uniform Resource Locators). It offers a very simple interface, in t
PDFlibについてのメモ v.3.02 by Hippo2000(2000/12/22) PDFを作るためのライブラリ PDFlibについてのメモなのです。 いつもの形式ですがこれは、"Reference Manual PDFlib - A library fo rgenerating PDF on the fly Version 3.02"を元にPerlで利用することを念頭において作成しました。 PDFlibを利用できるのはPHPだけじゃないってことね(^^) CPANにはなく http://www.pdflib.comで配布されていること、ライセンスがPerlとは違うことに十分に注意してください。 #ついでにインストールがちょっと面倒なことも なお内容等が間違っていたら修正します。ご連絡ください。 目次 名前 概要 説明 API 一般的な関数 テキスト関連の関数 画像関連の関数
Python at Google.notes (2006/02/12) python Python at Google.notes Google で Python が使われているとよく言われているが、どういうところで使われているのだろうか。これは、Python at Google で検索すると分かる。Python at Google.notes を見てみよう。Google で使われている言語は、C++, Python, Java が主なもの。これ以外の言語は、特別に許可を取らないと使えないようだ(Perl なども一部で使われているがやはり許可が必要)。一番多用されているのは C++ で、Python がそれに次ぐ。それゆえ Python は SWIG を多用していようだ。Python のバージョンは、2005年5月の時点では、2.2 が使われている。あれだけのサービスで使われていると、さす
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く