Skip to content

mortonne/pydev_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydev-sample

PyPI version

Sample project to illustrate Python development.

This project downloads information about cities from Wikipedia and uses machine learning to analyze their similarity.

Installation

To install the latest stable version from PyPI:

pip install pydev-sample

To install the development version from GitHub:

pip install git+git://github.com/mortonne/pydev_sample

Todo

  • Add documentation example.
  • Explain how to work with a repository clone.