A Brief Overview of Simple Linear Regression and its Implementation in Python
https://prasad07143.medium.com/a-brief-overview-of-simple-linear-regression-and-its-implementation-in-python-e6b5c180ff08
https://prasad07143.medium.com/a-brief-overview-of-simple-linear-regression-and-its-implementation-in-python-e6b5c180ff08
Medium
A Brief Overview of Simple Linear Regression and its Implementation in Python
Hello everyone, In this article, I’m going to give a brief overview of Simple Linear Regression and how it can be implemented in Python in…
Colab: There are a few reasons why CUDA may or may not work.
https://medium.com/@trungnguyendo1999/colab-there-are-a-few-reasons-why-cuda-may-or-may-not-work-92f9ef5dac95
https://medium.com/@trungnguyendo1999/colab-there-are-a-few-reasons-why-cuda-may-or-may-not-work-92f9ef5dac95
Medium
Colab: There are a few reasons why CUDA may or may not work.
There are a few reasons why CUDA may or may not work on Colab. Here are some of the most common reasons:
Analyzing Dividend Trends in Blue-Chip Stocks Using Python and FMP API
https://medium.datadriveninvestor.com/analyzing-dividend-trends-in-blue-chip-stocks-using-python-and-fmp-api-826af8849fb0
https://medium.datadriveninvestor.com/analyzing-dividend-trends-in-blue-chip-stocks-using-python-and-fmp-api-826af8849fb0
Medium
Analyzing Dividend Trends in Blue-Chip Stocks Using Python and FMP API
Dividend Stocks Analysis in Python Using FMP API
Build a Stock Intrinsic Value Calculator App with Python
https://medium.datadriveninvestor.com/build-a-stock-intrinsic-value-calculator-app-with-python-6dc407a704b8
https://medium.datadriveninvestor.com/build-a-stock-intrinsic-value-calculator-app-with-python-6dc407a704b8
Medium
Build a Stock Intrinsic Value Calculator App with Python
A Gradio App to Calculate a Stock’s Intrinsic Value and Display its Financial Metrics from Just its Ticker Symbol!
7 Must-Have Python Tools for ML Devs and Data Scientists
https://medium.com/@mirceaiosif/7-must-have-python-tools-for-ml-devs-and-data-scientists-fc8340d9264b
https://medium.com/@mirceaiosif/7-must-have-python-tools-for-ml-devs-and-data-scientists-fc8340d9264b
Medium
7 Must-Have Python Tools for ML Devs and Data Scientists
Machine learning and data science have seen explosive growth in recent years.
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…