Skip to content

Instantly share code, notes, and snippets.

@smirik
Last active August 29, 2015 14:03
Show Gist options
  • Save smirik/09a2469ff2d443a0d9c2 to your computer and use it in GitHub Desktop.
Save smirik/09a2469ff2d443a0d9c2 to your computer and use it in GitHub Desktop.
Test for Python Developer

The task

Create an app based on python/django with the functionality below:

  • Register/Create user interface with django.
  • Manage portfolio of 5-6 stocks (simple list) for user.
  • Download historic data from Yahoo or Google Finance.
  • Make plot "portfolio vs time", calculate & make table portfolio by month.

--

Notes

  • The app should be published on github & should follow all standards for python/django.
  • README file should have the description how to install & test the application.
  • Each part of the app above should be tracked.
  • README file should also include the time spent per each part.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment