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 ?
How to Prepare for a Python Developer Job — FAST
https://adityadhandi.medium.com/how-to-prepare-for-a-python-developer-job-fast-c01423925277
https://adityadhandi.medium.com/how-to-prepare-for-a-python-developer-job-fast-c01423925277
Medium
How to Prepare for a Python Developer Job — FAST
Step-by-Step Guide
Python-Powered ChAES Malware Takes Aim at Banking and Logistics Sectors:-
https://cyberpedia.medium.com/python-powered-chaes-malware-takes-aim-at-banking-and-logistics-sectors-20ab382c7ecb
https://cyberpedia.medium.com/python-powered-chaes-malware-takes-aim-at-banking-and-logistics-sectors-20ab382c7ecb
Medium
Python-Powered ChAES Malware Takes Aim at Banking and Logistics Sectors:-
Introduction
Title: User Groups with Custom Permissions in Django: A Guide to Fine-Grained Access Control
https://mccall167.medium.com/title-user-groups-with-custom-permissions-in-django-a-guide-to-fine-grained-access-control-486e32c86cee
https://mccall167.medium.com/title-user-groups-with-custom-permissions-in-django-a-guide-to-fine-grained-access-control-486e32c86cee
Medium
Title: User Groups with Custom Permissions in Django: A Guide to Fine-Grained Access Control
Django, a high-level Python web framework, empowers developers to create robust and secure web applications. One of its powerful features is the ability to manage user access through user groups with…
[Cheatsheet] Quickly Setup Python Virtual Environment using venv
https://medium.com/@leiyang_87384/cheatsheet-quickly-setup-python-virtual-environment-using-venv-ba73b1d6e655
https://medium.com/@leiyang_87384/cheatsheet-quickly-setup-python-virtual-environment-using-venv-ba73b1d6e655
Medium
[Cheatsheet] Quickly Setup Python Virtual Environment using venv
Recently, I was all set to dive into LangChain. I noticed that Python’s documentation was much more user-friendly compared to JS/TS’…