Scientific Python

9.2K posts

Scientific Python banner
Scientific Python

Scientific Python

@SciPyTip

Tweets about SciPy (Scientific Python) and related topics from @JohnDCook.

Houston Katılım Şubat 2011
18 Takip Edilen209.5K Takipçiler
Scientific Python
Scientific Python@SciPyTip·
'If rounding errors vanished, 95% of numerical analysis would remain.' -- Nick Trefethen
English
0
1
11
6.8K
Scientific Python
Scientific Python@SciPyTip·
Run a script and start an interactive session with its state: python -i or %run in IPython.
English
0
1
17
6.8K
Scientific Python
Scientific Python@SciPyTip·
Spearman rank correlation: scipy.stats.spearmanr
English
0
1
8
6.7K
Scientific Python
Scientific Python@SciPyTip·
np.lookfor() does a keyword search on docstrings.
English
1
0
17
6.8K
Scientific Python
Scientific Python@SciPyTip·
Join NumPy arrays x and y into one array: np.concatenate((x, y)). Note that argument must be a tuple.
English
0
0
11
6.6K
Scientific Python
Scientific Python@SciPyTip·
Create a numpy array of length n without initializing its elements: numpy.empty(n)
English
0
0
14
6.7K
Scientific Python
Scientific Python@SciPyTip·
If x is an array of integers, y = x.astype(float) is a copy of x with elements converted to floating point.
English
0
0
9
5.5K
Scientific Python
Scientific Python@SciPyTip·
Least squares curve fitting: scipy.optimize.curve_fit
English
0
2
15
3.4K
Scientific Python
Scientific Python@SciPyTip·
np.nanmax() returns the maximum of an array ignoring nan values.
English
1
0
11
2.3K