clamytoe / stock_market_analytics

My course work for class on stock market analytics.

Home Page:https://pythoninvest.com/course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stock Market Analytics (stock_market_analytics)

This repo will be used for me to keep my progress while going through the Stock Market Analytics Zoomcamp course.

Python version Latest version GitHub issues GitHub forks GitHub Stars License

NOTE: This project was generated with Cookiecutter along with @clamytoe's toepack project template.

Initial setup

cd Projects
git clone https://github.com/clamytoe/stock_market_analytics.git
cd stock_market_analytics

Anaconda setup

If you are an Anaconda user, this command will get you up to speed with the base installation.

conda env create
conda activate stocks

Regular Python setup

If you are just using normal Python, this will get you ready, but I highly recommend that you do this in a virtual environment. There are many ways to do this, the simplest using venv.

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

License

Distributed under the terms of the MIT license, "stock_market_analytics" is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

About

My course work for class on stock market analytics.

https://pythoninvest.com/course

License:MIT License


Languages

Language:Jupyter Notebook 100.0%