Tag: Python
-
GET/POST to a URL in Python
A relatively simple and straightforward way to post information to a server using Python
-
Cross Correlation in 9 lines of code
One of the easiest ways to perform Cross-Correlation with Python is with the NumPy package.
-
Python Probability Distribution Program
A python script that creates a probability distribution for a list of time series files.
-
Lyapunov Spectrum for Invertible Maps
Python code to calculate the Lyapunov Spectrum for maps using the method proposed by Wolf et al. involving Gram-Schmidt reorthonormalization.
-
GPS Distances
A wrapper program that calculates distances from GPS coordinates in two files.
-
FTP Download Script
A very basic python script that downloads a website’s contents (via FTP).
-
Valid Area Codes for the US
A javascript array of valid area codes in the US and outlying territories taken from http://en.wikipedia.org/wiki/Numbering_plan_area var areacodes = Array(205, 251, 256, 334, 659, 938,907, 250,480, 520, 602, 623, 928,327, 479, 501, 870,209, 213, 310, 323, 341, 369, 408, 415, 424, 442, 510, 530, 559, 562, 619, 626, 627, 628, 650, 657, 661, 669, 707, 714,…