Helps people keep track of stocks they own or are interested in.
Learning goals:
-
Get reacquianted with Python and its modules:
- Use BeautifulSoup or any other website scraping module to retrieve data
- Alternatively, if an API to receive stock data is available also implement it
- Start simple: begin by getting data first in interpreter, possibly move onto command line implementation, then Django
-
Get reacquianted with Django
- Build a homepage with basic information about the project.
- Must be able to create an account and go to a personal dashboard with all stocks
- Use acquired data for analysis or display plots (matplotlib..?)
- ...
- profit