一定期間更新がないため広告を表示しています
Version control system: Bazaar Programming languages: EmacsLisp, Python All packages Packages in Distributions python-mode source package in Xenial Version 1:6.2.2-1 uploaded on 2016-02-12 python-mode source package in Trusty Version 1:6.1.3-1 uploaded on 2014-02-04 python-mode source package in Stretch Version 1:6.2.3-1.1~deb9u1 uploaded on 2019-04-27 python-mode source package in Precise Version
Meadow で pycomplete を使うメモ。 Pymacs のインストール http://pymacs.progiciels-bpi.ca/ から Pymacs-0.22.tar.gz をダウンロードしてきてインストールする。 % cd Pymacs-0.22 % python setup.py installpymacs-services を起動するためのバッチファイル pymacs-services.bat を作って、 PATH の通ったところにおいておく。 % type C:\Python24\pymacs-services.bat python C:\Python24\scripts\pymacs-servicespymacs.el は load-path の通ったところにコピーする。 python-mode のインストール http://python-mode.sourc
移転しました http://please-sleep.cou929.nu/20110525.html
numpy.roll# numpy.roll(a, shift, axis=None)[source]# Roll array elements along a given axis. Elements that roll beyond the last position are re-introduced at the first. Parameters: aarray_likeInput array. shiftint or tuple of intsThe number of places by which elements are shifted. If a tuple, then axis must be a tuple of the same size, and each of the given axes is shifted by the corresponding num
IPython provides a rich architecture for interactive computing with: A powerful interactive shell. A kernel for Jupyter. Support for interactive data visualization and use of GUI toolkits. Flexible, embeddable interpreters to load into your own projects. Easy to use, high performance tools for parallel computing. To get started with IPython in the Jupyter Notebook, see our official example collect
Sometimes, the frame around a matplotlib plot can detract from the information you are trying to convey. How do you remove the frame, ticks, or axes from a matplotlib plot? matplotlib plot without a y axis Some books you may find useful when working with matplotlib: The full example is available on github. First, we construct a figure and an axes object: fig1 = plt.figure(facecolor='white') ax1 =
New documentation location PyWavelets documentation has moved to pywavelets.readthedocs.io. You will be automatically redirected there in 10 seconds. PyWavelets - Discrete Wavelet Transform in Python¶ PyWavelets is free and Open Source wavelet transform software for the Python programming language. It combines a simple high level interface with low level C and Cython performance. PyWavelets is ver
Python のコードを眺めてると時々登場してくるこいつ↓ if __name__ == '__main__': ずーっと謎だったけど、やっと意味が分かった! ifの中身はスクリプトファイルとして実行された時にだけ実行されるらしい。 こんな理屈 スクリプトファイルとして実行されると __name__ っていう変数? に '__main__' っていう文字列が入る。 Python のスクリプトが import された時は __name__ には import された名前が入る。 まぁ百聞は一見にしかずってことで、こんな test.py を書いてみる。 #! /usr/bin/env python # -*- coding: utf-8 -*- print 'import でも実行される __name__ = %s' % __name__ if __name__ == '__main__':
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く