記事「Python」 の 検索結果 1282 件
-
Python札幌勉強会いってきました7月30日の土曜日13:00~17:00を使って札幌でのPython勉強会にいってきました。 イベントの文章は下記のとおりです。 Python札幌3.1 http://atnd.or..
-
python-mecab 分かち書きただ分かち書きしたいだけなのにできねぇ。 from MeCab import Tagger ''' Example: >>> import MeCab >>..
-
ローマ字のnグラム作るやつ #pythonhttps://github.com/ukyo/roman-ngram コーパスを青空文庫からとってくる場合(bigram)はこんな感じでやればOKだね。 cat *.txt | iconv ..
-
テキストを全てひらがなに変換する #pythontextconverterはテキストのエンコードを変換するUtility #python :右京webを参照。 なぜかeuc_jpに変換しているのはお察しください。 #coding: utf8..
-
テキストのエンコードを変換するUtility #pythonpythonで文字コードの変換を行うときにちょっとだけ簡単になるよ。easy_install,pipでインストールできるよ。 easy_install textconverter pip inst..
-
method missingを利用したtwitter apiラッパー #pythonちょっと前に作ったmethod missingのpython実装。 こやつは下のように使う。 class Api(MethodMissing): def __init__(self,..
-
GAEでちょい実験したGAEでいろいろ試してみた http://code.google.com/intl/ja/appengine/ 無料のオンラインCron実行機ってところがGOODすぎる 外部サイトにGET、..
-
pythonでmethod missingできたぞ百聞は一見にしかず。以下サイトでコピペ実行すべし。 Online Python Tutor: Write Python code online and single-step through its..
-
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named MySQLdbの対処法結論から書きます。 $ sudo apt-get install python-mysqldb 環境:ubuntu 11.04 エラー: $ python manage.py sync..
-
Closure ?メモ Ruby def f i = 0 return lambda { i += 1 } end ..
-
Ploneインストールキッチン Ubuntu10.04 道具 wget tar apt-get install 材料 Plone Debianパッケージ(build-essential) 手順..
-
OSQAインストールキッチン Ubuntu 10.04 道具 apt-get install easy_install 材料 OSQA python MySqlモジュール(mysql-server..