How to create a virtual environment in python on a Windows 11 system(2023)
https://medium.com/@asheshnathmishra/how-to-create-a-virtual-environment-in-python-on-a-windows-11-system-2023-80cd37c14db3
https://medium.com/@asheshnathmishra/how-to-create-a-virtual-environment-in-python-on-a-windows-11-system-2023-80cd37c14db3
Medium
How to create a virtual environment in python on a Windows 11 system(2023)
Virtual environments let you have a stable, reproducible, and portable environment. You are in control of which packages versions are…
Demystifying Machine Learning: A Technical Deep Dive with Python Code Examples
https://medium.com/@CurrencyPig/demystifying-machine-learning-a-technical-deep-dive-with-python-code-examples-2facc5e55602
https://medium.com/@CurrencyPig/demystifying-machine-learning-a-technical-deep-dive-with-python-code-examples-2facc5e55602
Medium
Demystifying Machine Learning: A Technical Deep Dive with Python Code Examples
Machine learning is at the forefront of technological innovation, enabling computers to learn from data and make predictions or decisions…
LeetCode Problem 1148 Article Views I — LeetCode: 30 Days of Pandas
https://medium.com/@robertsevan/leetcode-problem-1148-article-views-i-leetcode-30-days-of-pandas-06ac93fac0fd
https://medium.com/@robertsevan/leetcode-problem-1148-article-views-i-leetcode-30-days-of-pandas-06ac93fac0fd
Medium
LeetCode Problem 1148 Article Views I — LeetCode: 30 Days of Pandas
Solving Leetcode 30 Days of Pandas study plan problems
Demystifying Python Syntax for Beginners: A Step-by-Step Guide
https://medium.com/@unlockcoding1/demystifying-python-syntax-for-beginners-a-step-by-step-guide-0a5d0a35ae01
https://medium.com/@unlockcoding1/demystifying-python-syntax-for-beginners-a-step-by-step-guide-0a5d0a35ae01
Medium
Demystifying Python Syntax for Beginners: A Step-by-Step Guide
Essential Numpy functions in Python with examples
https://medium.com/@debopamdeycse19/numpy-functions-in-python-with-examples-d6eeba259c81
https://medium.com/@debopamdeycse19/numpy-functions-in-python-with-examples-d6eeba259c81
Medium
Essential Numpy functions in Python with examples
The open-source Python library NumPy, sometimes called “Numerical Python,” was created for numerical and scientific computing. In data…
Building a CPU-Powered IT Help Desk Chatbot with fine-tuned LLAMA2–7B LLM and Chainlit
https://medium.com/@gaurav.desurkar/c0d51d1cf6c8
https://medium.com/@gaurav.desurkar/c0d51d1cf6c8
Medium
Building a CPU-Powered IT Help Desk Chatbot with fine-tuned LLAMA2–7B LLM and Chainlit
Learn the step-by-step process to build a chatbot using LLAMA2–7B(quantized model), Chainlit, Langchain and FAISS vector DB
Infinite mindset in programming
https://blog.developerpurpose.com/infinite-mindset-in-programming-ff13ee923d92
https://blog.developerpurpose.com/infinite-mindset-in-programming-ff13ee923d92
Medium
Infinite mindset in programming
Chess is an example of a finite game. There are hard rules, boundaries to your possible moves, and a clear end where one person wins and the other loses. By contrast, infinite games are unbounded…
Java 109: JAVA VERSUS OTHER PROGRAMMING LANGUAGES
https://medium.com/@afolabiwally/java-109-java-versus-other-programming-languages-dd5469183dd4
https://medium.com/@afolabiwally/java-109-java-versus-other-programming-languages-dd5469183dd4
Medium
Java 109: JAVA VERSUS OTHER PROGRAMMING LANGUAGES
Java is a general-purpose programming language that is known for its portability, reliability, and versatility. It is one of the most…
Day 10: opencv communication platforms
https://medium.com/@nvnukumarutkarsh/day-10-opencv-communication-platforms-f4d8dbf50348
https://medium.com/@nvnukumarutkarsh/day-10-opencv-communication-platforms-f4d8dbf50348
Medium
Day 10: opencv communication platforms
Today, I had planned to use a locally built module for working on some projects. I had previously asked ChatGPT for assistance on using…
A Beginner’s Guide to Linear Regression in Python with Scikit-Learn
https://medium.com/@CurrencyPig/a-beginners-guide-to-linear-regression-in-python-with-scikit-learn-5b28dd370b98
https://medium.com/@CurrencyPig/a-beginners-guide-to-linear-regression-in-python-with-scikit-learn-5b28dd370b98
Medium
A Beginner’s Guide to Linear Regression in Python with Scikit-Learn
Linear regression is a fundamental machine learning algorithm for modeling the relationship between a dependent variable and one or more…
Coding Interviews Problem 1: Invert a Binary Tree [Google]
https://machine-learning-made-simple.medium.com/coding-interviews-problem-1-invert-a-binary-tree-google-d176b3ea4133
https://machine-learning-made-simple.medium.com/coding-interviews-problem-1-invert-a-binary-tree-google-d176b3ea4133
Medium
Coding Interviews Problem 1: Invert a Binary Tree [Google]
Recursion, Trees, Data Structures
PyGWalker: A Graphic Walkthrough of Tableau-style User Interface in Jupyter (Python)🐖
https://medium.com/@HeCanThink/pygwalker-a-graphic-walkthrough-of-tableau-style-user-interface-in-jupyter-python-15674be950bb
https://medium.com/@HeCanThink/pygwalker-a-graphic-walkthrough-of-tableau-style-user-interface-in-jupyter-python-15674be950bb
Medium
PyGWalker: A Graphic Walkthrough of Tableau-style User Interface in Jupyter (Python)🐖
What is PyGWalker? How to set up PyGWalker in Jupyter notebook or google colab? How to create Tableau-style visualization in python? How to…
Finding Web Scraping Gigs with Python: Beyond Upwork and Fiverr
https://medium.com/@dennisyd/finding-web-scraping-gigs-with-python-beyond-upwork-and-fiverr-91cef0a43a80
https://medium.com/@dennisyd/finding-web-scraping-gigs-with-python-beyond-upwork-and-fiverr-91cef0a43a80
Medium
Finding Web Scraping Gigs with Python: Beyond Upwork and Fiverr
Unlocking the Lesser-Known Marketplaces for Python Enthusiasts
Python Made Easy: Learning to Handle Numbers
https://medium.com/python-mastery-101/python-made-easy-learning-to-handle-numbers-e3f55eb44f59
https://medium.com/python-mastery-101/python-made-easy-learning-to-handle-numbers-e3f55eb44f59
Medium
Python Made Easy: Learning to Handle Numbers
In the exciting world of programming, working with numbers is like learning to count your favorite toys. It’s fun, and we’re here to make…