Backtesting Risk Models — The Whats, Whys and Hows
https://medium.datadriveninvestor.com/backtesting-risk-models-the-whats-whys-and-hows-7ab2d5e88ac4
https://medium.datadriveninvestor.com/backtesting-risk-models-the-whats-whys-and-hows-7ab2d5e88ac4
Medium
Backtesting Risk Models — The Whats, Whys and Hows
In the world of finance and investment, risk management is a critical component of decision-making. Investment professionals, portfolio…
Data Storytelling with Animated Word Clouds
https://towardsdatascience.com/data-storytelling-with-animated-word-clouds-1889fdeb97b8
https://towardsdatascience.com/data-storytelling-with-animated-word-clouds-1889fdeb97b8
Medium
Data Storytelling with Animated Word Clouds
Animated word clouds turn classic word clouds into a dynamic visualization. Learn more about telling data stories in Python.
Tesselate a GeoDataFrame into Hexagons using Python
https://desertdata.medium.com/tesselate-a-geodataframe-into-hexagons-using-python-256f3a60b39e
https://desertdata.medium.com/tesselate-a-geodataframe-into-hexagons-using-python-256f3a60b39e
Medium
Tesselate a GeoDataFrame into Hexagons using Python
Tesselation is a method of breaking up a geometry from a single polygon (or multipolygon) into a collection of polygons that are continuous…
Kelly Criterion: A Mathematical Approach to Optimized Betting and Trading
https://medium.com/@kojinfox/kelly-criterion-a-mathematical-approach-to-optimized-betting-and-trading-8af825e761be
https://medium.com/@kojinfox/kelly-criterion-a-mathematical-approach-to-optimized-betting-and-trading-8af825e761be
Medium
Kelly Criterion: A Mathematical Approach to Optimized Betting and Trading
The Kelly Criterion, a formula developed by John L. Kelly Jr. in 1956, has emerged as a pivotal tool in the domains of finance, trading…
The Perfect Playground : Amazon SageMake Studio Lab for Learning Purpose
https://medium.com/@astryeka/the-perfect-playground-amazon-sagemake-studio-lab-for-learning-purpose-4e573ec485fc
https://medium.com/@astryeka/the-perfect-playground-amazon-sagemake-studio-lab-for-learning-purpose-4e573ec485fc
Medium
The Perfect Playground : Amazon SageMake Studio Lab for Learning Purpose
Becoming a Data Person is just like 21st Century dream. I maybe a little exaggerating. Yet, as far as I know, people are aspired to learn…
Process of Machine Learning: Data, Model and Learning
https://giridhartalla.medium.com/process-of-machine-learning-data-model-and-learning-d504715eceab
https://giridhartalla.medium.com/process-of-machine-learning-data-model-and-learning-d504715eceab
Medium
Process of Machine Learning: Data, Model and Learning
Learn how to build good machine learning models the right way with this step-by-step guide …
A Beginner’s project to Data Visualization with PyQt5, Pandas, and Matplotlib
https://medium.com/@ajinkrishna0001/a-beginners-project-to-data-visualization-with-pyqt5-pandas-and-matplotlib-ad12ecd5baba
https://medium.com/@ajinkrishna0001/a-beginners-project-to-data-visualization-with-pyqt5-pandas-and-matplotlib-ad12ecd5baba
Medium
A Beginner’s project to Data Visualization with PyQt5, Pandas, and Matplotlib
Setting the Stage: Before we jump into coding, let’s understand the cast:
A Python Guide to Generating Images from Text
https://python.plainenglish.io/a-python-guide-to-generating-images-from-text-49f9959db37c
https://python.plainenglish.io/a-python-guide-to-generating-images-from-text-49f9959db37c
Medium
A Python Guide to Generating Images from Text
In the dynamic world of artificial intelligence, the ability to turn words into visuals has taken a giant leap forward. In this article, we…
Basic Django: CRUD Website using Django Python
https://medium.com/@rkyouya0/basic-django-crud-website-using-django-python-9ae1a94d8cbc
https://medium.com/@rkyouya0/basic-django-crud-website-using-django-python-9ae1a94d8cbc
Medium
Basic Django: CRUD Website using Django Python
Django, a high-level Python web framework, empowers developers to build robust and scalable web applications efficiently. While Django is…
Connect to Oracle Cloud Autonomous Database and support multi-database in your Django project
https://medium.com/@alumi5566/connect-to-oracle-cloud-autonomous-database-and-support-multi-database-in-your-django-project-76d96629c558
https://medium.com/@alumi5566/connect-to-oracle-cloud-autonomous-database-and-support-multi-database-in-your-django-project-76d96629c558
Medium
Connect to Oracle Cloud Autonomous Database and support multi-database in your Django project
Pre-requisites:
Practical Applications of Elasticsearch in Data Science
https://medium.com/@harshitaaswani2002/practical-applications-of-elasticsearch-in-data-science-caeabd836661
https://medium.com/@harshitaaswani2002/practical-applications-of-elasticsearch-in-data-science-caeabd836661
Medium
Practical Applications of Elasticsearch in Data Science
Elasticsearch is a highly scalable and distributed search and analytics engine built on top of the Apache Lucene library. It provides fast…
Fun of Python 🐍Programming for Teens ✨ — Part 2
https://medium.com/@merwan01/fun-of-python-programming-for-teens-part-2-64302370b3cb
https://medium.com/@merwan01/fun-of-python-programming-for-teens-part-2-64302370b3cb
Medium
Fun of Python 🐍Programming for Teens ✨ — Part 2
🎤Introduction
PyQt vs Tkinter: Comparing User Interface Libraries in Python
https://medium.com/@wepypixel/pyqt-vs-tkinter-comparing-user-interface-libraries-in-python-273a2cc84c7b
https://medium.com/@wepypixel/pyqt-vs-tkinter-comparing-user-interface-libraries-in-python-273a2cc84c7b
Medium
PyQt vs Tkinter: Comparing User Interface Libraries in Python
Python’s have broad use cases be it data science, web development, or machine learning. One such use case we know is in building Graphical…
Django Rest Framework: Building a Powerful API
https://medium.com/@antonioeka30/django-rest-framework-building-a-powerful-api-ddb96923e88c
https://medium.com/@antonioeka30/django-rest-framework-building-a-powerful-api-ddb96923e88c
Medium
Django Rest Framework: Building a Powerful API
Django Rest Framework (DRF) is a powerful framework for building APIs in web applications using Django, a popular and robust web…