From 57c92a04a65dc60c95a4d6364b5c4de44d616862 Mon Sep 17 00:00:00 2001 From: David Bailey Date: Tue, 5 May 2015 21:37:05 -0700 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27085f4..3a20be7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ -# py -Python +basemap.py: Uses Basemap and CoreLocation (via PyObjC), and bumpy to generate a map and highlight your location. + +finance.py: Financial calculators. + +freq.py: Uses pandas and matplotlib to plot a frequency.csv file. + +getFlows.py: Uses lxml, pycurl, and pandas to query a Lancope API and download Netflows to a .csv file. + +gis.py: Playing around with fiona, shapely, and descartes to draw maps. + +gpx.py: Uses gpxpy to convert a gpx file into a list of points. + +map.py: Uses openstreetmap (overly), shapley, and descartes to draw a map of primary roads in Los Angeles County. + +splunk.py: Uses the Splunk API, geoip, ipwhois, pandas, numpy, and re to look up recent successful logins and track down the client computer. + +splunkfile.py: Uses pandas and re to search through a spunk.csv file and find successful logins. + +stocks.py: Playing around with lots of modules to look at stock market data, compute regressions, and create simulations. + +risk.py: Playing around with plots.