apple-stock
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A quick and dirty project to figure out how much an Apple product would be worth in Apple stock today
# Apple Stock or Apple Product?

A simple exploration into the world of missed opportunities.


## Installation

    pip install -r requirements.txt

## Creating the Dataset 

    python scrape_everymac.py
    python ipod_or_stock.py

The output will be `apple-specs-with-current.json` which includes the original prices for each item as well as how many shares that item was worth on release day.

## Thanks

Big thanks to  for the data. Also, if you ever need to parse HTML in Python, BeautifulSoup is amazing. 

apple-specs.json contains detailed specs for almost every Apple product released in the last thirteen years. I hope someone finds it useful. 

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。