Why Flask Python could be the Web Framework You Need
https://medium.com/@perhourly/why-flask-python-could-be-the-web-framework-you-need-b46ae09f5254
https://medium.com/@perhourly/why-flask-python-could-be-the-web-framework-you-need-b46ae09f5254
Medium
Why Flask Python could be the Web Framework You Need
What is Flask?
Say Goodbye to OpenAI: Create a Chatbot on your Local PC — Part 2
https://artificialcorner.com/say-goodbye-to-openai-create-a-chatbot-on-your-local-pc-part-2-104c8887d802
https://artificialcorner.com/say-goodbye-to-openai-create-a-chatbot-on-your-local-pc-part-2-104c8887d802
Medium
Say Goodbye to OpenAI: Create a Chatbot on your Local PC — Part 2
Forget API calls and learn how to create a ChatBot that runs on your CPU in 900 Mb with Python, Langchain and Stremlit!
How to Fine-Tune Falcon LLM on Vast.ai with QLoRa and Utilize it with LangChain
https://medium.com/@experienced.dev/how-to-fine-tune-falcon-llm-on-vast-ai-with-qlora-and-utilize-it-with-langchain-4cdf30b1510b
https://medium.com/@experienced.dev/how-to-fine-tune-falcon-llm-on-vast-ai-with-qlora-and-utilize-it-with-langchain-4cdf30b1510b
Medium
How to Fine-Tune Falcon LLM on Vast.ai with QLoRa and Utilize it with LangChain
Today, I will show you how to fine-tune Falcon LLM on a single GPU with QLoRa.
The Ultimate Guide to Object-Oriented Programming in Python
https://medium.com/@khumboklein/the-ultimate-guide-to-object-oriented-programming-in-python-483ebf3eec42
https://medium.com/@khumboklein/the-ultimate-guide-to-object-oriented-programming-in-python-483ebf3eec42
Medium
The Ultimate Guide to Object-Oriented Programming in Python
Object-Oriented Programming, also known as OOP, is one of those important topics that any programmer needs to have full knowledge of…
Automating Family Meal Planning with GPT-4 And Python
https://medium.com/@lucasantinelli3/automating-family-meal-planning-with-gpt-4-and-python-30f10c4f56a3
https://medium.com/@lucasantinelli3/automating-family-meal-planning-with-gpt-4-and-python-30f10c4f56a3
Medium
Automating Family Meal Planning with GPT-4 And Python
Hello dear readers! Today I want to share something very close to me, as it was my first ever GPT-4 integration to solve a problem many…
Stop The Bleeding: 4 Strategies To Troubleshoot, Triage Data Anomalies
https://medium.com/pipeline-a-data-engineering-resource/stop-the-bleeding-4-strategies-to-troubleshoot-triage-data-anomalies-aeffb9215599
https://medium.com/pipeline-a-data-engineering-resource/stop-the-bleeding-4-strategies-to-troubleshoot-triage-data-anomalies-aeffb9215599
Medium
Stop The Bleeding: 4 Strategies To Troubleshoot, Triage Data Anomalies
Quickly identify, isolate and fix malfunctioning data pipelines for quality data, happier stakeholders and a stress-free workday.
How to Build a Tiered List Maker with Python
https://shantun.medium.com/how-to-build-a-tiered-list-maker-with-python-1d98efa14b8
https://shantun.medium.com/how-to-build-a-tiered-list-maker-with-python-1d98efa14b8
Medium
How to Build a Tiered List Maker with Python
In today’s digital age, organizing information is critical to productivity and efficiency. One way to do this is to create tiered lists…
Build a machine learning web app using Streamlit and Python
https://medium.com/@cst19001/build-a-machine-learning-web-app-using-streamlit-and-python-25b7c0aeabc5
https://medium.com/@cst19001/build-a-machine-learning-web-app-using-streamlit-and-python-25b7c0aeabc5
Medium
Build a machine learning web app using Streamlit and Python
A faster way to build data apps
What Kind of Project Could Kick-start My Data Engineering Career?
https://medium.com/@ursustefan11/what-kind-of-project-could-kick-start-my-data-engineering-career-36291a1e906e
https://medium.com/@ursustefan11/what-kind-of-project-could-kick-start-my-data-engineering-career-36291a1e906e
Medium
What Kind of Project Could Kick-start My Data Engineering Career?
I did some research on what kind of projects I can build to highlight my skills and gain valuable hands-on experience. Almost everything I could find was data ingestion, visualisation and…
Introduction to ArrayType Columns in DataFrame in PySpark
https://oindrila-chakraborty88.medium.com/introduction-to-arraytype-columns-in-dataframe-in-pyspark-2681a857647c
https://oindrila-chakraborty88.medium.com/introduction-to-arraytype-columns-in-dataframe-in-pyspark-2681a857647c
Medium
Introduction to ArrayType Columns in DataFrame in PySpark
What is an “ArrayType” Column?
Mastering Python: Storing Command Output in Variables
https://pramodgupta12378.medium.com/mastering-python-storing-command-output-in-variables-419e030c0f43
https://pramodgupta12378.medium.com/mastering-python-storing-command-output-in-variables-419e030c0f43
Medium
Mastering Python: Storing Command Output in Variables
Python is a versatile and powerful programming language that allows you to interact with the operating system using various commands…
What are Variables in Python
https://medium.com/@explorarc.official/what-are-variables-in-python-72b32448766d
https://medium.com/@explorarc.official/what-are-variables-in-python-72b32448766d
Medium
What are Variables in Python
Achieving Parallel Execution in Python: Multi-Threading and While Loop for Concurrent Function…
https://pramodgupta12378.medium.com/achieving-parallel-execution-in-python-multi-threading-and-while-loop-for-concurrent-function-eae377f846e9
https://pramodgupta12378.medium.com/achieving-parallel-execution-in-python-multi-threading-and-while-loop-for-concurrent-function-eae377f846e9
Medium
Achieving Parallel Execution in Python: Multi-Threading and While Loop for Concurrent Function…
Python offers the capability of parallel execution through multi-threading, allowing multiple functions to run concurrently. This blog will…
Implementing A Pseudorandom Number Generator In Python
https://bamania-ashish.medium.com/implementing-a-pseudorandom-number-generator-in-python-aa97238e3130
https://bamania-ashish.medium.com/implementing-a-pseudorandom-number-generator-in-python-aa97238e3130
Medium
Implementing A Pseudorandom Number Generator In Python
Learn to build a popular pseudo-number generator from scratch
The JSON Journey: Why It Should Be Your First Stop in Data Science
https://medium.com/@hirey/the-json-journey-why-it-should-be-your-first-stop-in-data-science-49a745c41cb0
https://medium.com/@hirey/the-json-journey-why-it-should-be-your-first-stop-in-data-science-49a745c41cb0
Medium
The JSON Journey: Why It Should Be Your First Stop in Data Science
Think Before You Frame: The Misstep of Rushing Raw Data to Data Frames
Sneaky Python Features That Will Boost Your Coding Efficiency
https://python.plainenglish.io/sneaky-python-features-that-will-boost-your-coding-efficiency-83acdf4c530c
https://python.plainenglish.io/sneaky-python-features-that-will-boost-your-coding-efficiency-83acdf4c530c
Medium
Sneaky Python Features That Will Boost Your Coding Efficiency
Uncover Python’s powerful features to boost your coding efficiency.
Telegram_bot for MOH(Ministry of health) using Python
https://medium.com/@abenezermengistu60/telegram-bot-for-moh-ministry-of-health-using-python-468834d31d6
https://medium.com/@abenezermengistu60/telegram-bot-for-moh-ministry-of-health-using-python-468834d31d6
Medium
Telegram_bot for MOH(Ministry of health) using Python
## Prerequisites