Understanding Python’s Basic Data Types: A Beginner’s Guide
https://medium.com/@xiaofang_28940/understanding-pythons-basic-data-types-a-beginner-s-guide-7b096bbb621a
https://medium.com/@xiaofang_28940/understanding-pythons-basic-data-types-a-beginner-s-guide-7b096bbb621a
Medium
Understanding Python’s Basic Data Types: A Beginner’s Guide
As a Python beginner eager to dive into the world of Python programming, I’m excited to document my understanding of the fundamental…
Detecting Text in Images with Google Cloud Vision API and Python in Colab
https://alexcodes.medium.com/detecting-text-in-images-with-google-cloud-vision-api-and-python-in-colab-9ec96bd4b1fd
https://alexcodes.medium.com/detecting-text-in-images-with-google-cloud-vision-api-and-python-in-colab-9ec96bd4b1fd
Medium
Detecting Text in Images with Google Cloud Vision API and Python in Colab
In this tutorial, we'll explore how to leverage the powerful Google Cloud Vision API to detect text within images using Python in a Google…
Exploring Metaprogramming in Python: A Dive into Dynamic Code Generation
https://python.plainenglish.io/exploring-metaprogramming-in-python-a-dive-into-dynamic-code-generation-b85157625fa0
https://python.plainenglish.io/exploring-metaprogramming-in-python-a-dive-into-dynamic-code-generation-b85157625fa0
Medium
Exploring Metaprogramming in Python: A Dive into Dynamic Code Generation
Metaprogramming is a fascinating aspect of Python that allows code to manipulate itself during runtime. It empowers developers to create…
Demystifying Natural Language with Python
https://blog.stackademic.com/demystifying-natural-language-with-python-a798f955f5e2
https://blog.stackademic.com/demystifying-natural-language-with-python-a798f955f5e2
Medium
Demystifying Natural Language with Python
From Text to Insights with NLP
Top 10 Python Mapping Function Hacks for Everyday Coders
https://medium.com/@aashupel2023/top-10-python-mapping-function-hacks-for-everyday-coders-ee7800e03d01
https://medium.com/@aashupel2023/top-10-python-mapping-function-hacks-for-everyday-coders-ee7800e03d01
Medium
Top 10 Python Mapping Function Hacks for Everyday Coders
Discover 10 Python mapping function tricks for everyday coding efficiency! Streamline tasks, optimize code, and unlock new potentials with…
New Scientist’s Brain Twister 4: Addition Subtraction
https://medium.com/@shelvia1039/new-scientists-brain-twister-4-addition-subtraction-b8c4bc441bdb
https://medium.com/@shelvia1039/new-scientists-brain-twister-4-addition-subtraction-b8c4bc441bdb
Medium
New Scientist’s Brain Twister 4: Addition Subtraction
This year, New Scientist has embarked on a new series for their puzzle column called the “Brain Twister.” I believe it will be a fun…
Singular Spectrum Analysis for forecasting Power Consumption
https://medium.com/@arumugamperumal471/singular-spectrum-analysis-for-forecasting-power-consumption-80483db88339
https://medium.com/@arumugamperumal471/singular-spectrum-analysis-for-forecasting-power-consumption-80483db88339
Medium
Singular Spectrum Analysis for forecasting Power Consumption
Visualizing FAISS Vector Space to Understand its Influence on RAG Performance
https://ai.gopubby.com/visualizing-faiss-vector-space-to-understand-its-influence-on-rag-performance-14d71c6a4f47
https://ai.gopubby.com/visualizing-faiss-vector-space-to-understand-its-influence-on-rag-performance-14d71c6a4f47
Medium
Visualizing FAISS Vector Space to Understand its Influence on RAG Performance
Visualizing embeddings using renumics-spotlight reveals useful insights into RAG generation behavior.
Understanding Confusion Matrix with Python
https://medium.com/@gubrani.sanya2/understanding-confusion-matrix-with-python-76bf1d074408
https://medium.com/@gubrani.sanya2/understanding-confusion-matrix-with-python-76bf1d074408
Medium
Understanding Confusion Matrix with Python
What is a Confusion Matrix?
Building a Portuguese Language RAG Pipeline Using Sabia-7B, Qdrant, and LangChain.
https://medium.com/@karanshingde/building-a-portuguese-language-rag-pipeline-using-sabia-7b-qdrant-and-langchain-f02eba404eb5
https://medium.com/@karanshingde/building-a-portuguese-language-rag-pipeline-using-sabia-7b-qdrant-and-langchain-f02eba404eb5
2 lessons for Python developers from the world of Rust.
https://medium.com/@orichcaspertheghost/2-lessons-for-python-developers-from-the-world-of-rust-33baaa264513
https://medium.com/@orichcaspertheghost/2-lessons-for-python-developers-from-the-world-of-rust-33baaa264513
Medium
2 lessons for Python developers from the world of Rust.
As Pythonistas, we love Python and swear by it. We love it for many reasons, including but not limited to its flexibility and unbeatable…
How to Implement CI/CD for Python Command-Line Applications with GitHub Actions?
https://vitalii-honchar.medium.com/how-to-implement-ci-cd-for-python-command-line-applications-with-github-actions-93271d2ec19c
https://vitalii-honchar.medium.com/how-to-implement-ci-cd-for-python-command-line-applications-with-github-actions-93271d2ec19c
Medium
How to Implement CI/CD for Python Command-Line Applications with GitHub Actions?
In this article, I will explain the difference between CI and CD and how to build a CI/CD pipeline for a Python application using GitHub…
Introduction to Reflex — Web apps in pure Python
https://medium.com/@saverio3107/introduction-to-reflex-web-apps-in-pure-python-52d8cd64d428
https://medium.com/@saverio3107/introduction-to-reflex-web-apps-in-pure-python-52d8cd64d428
Medium
Introduction to Reflex — Web apps in pure Python
Reflex represents a significant leap in web development, offering a framework that allows developers to create performant, customizable…
How To Create Drawing App Like Paint Using Tkinter Python
https://medium.com/@codingmadeeasy92/how-to-create-drawing-app-like-paint-using-tkinter-python-707d79f8cf16
https://medium.com/@codingmadeeasy92/how-to-create-drawing-app-like-paint-using-tkinter-python-707d79f8cf16
Medium
How To Create Drawing App Like Paint Using Tkinter Python
Requirements Make sure you have the following before we start:
Tacotron integration with Python
https://medium.com/@pysquad/tacotron-integration-with-python-cd0a4427a5f1
https://medium.com/@pysquad/tacotron-integration-with-python-cd0a4427a5f1
Medium
Tacotron integration with Python
What is Tacotron?
Multiprocessing Queue Vs Queue Module
https://medium.com/@guptasonalee88/multiprocessing-queue-vs-queue-module-687334e06c02
https://medium.com/@guptasonalee88/multiprocessing-queue-vs-queue-module-687334e06c02
Medium
Multiprocessing Queue Vs Queue Module
The multiprocessing.Queue and queue.Queue modules in Python are both used for inter-process communication but are designed for different…