This repository has been archived by the owner on Dec 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
709b541
commit 57c92a0
Showing
1 changed file
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |