This is a collection of (simplified) problems that we face at Hipmunk.
- Building a Flight Search API
- Building a Hotel Search API
- Implementing a Distributed Work Queue
- Grouping digits in a locale-aware way
Assumes you're using Python 2.7
git clone https://github.com/Hipmunk/hipproblems.git
cd hipproblems
python setup.py develop
If the setup script fails make sure you have setuptools installed and try again.