Building a Data-Driven Application with LangChain, ChromaDB, and Llama Models
https://nasriadzlani.medium.com/building-a-data-driven-application-with-langchain-chromadb-and-llama-models-f75f2f77888f
https://nasriadzlani.medium.com/building-a-data-driven-application-with-langchain-chromadb-and-llama-models-f75f2f77888f
Medium
Building a Data-Driven Application with LangChain, ChromaDB, and Llama Models
Table of Contents
Telegram Bot in Python — A Beginner-Friendly Guide to Creating TG Bot
https://medium.com/@abdulwaliyahaya/telegram-bot-in-python-a-beginner-friendly-guide-to-creating-tg-bot-5b048ab49436
https://medium.com/@abdulwaliyahaya/telegram-bot-in-python-a-beginner-friendly-guide-to-creating-tg-bot-5b048ab49436
Medium
Telegram Bot in Python — A Beginner-Friendly Guide to Creating TG Bot
The idea of having a Telegram bot do something for you or your customers automatically has been on the minds of many. But how to go about…
Short Introduction to Pandas Series
https://medium.com/@official.rohitmaity/short-introduction-to-pandas-series-44cdc527529a
https://medium.com/@official.rohitmaity/short-introduction-to-pandas-series-44cdc527529a
Medium
Short Introduction to Pandas Series
The Pandas library contains specialized data structures known as Data frames which are like an excel worksheet while representing data in…
Using Marquez as a lineage tool for Celery — connecting the tasks with datasets
https://medium.com/@MarinAgli1/using-marquez-as-a-lineage-tool-for-celery-connecting-the-tasks-with-datasets-56024f930c44
https://medium.com/@MarinAgli1/using-marquez-as-a-lineage-tool-for-celery-connecting-the-tasks-with-datasets-56024f930c44
Medium
Using Marquez as a lineage tool for Celery — connecting the tasks with datasets
This story is the third one on integrating Celery with Marquez using the OpenLineage Python package. In this story, we’ll explore how to…
Why Generators in Python Are More Memory Efficient Than Lists
https://medium.com/pythoneers/why-generators-in-python-are-more-memory-efficient-than-lists-c4bf43a54ded
https://medium.com/pythoneers/why-generators-in-python-are-more-memory-efficient-than-lists-c4bf43a54ded
Medium
Why Generators in Python Are More Memory Efficient Than Lists
Most Common Python Questions Asked in Interviews
21-Python Syntax and Functions That Mirror the Laws of Physics
https://medium.com/pythoneers/21-python-syntax-and-functions-that-mirror-the-laws-of-physics-0d659ed736dd
https://medium.com/pythoneers/21-python-syntax-and-functions-that-mirror-the-laws-of-physics-0d659ed736dd
Medium
21-Python Syntax and Functions That Mirror the Laws of Physics
Here we illustrate basic Python syntax and functions for beginners.
Build a Task Manager in Python: Step-by-Step Guide for Beginners
https://medium.com/pythoneers/build-a-task-manager-in-python-step-by-step-guide-for-beginners-e68f2384c870
https://medium.com/pythoneers/build-a-task-manager-in-python-step-by-step-guide-for-beginners-e68f2384c870
Medium
Build a Task Manager in Python: Step-by-Step Guide for Beginners
Looking to build an easy, powerful task manager in Python? You are at the right spot! In this tutorial, we will take you step by step…
Extracting Data using Python & VS Code
https://medium.com/@letrellejohnson15/extracting-data-using-python-vs-code-2481305da22e
https://medium.com/@letrellejohnson15/extracting-data-using-python-vs-code-2481305da22e
Medium
Extracting Data using Python & VS Code
Scenario
How to Read and Write CSV Files in Python
https://medium.com/@AlexanderObregon/how-to-read-and-write-csv-files-in-python-b84fe274d51a
https://medium.com/@AlexanderObregon/how-to-read-and-write-csv-files-in-python-b84fe274d51a
Medium
How to Read and Write CSV Files in Python
Introduction
Secure Your Streamlit App: Managing CA Certs for CockroachDB Production Deployments
https://medium.com/@misayhuni/secure-your-streamlit-app-managing-ca-certs-for-cockroachdb-production-deployments-e828da0c3309
https://medium.com/@misayhuni/secure-your-streamlit-app-managing-ca-certs-for-cockroachdb-production-deployments-e828da0c3309
Medium
Secure Your Streamlit App: Managing CA Certs for CockroachDB Production Deployments
In the realm of modern software development, security is paramount. As your Python applications grow in complexity and handle sensitive data, robust authentication and a secure database are…
Playwright Test Automation Starters — Episode 3: Python
https://medium.com/@daroshchanka/playwright-test-automation-starters-episode-3-python-5fd2ff065de0
https://medium.com/@daroshchanka/playwright-test-automation-starters-episode-3-python-5fd2ff065de0
Medium
Playwright Test Automation Starters — Episode 3: Python
Test Automation Engineer role assumes the relatively high probability you have to switch the tech-stacks from project to project.
100 days of Data Science: Day 56 — Geospatial Data Visualization
https://medium.com/@rgr5882/100-days-of-data-science-day-56-geospatial-data-visualization-e47ba11271d9
https://medium.com/@rgr5882/100-days-of-data-science-day-56-geospatial-data-visualization-e47ba11271d9
Medium
Day 56 — Geospatial Data Visualization
In today’s post, we’ll cover the essentials of geospatial visualization using Python.
Optimizing Image Formats for Computer Vision and Image Processing: PNG, JPG, and WEBP in OpenCV
https://condadoslgpc.medium.com/optimizing-image-formats-for-computer-vision-and-image-processing-png-jpg-and-webp-in-opencv-4013de6bca47
https://condadoslgpc.medium.com/optimizing-image-formats-for-computer-vision-and-image-processing-png-jpg-and-webp-in-opencv-4013de6bca47
Medium
Optimizing Image Formats for Computer Vision and Image Processing: PNG, JPG, and WEBP in OpenCV
Choosing the right image format can impact performance and quality in computer vision and image processing applications. Whether you’re…
Here’s Why ASGI is the Upgrade Your Python App Needs
https://medium.com/@sivakumar.skr/heres-why-asgi-is-the-upgrade-your-python-app-needs-07cfe4f38f6b
https://medium.com/@sivakumar.skr/heres-why-asgi-is-the-upgrade-your-python-app-needs-07cfe4f38f6b
Medium
Here’s Why ASGI is the Upgrade Your Python App Needs
With modern web apps demanding high concurrency and real-time functionality, traditional WSGI (Web Server Gateway Interface) shows its…
Two-Tier Architecture with Flask and MySQL in Docker
https://medium.com/@thananjayan1988/two-tier-architecture-with-flask-and-mysql-in-docker-391493c34341
https://medium.com/@thananjayan1988/two-tier-architecture-with-flask-and-mysql-in-docker-391493c34341
Medium
Two-Tier Architecture with Flask and MySQL in Docker
In this article, we go through for set up a simple web based flask app and Mysql as backend and make it to run from the docker compose.
Medical insurance price prediction using Decision Tree Regression
https://medium.com/@carlosasensio1986/medical-insurance-price-prediction-using-decision-tree-regression-f23b826fea08
https://medium.com/@carlosasensio1986/medical-insurance-price-prediction-using-decision-tree-regression-f23b826fea08
Medium
Medical insurance price prediction using Decision Tree Regression
A standard example of supervised machine learning