Python If Statements: A Beginner’s Tutorial with Examples
https://medium.com/@informationalstories/python-if-statements-a-beginners-tutorial-with-examples-2a7e64faff13
https://medium.com/@informationalstories/python-if-statements-a-beginners-tutorial-with-examples-2a7e64faff13
Medium
Python If Statements: A Beginner’s Tutorial with Examples
Python’s if statements are a fundamental building block of programming, providing a mechanism for decision-making within your code. This…
Is you or is you ain’t my Baby: `is` and `is not` in python
https://medium.com/@larrygray/is-you-or-is-you-aint-my-baby-is-and-is-not-in-python-e62cf56813b
https://medium.com/@larrygray/is-you-or-is-you-aint-my-baby-is-and-is-not-in-python-e62cf56813b
Medium
Is you or is you ain’t my Baby: `is` and `is not` in python
For beginner Pythonistas! 🐍 starting out in Python can feel a bit like navigating through a maze. Topics like object identity can be…
A Python’s Dance with Chaos: Simulating a Double Pendulum
https://medium.com/@jalcocert/python-dance-with-chaos-simulating-the-double-pendulum-d45e622da207
https://medium.com/@jalcocert/python-dance-with-chaos-simulating-the-double-pendulum-d45e622da207
Medium
A Python’s Dance with Chaos: Simulating a Double Pendulum
From Equations to Interactions: The Journey of understanding Chaos Theory and Building a Double Pendulum Simulator with Python.
Web Scraping and Data Cleaning: Gathering Data on Highest Grossing Films by Year
https://medium.com/@adesua/web-scraping-and-data-cleaning-gathering-data-on-highest-grossing-films-by-year-189697bd2ca7
https://medium.com/@adesua/web-scraping-and-data-cleaning-gathering-data-on-highest-grossing-films-by-year-189697bd2ca7
Medium
Web Scraping and Data Cleaning: Gathering Data on Highest Grossing Films by Year
kaggle
Making of a Modern-day API with Mongo
https://medium.com/@aaronphilip2003/making-of-a-modern-day-api-with-mongo-b8fb3017257d
https://medium.com/@aaronphilip2003/making-of-a-modern-day-api-with-mongo-b8fb3017257d
Medium
Making of a Modern-day API with Mongo
Creating a modern-day API with MongoDB involves leveraging the power of this NoSQL database to build scalable and flexible applications.
Financial Distress Factors: the Altman Z-Score and Interest Coverage Ratio
https://quantrocket.medium.com/financial-distress-factors-the-altman-z-score-and-interest-coverage-ratio-f768640f3c5
https://quantrocket.medium.com/financial-distress-factors-the-altman-z-score-and-interest-coverage-ratio-f768640f3c5
Medium
Financial Distress Factors: the Altman Z-Score and Interest Coverage Ratio
Are rising interest rates straining balance sheets and increasing the risk of bankruptcies? This article investigates two financial…
Why Choose Conda Over Pip: A Data Scientist’s Guide to Harmony in Python
https://medium.com/@craakash/why-choose-conda-over-pip-a-data-scientists-guide-to-harmony-in-python-8d536f06e19
https://medium.com/@craakash/why-choose-conda-over-pip-a-data-scientists-guide-to-harmony-in-python-8d536f06e19
Medium
Why Choose Conda Over Pip: A Data Scientist’s Guide to Harmony in Python
Intro: In the vast realm of Python, a language renowned for its versatility, I, a data scientist, have ventured through the intricate web…
GPTQ Quantization on a Llama 2 7B Fine-Tuned Model With HuggingFace
https://pub.towardsai.net/gptq-quantization-on-a-llama-2-7b-fine-tuned-model-with-huggingface-a7b291fbb871
https://pub.towardsai.net/gptq-quantization-on-a-llama-2-7b-fine-tuned-model-with-huggingface-a7b291fbb871
Medium
GPTQ Quantization on a Llama 2 7B Fine-Tuned Model With HuggingFace
A how-to easy-following guide on quantizing an LLM
Reading Arduino data via Bluetooth
https://giovanni-organtini.medium.com/reading-arduino-data-via-bluetooth-6002cc13f62b
https://giovanni-organtini.medium.com/reading-arduino-data-via-bluetooth-6002cc13f62b
Medium
Reading Arduino data via Bluetooth
In a previous story, I explained how to use Arduino to collect physics data and publish them via Bluetooth (or, better, BLE, which stands…
Simplest GeoPandas Install: A Virtual Environment Guide for MacOS & Windows
https://medium.com/@mj.valenzuela.abatte/simplest-geopandas-install-a-virtual-environment-guide-for-macos-windows-57bd35a77a7a
https://medium.com/@mj.valenzuela.abatte/simplest-geopandas-install-a-virtual-environment-guide-for-macos-windows-57bd35a77a7a
Medium
Simplest GeoPandas Install: A Virtual Environment Guide for MacOS & Windows
No conda or GEOS required!
Regression Analysis on Walmart Sales: Analyzing the Impact of CPI and Holiday
https://medium.com/@farizalfitraaa/regression-analysis-on-walmart-sales-analyzing-the-impact-of-cpi-and-holiday-d68586a728b7
https://medium.com/@farizalfitraaa/regression-analysis-on-walmart-sales-analyzing-the-impact-of-cpi-and-holiday-d68586a728b7
Medium
Regression Analysis on Walmart Sales: Analyzing the Impact of CPI and Holiday
Can a model built around CPI and Holiday_Flag truly yield accurate sales predictions? Do these factors have a significant effect on sales?
Everything You Need To Know About range() in Python
https://zlliu.medium.com/everything-you-need-to-know-about-range-in-python-fce253bb6de4
https://zlliu.medium.com/everything-you-need-to-know-about-range-in-python-fce253bb6de4
Medium
Everything You Need To Know About range() in Python
Probably one of the first things you learn in Python, but do you truly know all there is to know about range()? Let’s find out
How Twitter Used Data Science for Headcount Planning
https://medium.com/@blakeswineford/how-twitter-used-data-science-for-headcount-planning-141c933ac856
https://medium.com/@blakeswineford/how-twitter-used-data-science-for-headcount-planning-141c933ac856
Medium
How Twitter Used Data Science for Headcount Planning
1. Introduction
LangChain🦜🔗: The Powerful Framework Revolutionizing Language Model Applications
https://medium.com/mynextdeveloper/langchain-the-powerful-framework-revolutionizing-language-model-applications-ab206343802e
https://medium.com/mynextdeveloper/langchain-the-powerful-framework-revolutionizing-language-model-applications-ab206343802e
Medium
LangChain🦜🔗: The Powerful Framework Revolutionizing Language Model Applications
What is LangChain ?