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.