「今年も熱い冬が来たぞ」部門より. 3月の始めに,長野県松本市合宿を開催いたします。Pythonに興味のある方を対象にした合宿です。Python漬けの三日間で,Pythonへの愛と確信を深めましょう:-)。 会期中は,オンデマンドの動画配信などを予定しています。詳細はPython Developers Camp 2008 Winterのページを参照してください。 みなさまのご参加をお待ちしております。 ■ 開催概要 名称 Python Developers Camp 2008 冬 日時 2008年3月7日(金)〜9日(日) 二泊三日(土曜泊のみの方の参加も歓迎します) 場所 松本ホテル花月 対象 Pythonに興味のある方 費用 交通費,宿泊費を含んだ実費 宿泊費は交渉中ですが、1泊あたり1万円+会議室代1000円程度を予定 主催 Python Developers Camp 2008
Copyright (c) 2003 Dave Kuhlman. This documentation is under The Artistic License: http://www.opensource.org/licenses/artistic-license. Abstract This document describes and discusses several design patterns for the development of Twisted Web applications. 1 Introduction This document contains notes and examples that describe several programming patterns for Twisted, including patterns for deferr
Django勉強会 Disc 4で発表させていただいた資料を公開します。 今回は構成とかグダグダ&Djangoの話が少なくてすみませんすみません… DjangoでSenna 2.0!(PDF注意) Senna 2.0を用いたWikipedia検索はリポジトリに公開しています。 Senna2.0でのWikipedia検索@Django Tritonn版はこちら TritonnでのWikipedia検索@Django 公式の場でSenna 2.0について話すのは初めてだったのですが、 やはり説明のための構成を練らないといけないですね… なぜSchemeを採用したか、というのは皆さん興味を持たれるようです。
C++ のクラスと Python のクラス C++ と Python の大きな違いは、前者がコンパイラ向け、 後者がインタプリタ向けの言語であるということ。あたりまえだけど。 C++ では「クラス」はあくまで、ヘッダファイルなどでの「定義」であって、 コンパイラにかけるときには、実際にその定義されたコードが実行される ことはない。これもあたりまえ。 一方、Python はインタプリタなので、「クラス」文はいきなり実行されている。 もうちょっと具体的に言うと、: 1: class foo(object): 2: def bar(self): 3: print 'Hello, world!!' 4: 5: x = foo() 6: x.bar() 上記のような Python のプログラムがあったとき、C++ の感覚だと、 5行目から実行されているような気がする。で、foo() で foo クラ
1.1 Why Stackless According the stackless website at http://www.stackless.com/: Stackless Python is an enhanced version of the Python programming language. It allows programmers to reap the benefits of thread-based programming without the performance and complexity problems associated with conventional threads. The microthreads that Stackless adds to Python are a cheap and lightweight conv
Sebagai aplikasi perpesanan yang cukup privat, WhatsApp membuat penggunanya dapat melihat kapan terakhir kali pengguna lain online. Namun fitur ini jadi tidak terdeteksi apabila mereka... Mengetahui cara mencairkan BPJS ketenagakerjaan online lewat HP ini sangat penting terutama apabila Anda sudah menjadi anggota penerima dananya. Seperti informasi yang ada di merkhp,... ML atau Mobile Legends mer
これはLL Ringというイベントの「じゃんけん2.0」に出場する際に「多くの構文に改行が必須であるPythonで書かれたじゃんけんエージェントをワンライナーにしていたらウケるかな」と思ってワンライナー化しているときに書いたメモです。自分用のメモのつもりだったので書き殴ってありますが、意外と人気のようなので近いうちに加筆します。 実は後から書いた英語版(How to make oneliner in Python?)の方が整理されているのかも。 完成したワンライナー def文を式にする defは改行を要求するのでlambdaに置き換える必要がある。 def foo(x): return x + 1(ここに改行) foo = lambda x: x + 1 globals().__setitem__("foo", lambda x: x + 1) lambdaは式しか含むことが出来ないので、
Agile Testing Articles and Tutorials This is a central repository of links to the various articles and tutorials that I posted so far on my Agile Testing blog, as well as links to some of my talks and presentations. Enjoy! Grig Gheorghiu (grig at gheorghiu dot net) Talks and presentations "Practical Applications of (Agile) Web Testing Tools" tutorial at PyCon 2008 (PDF slides) "Python Testing Tool
Tcl/Tkではbmp,xpm程度しか図形表示ができないが、 libImagingを導入することにより、多くの図形が表示できる。 Imaging-1.1.5c1インストール rm -rf Imaging-1.1.5c1 tar zxf Imaging-1.1.5c1.tar.gz cd Imaging-1.1.5c1 python setup.py install で終り。 ライブラリ Imaging-1.1.5c1.tar.gz マニュアル pil-handbook.pdf 作成法 tar zxf Imaging-1.1.5.tar.gz cd Imaging-1.1.5 python setup.py build_ext -i python selftest.py testに合格すれば、suになって cp -r PIL /usr/local/lib/python2.4/site-pac
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く