From 9db0dcdb97534ad9a376a0a7c48bf7fa003b4488 Mon Sep 17 00:00:00 2001 From: LastAncientOne Date: Wed, 18 May 2022 06:23:43 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e42641b..cba4477 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ # Simple Stock Analysis in Python -#### This is tutorial for Simple Stock Analysis in jupyter and python. There are two versions for stock tutorial. One is jupyter version and the other one is python. Jupyter also makes jupyter notebooks, which used to be called iPython notebooks. However, Python is an interpreted high-level programming language. It is very simple and easy to understand for beginners that wants to learn about stock analysis and wants to become a quant. In addition, this tutorial is for people that want to learn coding in python to analyze the stock market. However, if you already know about stock analyzing or coding in python this will not be for you. You can check out more advance coding: https://github.com/LastAncientOne/Stock_Analysis_For_Quant. +#### This is a tutorial for Simple Stock Analysis in jupyter and python. There are two versions for tutorials. One is a jupyter version and the other one is a python. Jupyter also makes jupyter notebooks, which used to be called iPython notebooks. However, Python is an interpreted high-level programming language. It is very simple and easy to understand for beginners that want to learn about stock analysis and want to become a quant. In addition, this tutorial is for people that want to learn coding in python to analyze the stock market. However, if you already know about stock analyzing or coding in python, this will not be for you. You can check out more advanced coding: https://github.com/LastAncientOne/Stock_Analysis_For_Quant. ### The order is from #1 through #26. -#### You learn number 1 first and you go in order. Once you finished, you will know how to write codes in python and understand finance and stock market. :congratulations: +#### You learn number 1 first and you go in order. Once you have finished, you will know how to write code in python and understand finance and the stock market. :congratulations: ## Prerequistes Python 3.5+