I Tested the Naked Puts Strategy with QQQ and Earned… 😱
https://medium.com/@diegodegese/i-tested-the-naked-puts-strategy-with-qqq-and-earned-221627826a74
https://medium.com/@diegodegese/i-tested-the-naked-puts-strategy-with-qqq-and-earned-221627826a74
Medium
I Tested the Naked Puts Strategy with QQQ and Earned… 😱
Using naked puts to earn money, either selling premiums or buying stocks cheaper… You never lose 🤯
Hierarchical Risk Parity Portfolio Optimization
https://thepythonlab.medium.com/hierarchical-risk-parity-portfolio-optimization-f40584d7481d
https://thepythonlab.medium.com/hierarchical-risk-parity-portfolio-optimization-f40584d7481d
Medium
From Theory to Practice: Building Robust Portfolios with Hierarchical Risk Parity in Python
Welcome to this tutorial on hierarchical risk parity (HRP), a portfolio optimization technique that considers correlations between asset classes. In this tutorial, we will explore the concept of…
Building a Simple Snake Game in Python Using Turtle
https://medium.com/@amulyakandukuri4/building-a-simple-snake-game-in-python-using-turtle-51905acf4bcb
https://medium.com/@amulyakandukuri4/building-a-simple-snake-game-in-python-using-turtle-51905acf4bcb
Medium
Building a Simple Snake Game in Python Using Turtle
Snake games have been a beloved classic in the world of video games, and creating your own version can be both fun and educational. In this…
Visualizing unstructured (text) data via python’s word cloud
https://medium.com/@ahmed.ehab2000.ae/visualizing-unstructured-text-data-via-pythons-word-cloud-29bad53898f1
https://medium.com/@ahmed.ehab2000.ae/visualizing-unstructured-text-data-via-pythons-word-cloud-29bad53898f1
Medium
Visualizing unstructured (text) data via python’s word cloud
Word cloud
The Clustering of Water Consumption with SOM (Self-Organizing Maps) Algorithm in Python
https://medium.com/@vivinsativa1/the-clustering-of-water-consumption-with-som-self-organizing-maps-algorithm-in-python-59b26f05c457
https://medium.com/@vivinsativa1/the-clustering-of-water-consumption-with-som-self-organizing-maps-algorithm-in-python-59b26f05c457
Medium
The Clustering of Water Consumption with SOM (Self-Organizing Maps) Algorithm in Python
Hello everyone!
GameDev Diary: Battlefield and Terrain Generation
https://medium.com/@andwebdev/gamedev-diary-battlefield-and-terrain-generation-250c922ca533
https://medium.com/@andwebdev/gamedev-diary-battlefield-and-terrain-generation-250c922ca533
Medium
GameDev Diary: Battlefield and Terrain Generation
How the game terrain is generated in my indie videogame
30_DAYS_OF_PYTHON:IF ELSE ELIF
https://medium.com/the-data-driven-blog/30-days-of-python-if-else-elif-5ff872fc39b2
https://medium.com/the-data-driven-blog/30-days-of-python-if-else-elif-5ff872fc39b2
Medium
30_DAYS_OF_PYTHON:IF ELSE ELIF
DAY 1
Mastering Python Lists: Your Ultimate Guide to Versatile Data Structures
https://medium.com/@sanketkotkar/mastering-python-lists-your-ultimate-guide-to-versatile-data-structures-6c50141583cb
https://medium.com/@sanketkotkar/mastering-python-lists-your-ultimate-guide-to-versatile-data-structures-6c50141583cb
Medium
Mastering Python Lists: Your Ultimate Guide to Versatile Data Structures
In Python, a list is a built-in data structure used to store a collection of items. Lists are ordered, mutable (changeable), and can…
Plotly Express Mastery: My Personal Workarounds for Tricky Visualizations — Part I
https://medium.com/@rajasvivinayak/plotly-express-mastery-my-personal-workarounds-for-tricky-visualizations-part-i-b262e7e5f45a
https://medium.com/@rajasvivinayak/plotly-express-mastery-my-personal-workarounds-for-tricky-visualizations-part-i-b262e7e5f45a
Medium
Plotly Express Mastery: My Personal Workarounds for Tricky Visualizations — Part I
The Missing Manual: Your Guide to Uncharted Plotly Express Territories
Building Dynamic Real-Time Apps with Django Channels
https://medium.com/@joloiuy/building-dynamic-real-time-apps-with-django-channels-8373fc173a1b
https://medium.com/@joloiuy/building-dynamic-real-time-apps-with-django-channels-8373fc173a1b
Medium
Building Dynamic Real-Time Apps with Django Channels
As web development evolves, there’s an increasing demand for real-time functionalities in applications. Whether it’s chat applications…
Weighted Binary Cross-Entropy Losses in Keras
https://medium.com/the-owl/weighted-binary-cross-entropy-losses-in-keras-e3553e28b8db
https://medium.com/the-owl/weighted-binary-cross-entropy-losses-in-keras-e3553e28b8db
Medium
Weighted Binary Cross-Entropy Losses in Keras
While there are several implementations to calculate weighted binary and cross-entropy losses widely available on the web, in this article…
Adding new Pages and using HTML Templates
https://medium.com/@justp1x3l/adding-new-pages-and-using-html-templates-484da5c1a208
https://medium.com/@justp1x3l/adding-new-pages-and-using-html-templates-484da5c1a208
Medium
Adding new Pages and using HTML Templates
Today we are going to look at how we can utilise Django HTML templates to save us duplicating code for our different pages in the App