Run Whisper-large-v3 on Google Colab (T4)
https://koji-kanao.medium.com/run-whisper-large-v3-on-google-colab-t4-a42832be9f8c
https://koji-kanao.medium.com/run-whisper-large-v3-on-google-colab-t4-a42832be9f8c
Medium
Run Whisper-large-v3 on Google Colab (T4)
Pythonic Insights: Mastering EDA through Effective Visualization
https://medium.com/@luchiana.dumitrescu25/pythonic-insights-mastering-eda-through-effective-visualization-c4d4ea3160e5
https://medium.com/@luchiana.dumitrescu25/pythonic-insights-mastering-eda-through-effective-visualization-c4d4ea3160e5
Medium
Pythonic Insights: Mastering EDA through Effective Visualization
Till now, we have extensively discussed the importance of cleaning. However, it is time to shift our focus to another significant goal —…
Practical Web Scraping for Data Analysts
https://medium.com/@chidiebere.vincent/practical-web-scraping-for-data-analysts-b02ec8b8adb7
https://medium.com/@chidiebere.vincent/practical-web-scraping-for-data-analysts-b02ec8b8adb7
Medium
Practical Web Scraping for Data Analysts
In this article, we will understand what it means to scrape a website, why it’s important and how to go about it using Python.
Python Multithreading for Query Execution
https://medium.com/@thanojkrish/python-multithreading-for-query-execution-703a4c5bb2b7
https://medium.com/@thanojkrish/python-multithreading-for-query-execution-703a4c5bb2b7
Medium
Python Multithreading for Query Execution
MULTITHREADING:
End To End Data Science Project — Part-3: Automating Project Structure Using Template.py
https://medium.com/@aymanejaz/end-to-end-data-science-project-part-3-automating-project-structure-using-template-py-2c5949223a71
https://medium.com/@aymanejaz/end-to-end-data-science-project-part-3-automating-project-structure-using-template-py-2c5949223a71
Medium
End To End Data Science Project — Part-3: Automating Project Structure Using Template.py
In Part 3, Lets work on template.py file. Start with Step-by-step explanation of the code along with an explanation of why this file…
Lesson #3. Python. Sep and End parameters
https://medium.com/@artur-khudaverdiev/lesson-3-python-sep-and-end-parameters-cdecc8b7870e
https://medium.com/@artur-khudaverdiev/lesson-3-python-sep-and-end-parameters-cdecc8b7870e
Medium
Lesson #3. Python. Sep and End parameters
Annotation. The lesson is devoted to the study of optional parameters of the print() command and a more detailed analysis of the concept of…
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.