yunpengn / python-finance

Python Programming Practices for the Finance Domain

Home Page:https://yunpengn.github.io/python-finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python for Finance

Some programming practices for Python in the finance domain

Setup Instructions

  • Create a new virtual environment for your project python3 -m venv .env/
  • Activate the virtual envrionment created by source .env/bin/activate
  • Upgrade your pip if needed by pip3 install --upgrade pip
  • Install dependency inside the virtual environment by pip3 install -r requirements.txt

Licence

GNU General Public Licence 3.0

About

Python Programming Practices for the Finance Domain

https://yunpengn.github.io/python-finance

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%