/pydev_sample

Sample project to illustrate Python development.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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.