From 39d1cac6727efb38d11920fec26ec2836e4a11f4 Mon Sep 17 00:00:00 2001 From: sunny Date: Mon, 19 Oct 2020 13:21:18 +0530 Subject: [PATCH] Update README.md --- Python/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Python/README.md b/Python/README.md index 4193ef4b..6827131b 100644 --- a/Python/README.md +++ b/Python/README.md @@ -1 +1,19 @@ # Python + +Python supports multiple programming paradigms, like object-oriented, imperative and functional programming or procedural. + +python is helpful in reading, writing, cleaning, massaging, slicing/dicing data. + +It also helps in: + +maths, stats and time series. +financial analysis: trading and quantitative finance, market data analysis, stock/derivative markets analysis, Bloomberg data access, execution engines, backtesting, risk analysis, etc +machine-learning pipeline (e.g. predicting market prices) +plotting and beautiful/interactive visualisations +SQL support +send emails +web scraping (e.g. getting market prices online) +task automation/scheduling +Excel integration (if you like Excel so much) + +So, It is great to learn this programming language.