SciPy FAQ
How to use curve_fit function to evaluate a curve (view)
別再用 Java/C/C++ 重做別人已經完成的工作. 我們應該花寶貴的時間在重要的演算法開發上, 應該花重要精神在了解別人解決問題的觀念和思考模式, 花費最多時間發展與組織概念, 快速驗證概念! 別再花費大量時間在程式的實作細節, 再解那些 null point exception 上.
過去, 你需要的是 Matlab, 現在你可以用 Node.js 或者是 SciPy.
General Question
[api, pyplot] Where is the pyplot api (ref)
[api, artists] Where is the artist api (ref)
[debug] How to debug the scipy
ipython --pylab
Print "patch.center=", patch.center
How to install Scipy (view)
[matplotlib, version] How to check the matplotlib version (view)
[matplotlib, upgrade] How to upgrade matplotlib (ref)
[array, example] Lots of array example (ref)
[array] How to get X array (view)
[array, linspace] How to setup a linespace array (view)
[array, create ,1d] How to create a 1D array with 40 elements (view)
[array, create, 2d] How to create a 2D array (view)
[array, col] How to grab an entire column, column vector (view)
[array, col, 20] How to get 20 elements from a column (view)
[array, mean] How to get the mean for a giving array (view)
[fun, arg, list] How to pass a list to function (view)
[chinese in code] How to add utf-8 character in python (ref)
[3d] How to plot pixels in 3D (ref)
[plot, examples] Lots of plot examples (ref)
[circle] How to draw circles (view)
[axis, range] How to change the axis range (view)
[file, csv] How to read csv file (view)
[circle, examples] Lots of circle examples (ref)
[animation, move circle] How to move a circle (view)
[animation, move circle] How to move a circle around a center (view)
[animation, rain] How to use matplotlib animation (view)
[animation, examples] Lots of animation examles (ref)
[ax, clean] How to clean the screen -- gca(), ax.cla()
[ax, range] How to setup axis range -- ax.set_xlim(0,10), ax.set_ylim(0,10)
[opt, curve_fit] How to use curve_fit function to evalute a curve (view)
[feature, mfcc] How to get the mfcc feature -- library (ref)
[feature, mfcc] How to get the mfcc feature using pysci -- lots figure (ref)
Python Language
Coding Style
General
[core] Python official site (link)
[ide, all in one] Anaconda (link)
[ide] liClips (link), ActivePython (link)
-
[function] function usage (view)
-
[update] How to update the dictionary (view)
[print] How to print value (view)
[arg] How to get the argument from command line (view)
[bash] How to calling an external command in Python -- subprocess (view)
String
[replace] Search and replace a string in file (view)
[parser, SafeConfigParser] How to parsing ini format configure file using SafeConfigParser (view)
[parser, configobj] How to use configobj to parse INI-based configuration file -- for vmx format (view)
[parser, extract number] How to extract number from a string (view)
[parser, awk] How to split a string like awk (view)
[parser, visualstudio version] How to extract version number from a string (view)
[parser, grep] How to implement grep from python (ref)
[parser, sed] How is the sed function in Python (view) (ref)
Graph
-
Data Structure
-
File I/O
[line] How to write a line (view)
Walk Through a XML File (view)
file pattern match (view)
split directory demo (view)
Authentication
Plot
-
[iso 8601 date format] csv plot (view)
Document
Python & Excel (view)