エッシャーっていう画家は知っていますか?分かんない人のために説明しますと、こんな感じのふしぎーな絵を書いている人です。名前は知らなくても一度は見たことがあるのではないでしょうか。 それでなんですが、適当な画像からなんかエッシャーっぽいふしぎな画像を生成するフィルタ「エッシャーくん(仮称)」をPython Imaging Library(PIL)で作ってみました。これを使えばどんな画像もエッシャーっぽい世界にご招待です。ソースは近々公開します。 追記(09/24) ソースコードをアップロードしました。subversionで管理されてますので、 svn checkout http://svn.coderepos.org/share/lang/python/escher Somewhere でチェックアウトしてください。 たとえば、こんな感じのイラストにエッシャーくんを適用させてみると… こんな
Pythonの開発環境にいいものが無いかと調べたところ、「PyDev」というEclipseプラグインがあることを知りました。 現実逃避も兼ねて調査してみました。 環境 今回はEclipse3.3.1.1を用意しました。 またPython2.5を事前にインストールしておきました。 インストール プラグインサイトを用意してくれているので、Help>Software Update>Find an install..>Search for new features to install>New Remote Site..で Name:PyDev URL:http://pydev.sourceforge.net/updatesとすればインストールできます。 初期設定 必要な初期設定は、python.exeの場所の設定だけです。 Window>Preference>Pydev>Interpreter
このドメインを購入する。 profeth.de 2018 Copyright. All Rights Reserved. The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois). Privacy Policy
このドメインを購入する。 profeth.de 2018 Copyright. All Rights Reserved. The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois). Privacy Policy
Google App Engine上でweb.pyとかCherryPyとか動かないという報告がいくらかあったのでまとめてみます。 Google App Engineでは、以下で述べられているように「WSGIに対応したCGI(と呼ばれるもの)であれば、フレームワークとして扱えるよ」と言っています。 Using the webapp Framework - Google App Engine - Google Code The CGI standard is simple, but it would be cumbersome to write all of the code that uses it by hand. Web application frameworks handle these details for you, so you can focus your developme
What is Storm? Storm is an object-relational mapper (ORM) for Python developed at Canonical. The project was in development for more than a year for use in Canonical projects such as Launchpad and Landscape before being released as free software on July 9th, 2007. Highlights Design Clean and lightweight API offers a short learning curve and long-term maintainability. Storm is developed in a test-d
The Python SQL Toolkit and Object Relational Mapper SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. Documentation Curre
Aaron Swartz' web.py looks pretty good, but his framework doesn't thus far seem to support SQLite (?). Furthermore, I like using the object-relational manager SQLObject (which does support SQLite). So as I was working through the web.py tutorial, I changed the code snippets to work with SQLObject and SQLite. I store my model data in a new file, model.py, the contents of which is as follows: from s
さくらサーバでdjangoを動かすことになった。 sshでログインすればインストールまではできたが、その後が大変。 とりあえずメモすることにする。 MySQLdbを/home/xxx/lib/pythonにインストールしたらcgiでインポートできない site.addsitedirして解決 site-packagesじゃないところにインストールしてしまった アンインストール方法もわからないので放置。 PATH_INFOがないエラー os.environ['PATH_INFO'] = os.environ.get('PATH_INFO',"/")をdjango.cgiの最後の方に追加 アプリケーションのurlをxxx/以下に配置するとadminでログイン後にxxx/がなくなる .htaccessのリダイレクションの設定を変更する+urls.pyをあわせて直す RewriteRule ^xxx
Blog Search when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: ${entry.path} [in template "__entry.ftlh" at line 3, column 25] - Reached through: #include "__entry.ftlh" [in template "entry.ftlh" at
Cheetah in a nutshell¶ Below is a simple example of some Cheetah code, as you can see it’s practically Python. You can import, inherit and define methods just like in a regular Python module, since that’s what your Cheetah templates are compiled to :) #from Cheetah.Template import Template #extends Template #set $people = [{'name' : 'Tom', 'mood' : 'Happy'}, {'name' : 'Dick', 'mood' : 'Sad'}, {'na
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く