Load, configure, and compose WSGI applications and servers
Load, configure, and compose WSGI applications and servers
HOME > 電算 > python で twitter メモ python で twitter メモ Python (tweepy 利用)を使って、twitter に投稿した、読んだり、過去ログを保管したりするのだ。 (2013年7月 追記:最近 twitter の API が 1.0 が使えなくなり、1.1 を使わなければならなくなった。tweepy の新しいバージョン 2.7 を試したが、API 1.1 に対応しているようだ。ただし、いくらかメソッド名が変更されたりしているように見える。このメモは、従前の twitte API を従前の tweepy で使ったメモだから、古い部分があります) 参考:事前準備については、http://jmillerinc.com/2010/05/31/twitter-from-the-command-line-in-python-using-oauth
multiprocessingモジュール(4) multiprocessingモジュール4回目は、共有メモリです。 共有メモリを操作するクラスは、 multiprocessing.Valuemultiprocessing.Array です。 Valueは、単一の値を入れるクラス Arrayは、配列のクラス となっています。 下記は、ドキュメントに載っているサンプルプログラムです。 num = Value('d', 0.0) は、double型で、初期値0.0のオブジェクトを生成しており、 arr = Array('i', range(10)) は、int型大きさ10の配列のオブジェクトを生成しています。 from multiprocessing import Process, Value, Array def f(n, a): n.value = 3.1415927 #サブプロセスで値を設
A python shell for your browser. It is a app version of the Python shell extension by Ben McDonald Python 2.5 --------------------------------------- This is a simple python shell that is based on the extension made by Ben McDonald found at https://chrome.google.com/webstore/detail/gdiimmpmdoofmahingpgabiikimjgcia. The difference is that this one behaves as an app. Not requiring that you use anoth
先日公開されたPythonドキュメントの日本語訳のPDFがすごい。なにがすごいって、ページ数が合わせて3000ページぐらいあるところが。 ダウンロードファイル一覧 - Python Japanese Environment - OSDN いつもお世話になってます。ドキュメントの著者、翻訳者の方々に感謝。 追記 このPDFはSphinxというドキュメンテーションシステムを使って出力されてます。 オリジナルはreStructuredTextという形式のテキストファイルです。 Overview — Sphinx 1.4.3 documentation Sphinx-Users.jp — Python製ドキュメンテーションビルダー、Sphinxの日本ユーザ会 Google Project Hosting
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く