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』検索結果

関連記事

オープンソースの人体モデリングツール『MakeHuman』の...

ニューラルネットワークで画像分類

html5のcanvasの可能性

なんかすごいサイト

DCGAN (Deep Convolutional GAN)...

機械学習で遊ぶ

Python拡張モジュールのWindows用インストーラー配...

法線マップを用意してCanvas上でShadingするサンプ...

ドットインストールのWordPress入門レッスン

Seleniumを使ったFXや株の自動取引

Verilog HDL

書籍『ゼロから作るDeep Learning』で自分なりに学...

OpenSfM:PythonのStructure from ...

顔のモデリング

WordPressプラグインの作り方

Windows10でPyTorchをインストールしてVSCo...

Quartus II

Mask R-CNN:ディープラーニングによる一般物体検出・...

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

DensePose:画像中の人物表面のUV座標を推定する

Raspberry Piでセンサーの常時稼働を検討する

2D→3D復元技術で使われる用語まとめ

ブログをGoogle App EngineからAmazon ...

VCG Library:C++のポリゴン操作ライブラリ

Stanford Bunny

Human Generator:Blenderの人体生成アド...

『手を動かしながら学ぶエンジニアのためのデータサイエンス』ハ...

ディープラーニング

機械学習手法『Random Forest』

Boost オープンソースライブラリ

Deep Fluids:流体シミュレーションをディープラーニ...

PyDataTokyo主催のDeep Learning勉強会

Google Colaboratoryで遊ぶ準備

Maya API Reference

OpenCV 3.1のsfmモジュールのビルド再び

CGレンダラ研究開発のためのフレームワーク『Lightmet...

Unityの薄い本

python-twitterで自分のお気に入りを取得する

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

C++ 標準テンプレートライブラリ (STL)

ManuelBastioniLAB:人体モデリングできるBl...

Konashiを買った

コメント