What If I use Python To Apply on SAT Math Test? (Part 1)
https://medium.com/@boatchrnthn/what-if-i-use-python-to-apply-on-sat-math-test-part-1-bd46437e4f01
https://medium.com/@boatchrnthn/what-if-i-use-python-to-apply-on-sat-math-test-part-1-bd46437e4f01
Medium
What If I use Python To Apply on SAT Math Test? (Part 1)
Just a short simple geek story when I was in High School level, and having an exam before applying the university :)
Multi-Class Prediction of Obesity Risk Part-1
https://medium.com/@rakshithg189/multi-class-prediction-of-obesity-risk-part-1-90a42ccd37c6
https://medium.com/@rakshithg189/multi-class-prediction-of-obesity-risk-part-1-90a42ccd37c6
Medium
Multi-Class Prediction of Obesity Risk Part-1
Introduction: The goal of this competition is to use various factors to predict obesity risk in individuals, which is related to…
Ultimate Semantics Search — Haystack Framework — Part 1
https://medium.com/@dmitri.mahayana/ultimate-semantics-search-haystack-framework-part-1-4e3ba5bee3df
https://medium.com/@dmitri.mahayana/ultimate-semantics-search-haystack-framework-part-1-4e3ba5bee3df
Medium
Ultimate Semantics Search — Haystack Framework — Part 1
Haystack emerges as a cutting-edge open-source framework designed to seamlessly integrate large language models (LLMs) into…
Understanding Modulus and Remainder Operations in Python
https://medium.com/@abdullah.ibn.amin/understanding-modulus-and-remainder-operations-in-python-e614ad4a430e
https://medium.com/@abdullah.ibn.amin/understanding-modulus-and-remainder-operations-in-python-e614ad4a430e
Medium
Understanding Modulus and Remainder Operations in Python
What is Mod?
Using LangChain to teach an LLM to write like you
https://arslanshahid-1997.medium.com/using-langchain-to-teach-an-llm-to-write-like-you-aab394d54792
https://arslanshahid-1997.medium.com/using-langchain-to-teach-an-llm-to-write-like-you-aab394d54792
Medium
Using LangChain to teach an LLM to write like you
LangChain tutorial on making a document retriever and generator, which enables it to write just like me
Data Manipulation Made Easy: The Ultimate Guide to Pandas Library
https://medium.com/illumination/data-manipulation-made-easy-the-ultimate-guide-to-pandas-library-c3eecc8d59ed
https://medium.com/illumination/data-manipulation-made-easy-the-ultimate-guide-to-pandas-library-c3eecc8d59ed
Medium
Data Manipulation Made Easy: The Ultimate Guide to Pandas Library
It makes data manipulation as easy as slicing a bamboo shoot 🐼
5 Python Pitfalls: Are You Making These Rookie Mistakes?
https://medium.com/@danielbuilescu/5-python-pitfalls-are-you-making-these-rookie-mistakes-0b7da8c548b9
https://medium.com/@danielbuilescu/5-python-pitfalls-are-you-making-these-rookie-mistakes-0b7da8c548b9
Medium
5 Python Pitfalls: Are You Making These Rookie Mistakes?
Avoid hidden Python traps! Simple fixes for common errors.
Auto-Generate and Save Code Using Crew AI and On-Device LLMs with Ollama and Mistral
https://pkr-peasy.medium.com/auto-generate-and-save-code-using-crew-ai-and-on-device-llms-with-ollama-and-mistral-57d80d1cd94c
https://pkr-peasy.medium.com/auto-generate-and-save-code-using-crew-ai-and-on-device-llms-with-ollama-and-mistral-57d80d1cd94c
Medium
Auto-Generate and Save Code Using Crew AI and On-Device LLMs with Ollama and Mistral
1. Install Ollama
5 Ways Python is Dying: Will Your Code Become Worthless?
https://medium.com/@danielbuilescu/5-ways-python-is-dying-will-your-code-become-worthless-f59b5c84041b
https://medium.com/@danielbuilescu/5-ways-python-is-dying-will-your-code-become-worthless-f59b5c84041b
Medium
5 Ways Python is Dying: Will Your Code Become Worthless?
Tired of Python myths? Get the truth.
Step-by-Step Guide for OCI Dataflow Spark Apps: Importing Your Favorite Python Libraries and JARs
https://medium.com/@ravivandhanapu/step-by-step-guide-for-oci-dataflow-spark-apps-importing-your-favorite-python-libraries-and-jars-3ff6fbb8b4c9
https://medium.com/@ravivandhanapu/step-by-step-guide-for-oci-dataflow-spark-apps-importing-your-favorite-python-libraries-and-jars-3ff6fbb8b4c9
Medium
Step-by-Step Guide for OCI Dataflow Spark Apps: Importing Your Favorite Python Libraries and JARs
OCI Dataflow applications allow you to execute your Spark code. However, there are times when you may want to import additional Python…
Data Cleaning: Removing Duplicates in Python
https://medium.com/@pythonfundamentals/data-cleaning-removing-duplicates-in-python-fb58845c1f59
https://medium.com/@pythonfundamentals/data-cleaning-removing-duplicates-in-python-fb58845c1f59
Medium
Data Cleaning: Removing Duplicates in Python
Data Cleaning Techniques and Examples
A Weekend AI Project: Running LLaMA and Gemma AI Models on the Android Phone
https://towardsdatascience.com/a-weekend-ai-project-running-llama-and-gemma-ai-models-on-the-android-phone-47a261d257a7
https://towardsdatascience.com/a-weekend-ai-project-running-llama-and-gemma-ai-models-on-the-android-phone-47a261d257a7
Medium
A Weekend AI Project: Running LLaMA and Gemma AI Models on the Android Phone
Running LLaMA and Gemma LLMs with C++ and Python
The JIT Compiler Revolution: Empowering Developers to Build Faster, Smarter Software
https://medium.com/@anshugiramkar2003/the-jit-compiler-revolution-empowering-developers-to-build-faster-smarter-software-25a404ef9a61
https://medium.com/@anshugiramkar2003/the-jit-compiler-revolution-empowering-developers-to-build-faster-smarter-software-25a404ef9a61
Medium
The JIT Compiler Revolution: Empowering Developers to Build Faster, Smarter Software
Written by Shreyas Godse, Snehal Gupta and Pooja Indulkar.
Credit Card Service Backend with Django and Celery: Assignment for Backend SDE Intern
https://medium.com/@shreyasbulbule007/assignment-for-backend-sde-intern-b0eb0ec72246
https://medium.com/@shreyasbulbule007/assignment-for-backend-sde-intern-b0eb0ec72246
Medium
Credit Card Service Backend with Django and Celery: Assignment for Backend SDE Intern
I got an assignment from a company for a Backend SDE Intern role. I completed the assignment and then submitted it but the HR never…
Frustrated by Pandas .groupby() not returning a DataFrame?
https://medium.com/@johncurada.02/frustrated-by-pandas-groupby-not-returning-a-dataframe-a8c2da5b1107
https://medium.com/@johncurada.02/frustrated-by-pandas-groupby-not-returning-a-dataframe-a8c2da5b1107
Medium
Pandas .groupby() not returning a DataFrame?
Have you ever encountered a situation where Pandas’ .groupby() function felt a little…restrictive? You create a group, but then it returns…
Logistic Regression with Scikit-Learn — A Quickstart Guide
https://medium.com/ds-notes/logistic-regression-with-scikit-learn-a-quickstart-guide-0e014eeed072
https://medium.com/ds-notes/logistic-regression-with-scikit-learn-a-quickstart-guide-0e014eeed072
Medium
Logistic Regression with Scikit-Learn — A Quickstart Guide
Binary Classification with Diabetes Dataset