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


スポンサーリンク

関連記事

KelpNet:C#で使える可読性重視のディープラーニングライブラリ
UnityのGameObjectの向きをScriptで制御する
Point Cloud Utils:Pythonで3D点群・メッシュを扱うライブラリ
BlenderでPhotogrammetryできるアドオン
SONY製のニューラルネットワークライブラリ『NNabla』
ラクガキの立体化 3Dプリント注文
HD画質の無駄遣い
Maya LTでFBIK(Full Body IK)
3Dモデルを立体視で確認できるVRアプリを作っている
定数
バージョン管理の履歴を可視化するツール『Gource』
昔Mayaでモデリングしたモデルをリファインしてみようか
Mayaのプラグイン開発
UnityでOpenCVを使うには?
UnityのTransformクラスについて調べてみた
Kubric:機械学習用アノテーション付き動画生成パイプライン
OpenGVのライブラリ構成
Google App Engineのデプロイ失敗
OpenCV 3.1のsfmモジュールを試す
書籍『OpenCV 3 プログラミングブック』を購入
IronPythonを使ってUnity上でPythonのコードを実行する
Unityからkonashiをコントロールする
Structure from Motion (多視点画像からの3次元形状復元)
Amazon Web ServicesでWordPress
UnityのMonoBehaviourクラスをシングルトン化する
Javaで作られたオープンソースの3DCGレンダラ『Sunflow』
PythonでBlenderのAdd-on開発
為替レートの読み方 2WAYプライス表示
ROSの薄い本
ManimML:機械学習の概念を視覚的に説明するためのライブラリ
C++の抽象クラス
Python2とPython3
マルコフ連鎖モンテカルロ法
ポリゴン用各種イテレータと関数セット
法線マップを用意してCanvas上でShadingするサンプル
Managing Software Requirements: A Unified Approach
Mitsuba 2:オープンソースの物理ベースレンダラ
Raspberry Pi
OpenCVのfindEssentialMat関数を使ったサンプルを読んでみる
このブログのデザインに飽きてきた
ZBrushのZScript入門
Mayaでリアルな布の質感を作るチュートリアル

コメント