Pythonのソースコードに特化した検索エンジン『Nullege』

Pythonのソースコード検索に特化した検索エンジンを見つけた。
Pythonでできているライブラリのサンプルコードとかを探すのに便利。

Nullege

Nullege is a search engine for Python source code. It helps you find working samples for Python libraries from production-quality open source projects.

Unlike generic search engines, Nullege really understands Python and knows

class InspectionFrame(wx.Frame):
    def SaveSettings(self, config):
        w, h = self.GetSize()

is a sample for wx.Frame.GetSize(). It also tries to bring you more information in the first search result page, so you can find the right example with fewer clicks.
Nullege is growing every day. If you can’t find a sample for a library, or have ideas or feature requests, or just want to let us know that Nullege is useful (or not), please send us a mail, or click the ‘feedback’ button on the right.

サイトのデザインはダサいけど、すごく頼もしい。
こいつのおかげでMaya Pythonのサンプルコードを見つけた。
『maya』検索結果

関連記事

HerokuでMEAN stack

AndroidもopenGLも初心者さ (でもJavaは知っ...

このブログのデザインに飽きてきた

OpenCVのバージョン3が正式リリースされたぞ

SIGGRAPH ASIAのマスコット

OpenMesh:オープンソースの3Dメッシュデータライブラ...

CycleGAN:ドメイン関係を学習した画像変換

MFnDataとMFnAttribute

UnityプロジェクトをGitHubで管理する

Managing Software Requirements...

TensorFlowでCGを微分できる『TensorFlow...

Point Cloud Utils:Pythonで3D点群・...

ZBrushでアヴァン・ガメラを作ってみる 甲羅のバランス調...

PyMC:Pythonのベイズ統計ライブラリ

Amazon EC2ログイン用の秘密鍵を無くした場合の対処方...

AMIMOTO(PVM版)で作成したインスタンスをAMIMO...

Rerun:マルチモーダルデータの可視化アプリとSDK

Kornia:微分可能なコンピュータービジョンライブラリ

OpenCV 3.1とopencv_contribモジュール...

為替レートの読み方 2WAYプライス表示

動的なメモリの扱い

OpenCVで動画の手ぶれ補正

ROSでガンダムを動かす

Polyscope:3Dデータ操作用GUIライブラリ

UnityでLight Shaftを表現する

Webスクレイピングの勉強会に行ってきた

SDカードサイズのコンピューター『Intel Edison』

Unity MonoBehaviourクラスのオーバーライド...

WordPressの表示を高速化する

HD画質の無駄遣い その2

Super Resolution:OpenCVの超解像処理モ...

WebGL開発に関する情報が充実してきている

MB-Lab:Blenderの人体モデリングアドオン

WinSCP

ZScript

3Dモデルを立体視で確認できるVRアプリを作っている

Mayaのポリゴン分割ツールの進化

MPFB2:Blenderの人体モデリングアドオン

なんかすごいサイト

trimesh:PythonでポリゴンMeshを扱うライブラ...

OpenCV 3.1のsfmモジュールを試す

Blender 2.8がついに正式リリース!

コメント