Skip to content

pythonistas-nl/my-stockboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My StockBoard

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published