Skip to content

juancarlosqr/datascience

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Science Playground

Code, notes and articles about data analysis, machine learning, data visualization and big data.

Python HTTP server

Python 3

python3 -m http.server

Python 2

python -m SimpleHTTPServer 8000

Go to: http://localhost:8000

To Do

  • Make datasets path configurable (e.g. command line argument, environment variable)