Solving for the Efficient Frontier in Stock Portfolios
https://medium.com/call-for-atlas/solving-for-the-efficient-frontier-in-stock-portfolios-6d8d4e7a6f89
https://medium.com/call-for-atlas/solving-for-the-efficient-frontier-in-stock-portfolios-6d8d4e7a6f89
Medium
Solving for the Efficient Frontier in Stock Portfolios
The Efficient Frontier, a core concept in Harry Markowitz’s Modern Portfolio Theory (MPT), is used in quantitative finance to build optimal…
Building A Simple RAG System With Fastapi (2)
https://medium.com/thoughts-on-machine-learning/building-a-simple-rag-system-with-fastapi-2-18a001df7e65
https://medium.com/thoughts-on-machine-learning/building-a-simple-rag-system-with-fastapi-2-18a001df7e65
Medium
Building A Simple RAG System With Fastapi (2)
In part 1 of this series of articles, I created the outline of our fastapi application. I also created the first service we will need for…
Python Through the Eyes of a C Programmer. Everything is a PyObject in CPython.
https://medium.com/@aliaksandr.kavalchuk/python-through-the-eyes-of-a-c-programmer-everything-is-a-pyobject-in-cpython-156af43e2538
https://medium.com/@aliaksandr.kavalchuk/python-through-the-eyes-of-a-c-programmer-everything-is-a-pyobject-in-cpython-156af43e2538
Medium
Python Through the Eyes of a C Programmer. Everything is a PyObject in CPython.
CPython is a treasure trove of sophisticated C concepts, and in this piece, I unravel how CPython emulates inheritance and polymorphism.
Tackling the “Minimum Coins with Limited Supplies” Problem: A Dynamic Programming Approach
https://medium.com/@js.tai.2023/tackling-the-minimum-coins-with-limited-supplies-problem-a-dynamic-programming-approach-3883508245a8
https://medium.com/@js.tai.2023/tackling-the-minimum-coins-with-limited-supplies-problem-a-dynamic-programming-approach-3883508245a8
Medium
Tackling the “Minimum Coins with Limited Supplies” Problem: A Dynamic Programming Approach
What exactly Dynamic Programming entails?
Simplifying Python workflows with sitecustomize.py
https://medium.com/alan/simplifying-python-workflows-with-the-sitecustomize-py-e1b1ad5c6fbe
https://medium.com/alan/simplifying-python-workflows-with-the-sitecustomize-py-e1b1ad5c6fbe
Medium
Simplifying Python workflows with sitecustomize.py
Alan’s backend is written in Python, using Flask under the hood. We actually manage a few applications within the same codebase, and…
Mastering Loop Structures in Python : Unlocking the Full Potential of Iteration
https://raphealenike.medium.com/mastering-loop-structures-in-python-unlocking-the-full-potential-of-iteration-4174da2cc83b
https://raphealenike.medium.com/mastering-loop-structures-in-python-unlocking-the-full-potential-of-iteration-4174da2cc83b
Medium
Mastering Loop Structures in Python : Unlocking the Full Potential of Iteration
In this article, we’ll learn in-depth about conditional statements, the use of for, in, while, break, continue, and pass and their…
A Comprehensive Exploration of Argument Types in Python
https://medium.com/@mailmeastushar/a-comprehensive-exploration-of-argument-types-in-python-d16db31e33be
https://medium.com/@mailmeastushar/a-comprehensive-exploration-of-argument-types-in-python-d16db31e33be
Medium
A Comprehensive Exploration of Argument Types in Python
In Python programming, knowing about function arguments is crucial for writing effective code. There are seven types of arguments, each…
Insert or Delete Bookmarks in Word Documents with Python
https://medium.com/@alice.yang_10652/insert-or-delete-bookmarks-in-word-documents-with-python-ad0f5d2c7b63
https://medium.com/@alice.yang_10652/insert-or-delete-bookmarks-in-word-documents-with-python-ad0f5d2c7b63
Medium
Insert or Delete Bookmarks in Word Documents with Python
A Bookmark in Microsoft Word is a valuable tool that simplifies document navigation and increases productivity. By inserting a bookmark…
Data Analysis Showdown: My Code vs. ChatGPT’s AI Brain — Who Did It Better?
https://medium.com/@sidra.cheema510/data-analysis-showdown-my-code-vs-chatgpts-ai-brain-who-did-it-better-a04ac9ccf292
https://medium.com/@sidra.cheema510/data-analysis-showdown-my-code-vs-chatgpts-ai-brain-who-did-it-better-a04ac9ccf292
Medium
Data Analysis Showdown: My Code vs. ChatGPT’s AI Brain — Who Did It Better?
Hey there, my fellow Data Enthusiasts!
Swift Deletion: Removing a Node from a Singly Linked List
https://medium.com/@saverio3107/swift-deletion-removing-a-node-from-a-singly-linked-list-8862b188edad
https://medium.com/@saverio3107/swift-deletion-removing-a-node-from-a-singly-linked-list-8862b188edad
Medium
Swift Deletion: Removing a Node from a Singly Linked List
In computer science, a singly linked list is a collection of nodes, each pointing to the next in a linear sequence. Each node comprises two…
Vulnerabilities in Python Serialization: Pickle
https://pwnb0y.medium.com/vulnerabilities-in-python-serialization-pickle-d2385de642f6
https://pwnb0y.medium.com/vulnerabilities-in-python-serialization-pickle-d2385de642f6
Medium
Vulnerabilities in Python Serialization: Pickle
Introduction
Analyzing ReAct: Synergizing Reasoning and Acting in Language Models Paper
https://jakebatsuuri.medium.com/analyzing-react-synergizing-reasoning-and-acting-in-language-models-paper-3ddb963e3bd6
https://jakebatsuuri.medium.com/analyzing-react-synergizing-reasoning-and-acting-in-language-models-paper-3ddb963e3bd6
Medium
Analyzing ReAct: Synergizing Reasoning and Acting in Language Models Paper
Re-asoning and Act-ing Synergistically
What To Do As a Python Developer 🐍
https://yanick-andrade.medium.com/what-to-do-as-a-python-developer-2732d1e688a6
https://yanick-andrade.medium.com/what-to-do-as-a-python-developer-2732d1e688a6
Medium
What To Do As a Python Developer 🐍
Possible Career Path
Spotify Song Danceability Prediction🪗📊
https://medium.com/@agrawalananya17/spotify-song-danceability-prediction-2b999629589a
https://medium.com/@agrawalananya17/spotify-song-danceability-prediction-2b999629589a
Medium
Spotify Song Danceability Prediction🪗📊
PART-1: ANALYSIS