Exploring the Future: How I Got Started with Artificial Intelligence in 2024
https://medium.com/@allwynboscorko/exploring-the-future-how-i-got-started-with-artificial-intelligence-in-2024-00b1559b98e7
https://medium.com/@allwynboscorko/exploring-the-future-how-i-got-started-with-artificial-intelligence-in-2024-00b1559b98e7
Medium
Exploring the Future: How I Got Started with Artificial Intelligence in 2024
Artificial Intelligence (AI) is no longer the stuff of science fiction — it’s the reality we’re living in today. From voice assistants like…
Robotics #8: PID Programming line follower robots
https://medium.com/@athicharttangpong/robotics-8-pid-programming-line-follower-robots-64675fbd46cf
https://medium.com/@athicharttangpong/robotics-8-pid-programming-line-follower-robots-64675fbd46cf
Medium
Robotics #8: PID Programming line follower robots
In this article, we’ll improve our line-following robot to ensure smoother movement. We’ll accomplish this by utilizing the line-following…
Top 10 Python Libraries & Frameworks for ML Students in 2024.
https://medium.com/tech-spectrum/top-10-python-libraries-frameworks-for-ml-students-in-2024-d938a6c0cf14
https://medium.com/tech-spectrum/top-10-python-libraries-frameworks-for-ml-students-in-2024-d938a6c0cf14
Medium
Top 10 Python Libraries & Frameworks for ML Students in 2024.
Python continues to dominate the field of machine learning (ML) due to its simplicity and extensive ecosystem of libraries and frameworks…
Over 3.5 Years in Programming and I Just Learned This: No One Talks About (Programming Paradigms)
https://medium.com/@faisalse/over-3-5-years-in-programming-and-i-just-learned-this-no-one-talks-about-programming-paradigms-5cf62d509965
https://medium.com/@faisalse/over-3-5-years-in-programming-and-i-just-learned-this-no-one-talks-about-programming-paradigms-5cf62d509965
Medium
Over 3.5 Years in Programming and I Just Learned This: No One Talks About (Programming Paradigms)
Although the concepts of functional programming (FP) and object-oriented programming (OOP) are frequently discussed, have you ever given…
A step towards developing maintainable Python projects with Ruff and Pydantic
https://medium.com/@egehanyorulmaz/a-step-towards-developing-maintainable-python-projects-with-ruff-and-pydantic-bba63f1006c4
https://medium.com/@egehanyorulmaz/a-step-towards-developing-maintainable-python-projects-with-ruff-and-pydantic-bba63f1006c4
Medium
A step towards developing maintainable Python projects with Ruff and Pydantic
Improving our coding skills is an endless journey we all share. Regardless of your position or title, anyone involved in Python development…
Understanding Fundamental Statistical Concepts In Data Science
https://medium.com/@jamesoappiah2003/understanding-fundamental-statistical-concepts-in-data-science-1d1b314992ae
https://medium.com/@jamesoappiah2003/understanding-fundamental-statistical-concepts-in-data-science-1d1b314992ae
Medium
Understanding Fundamental Statistical Concepts In Data Science
What is Statistics?
Hermes API, the ol’ reliable api for data engineering
https://medium.com/@barbosa.gbsantos/hermes-api-the-ol-reliable-api-for-data-engineering-74586b6bd975
https://medium.com/@barbosa.gbsantos/hermes-api-the-ol-reliable-api-for-data-engineering-74586b6bd975
Medium
Hermes API, the ol’ reliable api for data engineering
In our last discussion, we dove deep into the role of web scraping within Hermes. But now, it’s time to shift gears. The next exciting…
Step-by-Step Tutorial on Multiple Linear Regression with Python
https://ujangriswanto08.medium.com/step-by-step-tutorial-on-multiple-linear-regression-with-python-e5cd2bb35398
https://ujangriswanto08.medium.com/step-by-step-tutorial-on-multiple-linear-regression-with-python-e5cd2bb35398
Medium
Step-by-Step Tutorial on Multiple Linear Regression with Python
This step-by-step tutorial walks you through building a multiple linear regression model in Python, from setting up your environment to…
How to Turn Categorical Variables into Numbers Using Python Pandas get_dummies() Method
https://medium.com/@codewithpj/how-to-turn-categorical-variables-into-numbers-using-python-pandas-get-dummies-method-5a7d0ae0b3a3
https://medium.com/@codewithpj/how-to-turn-categorical-variables-into-numbers-using-python-pandas-get-dummies-method-5a7d0ae0b3a3
Medium
How to Turn Categorical Variables into Numbers Using Python Pandas get_dummies() Method
In this guide, you will learn how to use Python Pandas get_dummies() method to create dummy variables.
Robotics #9: Creating a Remote-controlled Lego Robot with Python and BrickPi3
https://medium.com/@athicharttangpong/robotics-9-creating-a-remote-controlled-lego-robot-with-python-and-brickpi3-b46b81dd4196
https://medium.com/@athicharttangpong/robotics-9-creating-a-remote-controlled-lego-robot-with-python-and-brickpi3-b46b81dd4196
Medium
Robotics #9: Creating a Remote-controlled Lego Robot with Python and BrickPi3
In this article, we’ll build a new robot using the BrickPi3 controller, another product from Dexter Industries, similar to the GoPiGo3…
Welcome to My Weekly Blog: Python, Software Development, and Tools — Digest #0
https://medium.com/@denis.volokh/welcome-to-my-weekly-blog-python-software-development-and-tools-digest-0-4cd70d967fc4
https://medium.com/@denis.volokh/welcome-to-my-weekly-blog-python-software-development-and-tools-digest-0-4cd70d967fc4
Medium
Welcome to My Weekly Blog: Python, Software Development, and Tools — Digest #0
Dev Digest #0: Weekly Insights on Python, Software Development, and Tools
Build An Paddy Disesase Object Detection with ONLY $13
https://muhammadsadewawicaksanawibowo.medium.com/build-an-paddy-disesase-object-detection-with-only-13-0a25e5dd07cf
https://muhammadsadewawicaksanawibowo.medium.com/build-an-paddy-disesase-object-detection-with-only-13-0a25e5dd07cf
Medium
Build An Paddy Disesase Object Detection with ONLY $13
In the current era, AI has become a powerful tool that simplifies our work and makes analysis more efficient. However, many might think…
How do I merge two dictionaries in a single expression in Python?
https://minerofideas.medium.com/how-do-i-merge-two-dictionaries-in-a-single-expression-in-python-60891c70b285
https://minerofideas.medium.com/how-do-i-merge-two-dictionaries-in-a-single-expression-in-python-60891c70b285
Medium
How do I merge two dictionaries in a single expression in Python?
Merging two dictionaries in Python can be efficiently achieved using several methods, each suitable for different versions of Python and…
How to Build Your First Machine Learning Model: A Beginner’s Guide
https://medium.com/@Arashhadad/how-to-build-your-first-machine-learning-model-a-beginners-guide-a06df40de159
https://medium.com/@Arashhadad/how-to-build-your-first-machine-learning-model-a-beginners-guide-a06df40de159
Medium
How to Build Your First Machine Learning Model: A Beginner’s Guide
If you’re new to machine learning and looking to build your first model, you’ve come to the right place! In this guide, we’ll walk through…