My Personal Top 5 Python Features That I Regret not Having Known Before (Vol. 1)
https://pwned.medium.com/my-personal-top-5-python-features-that-i-regret-not-having-known-before-vol-1-cb2c277dc46f
https://pwned.medium.com/my-personal-top-5-python-features-that-i-regret-not-having-known-before-vol-1-cb2c277dc46f
Medium
My Personal Top 5 Python Features That I Regret not Having Known Before (Vol. 1)
It may sound trivial (and considering that I have been writing Python code for many years, it may be all the more embarrassing), but I have…
Chat With Documents Using LangChain, Chroma & Streamlit
https://medium.com/@chetanyabhandawat/chat-with-documents-using-langchain-chroma-streamlit-67eb18a98ddc
https://medium.com/@chetanyabhandawat/chat-with-documents-using-langchain-chroma-streamlit-67eb18a98ddc
Medium
Chat With Documents Using LangChain, Chroma & Streamlit
In this series, we’ve covered a ton about LangChain, and now it’s time to put all that knowledge into action by building an impressive…
Google OAuth in Streamlit: A Solution That Finally Works (for Me)
https://medium.com/@coding-otter/google-oauth-in-streamlit-a-solution-that-finally-works-for-me-a212a79fec30
https://medium.com/@coding-otter/google-oauth-in-streamlit-a-solution-that-finally-works-for-me-a212a79fec30
Medium
Google OAuth in Streamlit: A Solution That Finally Works (for Me)
Setting up Google OAuth in a Streamlit app turned out trickier than expected. Here’s my solution :)
Building a Concurrent Web Scraper with Python
https://medium.com/@jurajpuchky/building-a-concurrent-web-scraper-with-python-b54196340e4b
https://medium.com/@jurajpuchky/building-a-concurrent-web-scraper-with-python-b54196340e4b
Medium
Building a Concurrent Web Scraper with Python
In this article, you’ll embark on an expedition to create a concurrent web scraper — a fast web scraper — using Python’s asyncio and…
Building a Data Pipeline with Python: A Step-by-Step Guide to ETL Processing
https://medium.com/@jurajpuchky/building-a-data-pipeline-with-python-a-step-by-step-guide-to-etl-processing-b0b85127a5d8
https://medium.com/@jurajpuchky/building-a-data-pipeline-with-python-a-step-by-step-guide-to-etl-processing-b0b85127a5d8
Medium
Building a Data Pipeline with Python: A Step-by-Step Guide to ETL Processing
This article will guide you in constructing a mini ETL (Extract, Transform, Load) application in Python. The application will perform the following tasks: This application can be considered a simple…
How to Create the Perfect Stock Portfolio with Python and yfinance: A Data-Driven Guide
https://medium.com/@prateek.vyas/how-to-create-the-perfect-stock-portfolio-with-python-and-yfinance-a-data-driven-guide-05b268ff543c
https://medium.com/@prateek.vyas/how-to-create-the-perfect-stock-portfolio-with-python-and-yfinance-a-data-driven-guide-05b268ff543c
Medium
How to Create the Perfect Stock Portfolio with Python and yfinance: A Data-Driven Guide
Introduction
Judge a Book by its Color: How to Visualize Decades of Book Cover Colors from Scratch— Scraping…
https://medium.com/@georg.vetter.privat/judge-a-book-by-its-color-how-to-visualize-decades-of-book-cover-colors-from-scratch-scraping-0887d243ef22
https://medium.com/@georg.vetter.privat/judge-a-book-by-its-color-how-to-visualize-decades-of-book-cover-colors-from-scratch-scraping-0887d243ef22
Medium
Judge a Book by its Color: How to Visualize Decades of Book Cover Colors from Scratch— Scraping, Data, and Design
Introduction
How to Build Your First Python Program: A Beginner’s Guide to Coding Projects
https://medium.com/@borhan346786/how-to-build-your-first-python-program-a-beginners-guide-to-coding-projects-5e3a6c213dc2
https://medium.com/@borhan346786/how-to-build-your-first-python-program-a-beginners-guide-to-coding-projects-5e3a6c213dc2
Medium
How to Build Your First Python Program: A Beginner’s Guide to Coding Projects
This article deals with how to create your first program with Python. It details the steps required to create simple projects, such as…
Comparing US Election Odds to Find Best Odds
https://paulconnollywriter.medium.com/comparing-us-election-odds-to-find-best-odds-e261f2309f43
https://paulconnollywriter.medium.com/comparing-us-election-odds-to-find-best-odds-e261f2309f43
Medium
Comparing US Election Odds to Find Best Odds
Its US election time!
Detecting Silent and Non-Silent Parts in Audio Files Using Python
https://medium.com/@saadrockywebsite/detecting-silent-and-non-silent-parts-in-audio-files-using-python-99a7b90b7aac
https://medium.com/@saadrockywebsite/detecting-silent-and-non-silent-parts-in-audio-files-using-python-99a7b90b7aac
Medium
Detecting Silent and Non-Silent Parts in Audio Files Using Python
In this article, I’ll show you how to find silent and non-silent parts in your audio or video files using Python. Let’s get started!
GPTQ vs. GGUF vs. AWQ: A Comprehensive Comparison
https://drraghavendra99.medium.com/gptq-vs-gguf-vs-awq-a-comprehensive-comparison-7d34ae54f5a7
https://drraghavendra99.medium.com/gptq-vs-gguf-vs-awq-a-comprehensive-comparison-7d34ae54f5a7
Medium
GPTQ vs. GGUF vs. AWQ: A Comprehensive Comparison
Introduction :
How to Write For Loops in Python: A Complete Guide
https://medium.com/skillstack/how-to-write-for-loops-in-python-a-complete-guide-052dfaecc7bf
https://medium.com/skillstack/how-to-write-for-loops-in-python-a-complete-guide-052dfaecc7bf
Medium
How to Write For Loops in Python: A Complete Guide
Python’s for loop is one of the most powerful tools in your programming toolkit, allowing you to iterate over data, automate repetitive…
Python in Finance — From Data Analysis to Machine Learning Models
https://medium.com/@techsenseai/python-in-finance-from-data-analysis-to-machine-learning-models-6b0a55fc4b9b
https://medium.com/@techsenseai/python-in-finance-from-data-analysis-to-machine-learning-models-6b0a55fc4b9b
Medium
Python in Finance — From Data Analysis to Machine Learning Models
Introduction
The Godunov scheme for the solution of the two-dimensional eikonal equation and the Fast Sweeping…
https://vitalitylearning.medium.com/the-godunov-scheme-for-the-solution-of-the-two-dimensional-eikonal-equation-and-the-fast-sweeping-c39ae8230712
https://vitalitylearning.medium.com/the-godunov-scheme-for-the-solution-of-the-two-dimensional-eikonal-equation-and-the-fast-sweeping-c39ae8230712
Medium
The Godunov scheme for the solution of the two-dimensional eikonal equation and the Fast Sweeping…
The present post follows A numerical solution to the 1D eikonal equation and a Python implementation, extends its contents and deals with…
Pyramid: Your Go To Framework For Building Stunning Websites
https://medium.com/top-python-libraries/pyramid-your-go-to-framework-for-building-stunning-websites-72807d182d38
https://medium.com/top-python-libraries/pyramid-your-go-to-framework-for-building-stunning-websites-72807d182d38
Medium
Pyramid: Your Go To Framework For Building Stunning Websites
Build websites like a professional
A numerical solution to the 1D eikonal equation and a Python implementation
https://vitalitylearning.medium.com/a-numerical-solution-to-the-1d-eikonal-equation-and-a-python-implementation-182c554b2b39
https://vitalitylearning.medium.com/a-numerical-solution-to-the-1d-eikonal-equation-and-a-python-implementation-182c554b2b39
Medium
A numerical solution to the 1D eikonal equation and a Python implementation
This post follows Escaping the maze: the Eikonal Equation unveiled where the iconal equation was introduced as a form of dynamic…