You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
mongoengine MongoEngine is a Document-Object Mapper (think ORM, but for document databases) for working with MongoDB from Python. It uses a simple declarative API, similar to the Django ORM. Documentation available at docs.mongoengine.org - there is currently a tutorial, a user guide and API reference. Simple to use from mongoengine import * # To define a schema for a # document, we create a class
最近Pythonにはまっています。 ついでに機械学習の勉強にもはまっています。 こりゃあ建築批評空間を可視化するしかあるまい。 公開されている建築批評といえば「『10+1』データベース」ですね。 なんとなく見た感じ、アドレスは こんな感じになってるので、適当に番号を増やしてったところ、どうやら1549まであるみたい。 というわけで、全ページを次のシェルスクリプトで取得します # var1=http://db.10plus1.jp/backnumber/article/articleid/ var2=.html for ((i=1;i<1550;i++)) do wget -O $i$var2 $var1$i/ done; この1549の中にも歯抜けになってる番号が100ありました。 それで、記事によっては こんな具合に公開されてないものもあります。全1449記事のうち、公開数:721、未公
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く