Simplifying Kubernetes Operations: A Python Journey with Kubernetes Operators
https://medium.com/@samaiya.yashraj.ys/simplifying-kubernetes-operations-a-python-journey-with-kubernetes-operators-73e94d08910e
https://medium.com/@samaiya.yashraj.ys/simplifying-kubernetes-operations-a-python-journey-with-kubernetes-operators-73e94d08910e
Medium
Simplifying Kubernetes Operations: A Python Journey with Kubernetes Operators
Kubernetes Operators play a pivotal role in simplifying the management of complex applications within Kubernetes clusters. They are…
Add a Custom Function `StartWith` on the Django template
https://medium.com/@malvin.lok/add-a-custom-function-startwith-on-the-django-template-f11e1916f0d1
https://medium.com/@malvin.lok/add-a-custom-function-startwith-on-the-django-template-f11e1916f0d1
Medium
Add a Custom Function `StartWith` on the Django template
Something when you use Django Template, you need to add a custom function to help you handle String verifying or comparing.
Retrieval Augmented Generation in very few lines of code
https://battox.medium.com/retrieval-augmented-generation-in-very-few-lines-of-code-ba9ae02425eb
https://battox.medium.com/retrieval-augmented-generation-in-very-few-lines-of-code-ba9ae02425eb
Medium
Retrieval Augmented Generation in very few lines of code
Using Sentence Transformers for embeddings and Chroma vector database
Getting Game Data Using the Riot API in Your Web Browser
https://medium.com/@theconnoisseur/getting-game-data-using-the-riot-api-in-your-web-browser-2c830e22aa68
https://medium.com/@theconnoisseur/getting-game-data-using-the-riot-api-in-your-web-browser-2c830e22aa68
Medium
Getting Game Data Using the Riot API in Your Web Browser
Introduction to using the Riot API in Python Part 2
How to Check if a List, Dict or Set is Empty in Python as per PEP8
https://pavolkutaj.medium.com/how-to-check-if-a-list-dict-or-set-is-empty-in-python-as-per-pep8-35d8c64d07d0
https://pavolkutaj.medium.com/how-to-check-if-a-list-dict-or-set-is-empty-in-python-as-per-pep8-35d8c64d07d0
Medium
How to Check if a List, Dict or Set is Empty in Python as per PEP8
“How to Check if a List, Dict or Set is Empty in Python as per PEP8” is published by Pavol Kutaj.
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