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…
Healthcare Network: A Data-Driven Approach to Emergency Responses
https://medium.com/@karthikeyanr305/healthcare-network-a-data-driven-approach-to-emergency-responses-9a087b58b122
https://medium.com/@karthikeyanr305/healthcare-network-a-data-driven-approach-to-emergency-responses-9a087b58b122
Medium
Healthcare Network: A Data-Driven Approach to Emergency Responses
Road accidents are an unpredictable yet common occurrence in our daily lives. The immediate aftermath is critical, where quick and informed…
Crafting a Distroless Docker Image for Enhanced CI/CD: A Dive into GitLab Pipelines, Python 3.11,
https://axemind.medium.com/crafting-a-distroless-docker-image-for-enhanced-ci-cd-a-dive-into-gitlab-pipelines-python-3-11-e2bd4642c124
https://axemind.medium.com/crafting-a-distroless-docker-image-for-enhanced-ci-cd-a-dive-into-gitlab-pipelines-python-3-11-e2bd4642c124
Medium
Crafting a Distroless Docker Image for Enhanced CI/CD: A Dive into GitLab Pipelines, Python 3.11, AWS CLI, and AWS CDK
In today’s development ecosystem, CI/CD (Continuous Integration and Continuous Deployment) plays a pivotal role. But with this continuous…
Implementing Django Pagination in Just a Few Simple Steps
https://medium.com/@tomas.svojanovsky11/implementing-django-pagination-in-just-a-few-simple-steps-a6707ea9be76
https://medium.com/@tomas.svojanovsky11/implementing-django-pagination-in-just-a-few-simple-steps-a6707ea9be76
Medium
Implementing Django Pagination in Just a Few Simple Steps
Mastering Django Pagination: Simplifying Your Web App for a Better User Experience
6 Things about SageMaker I wish I had known earlier (revision 2)
https://medium.com/codenlp/6-things-about-sagemaker-i-wish-i-had-known-earlier-revision-2-e90511d58ca5
https://medium.com/codenlp/6-things-about-sagemaker-i-wish-i-had-known-earlier-revision-2-e90511d58ca5
Medium
6 Things about SageMaker I wish I had known earlier (revision 2)
This knowledge would be beneficial at the beginning of the adventure with SageMaker. This is an extended version of 3 things about SageMake…
Leetcode Problem 3: Square Elements of Sorted List and return in Sorted Order [Google]
https://machine-learning-made-simple.medium.com/leetcode-problem-3-square-elements-of-sorted-list-and-return-in-sorted-order-google-bc6f8d57ae1f
https://machine-learning-made-simple.medium.com/leetcode-problem-3-square-elements-of-sorted-list-and-return-in-sorted-order-google-bc6f8d57ae1f
Medium
Leetcode Problem 3: Square Elements of Sorted List and return in Sorted Order [Google]
Sorting, Lists, Two Pointers