SOLID Principles : A Guide to Clean, Maintainable Code
https://akashujjainkar.medium.com/solid-principles-a-guide-to-clean-maintainable-code-7b546bbf610f
https://akashujjainkar.medium.com/solid-principles-a-guide-to-clean-maintainable-code-7b546bbf610f
Medium
SOLID Principles : A Guide to Clean, Maintainable Code
Introduction
Build a Python Password Generator: A Beginner’s Guide
https://medium.com/@tejeswar_79802/build-a-python-password-generator-a-beginners-guide-e1a993c4c5be
https://medium.com/@tejeswar_79802/build-a-python-password-generator-a-beginners-guide-e1a993c4c5be
Medium
Build a Python Password Generator: A Beginner’s Guide
In the digital age, safeguarding our online identities and sensitive information is paramount. A strong password is the first line of defense against unauthorized access. But crafting a secure…
Understanding Mutable and Immutable Objects in Python
https://medium.com/@a.mugisha1/understanding-mutable-and-immutable-objects-in-python-9604864248d2
https://medium.com/@a.mugisha1/understanding-mutable-and-immutable-objects-in-python-9604864248d2
Medium
Understanding Mutable and Immutable Objects in Python
Introduction
Building an RNN with Multiple Hidden Layers from Scratch (Because What’s Life Without a Few Extra…
https://medium.com/@gvtkumar55/building-an-rnn-with-multiple-hidden-layers-from-scratch-because-whats-life-without-a-few-extra-e1d2f886aaca
https://medium.com/@gvtkumar55/building-an-rnn-with-multiple-hidden-layers-from-scratch-because-whats-life-without-a-few-extra-e1d2f886aaca
Medium
Building an RNN with Multiple Hidden Layers from Scratch (Because What’s Life Without a Few Extra…
Hello, fellow data enthusiasts! Today, we’re going to take a roller coaster ride through the magical land of Neural Networks —…
Recipe Finder using Python and Streamlit
https://galvanmoto.medium.com/recipe-finder-using-python-and-streamlit-4c0d38cb00da
https://galvanmoto.medium.com/recipe-finder-using-python-and-streamlit-4c0d38cb00da
Medium
Recipe Finder using Python and Streamlit
Introduction:
This project demonstrates how to build a recipe finder web application using Python, Streamlit, and the Spoonacular API…
This project demonstrates how to build a recipe finder web application using Python, Streamlit, and the Spoonacular API…
Everything About Exploratory Data Analysis (EDA)
https://medium.com/@sivasankar.subramanian1996/everything-about-exploratory-data-analysis-eda-5d905a6a394e
https://medium.com/@sivasankar.subramanian1996/everything-about-exploratory-data-analysis-eda-5d905a6a394e
Medium
Everything About Exploratory Data Analysis (EDA)
For a successful data science project, an effective Exploratory Data Analysis (EDA) is vital. It provides a comprehensive understanding of…
Password Generator using Python and Streamlit
https://galvanmoto.medium.com/password-generator-using-python-and-streamlit-0be06e35adc8
https://galvanmoto.medium.com/password-generator-using-python-and-streamlit-0be06e35adc8
Medium
Password Generator using Python and Streamlit
Introduction:
This project demonstrates how to create a password generator web application using Python and Streamlit. Generate strong and…
This project demonstrates how to create a password generator web application using Python and Streamlit. Generate strong and…
A quick guide to Django Python project setup for Windows
https://medium.com/@ahsanalamgir14/a-quick-guide-to-django-python-project-setup-for-windows-3c21a19b5709
https://medium.com/@ahsanalamgir14/a-quick-guide-to-django-python-project-setup-for-windows-3c21a19b5709
Medium
A quick guide to Django Python project setup for Windows
Are you a new developer or trying to understand how Django work? Check my following tutorial to get started quickly.
Music Player using Python and Streamlit
https://galvanmoto.medium.com/music-player-using-python-and-streamlit-21c0629914cb
https://galvanmoto.medium.com/music-player-using-python-and-streamlit-21c0629914cb
Medium
Music Player using Python and Streamlit
Introduction:
This project shows you how to create a basic music player web application using Python and Streamlit. You’ll learn how to…
This project shows you how to create a basic music player web application using Python and Streamlit. You’ll learn how to…
The Future of Software Development: Trends, Tools, and Technologies Shaping Tomorrow
https://medium.com/@hinnakhan2005/the-future-of-software-development-trends-tools-and-technologies-shaping-tomorrow-c31b469cba9a
https://medium.com/@hinnakhan2005/the-future-of-software-development-trends-tools-and-technologies-shaping-tomorrow-c31b469cba9a
Medium
The Future of Software Development: Trends, Tools, and Technologies Shaping Tomorrow
1. Trends in Software Development
Transform Point Clouds into 3D Meshes: A Python Guide
https://towardsdatascience.com/transform-point-clouds-into-3d-meshes-a-python-guide-8b0407a780e6
https://towardsdatascience.com/transform-point-clouds-into-3d-meshes-a-python-guide-8b0407a780e6
Medium
Transform Point Clouds into 3D Meshes: A Python Guide
Learn how to generate 3D meshes from point cloud data with Python. This tutorial culminates in a 3D Modelling app with the Marching Cubes…
A Comprehensive Guide to Python Poetry for Beginners
https://medium.com/@tejeswar_79802/a-comprehensive-guide-to-python-poetry-for-beginners-b2ac07bcc777
https://medium.com/@tejeswar_79802/a-comprehensive-guide-to-python-poetry-for-beginners-b2ac07bcc777
Medium
A Comprehensive Guide to Python Poetry for Beginners
In the world of Python development, managing dependencies and project structure can often feel like a daunting task. Enter Poetry, a modern, powerful, and user-friendly dependency management and…
Controlling an LED with a Snap Using the KY-037 Sound Sensor and Raspberry Pi
https://medium.com/@tejeswar_79802/controlling-an-led-with-a-snap-using-the-ky-037-sound-sensor-and-raspberry-pi-b87c8aff42e4
https://medium.com/@tejeswar_79802/controlling-an-led-with-a-snap-using-the-ky-037-sound-sensor-and-raspberry-pi-b87c8aff42e4
Medium
Controlling an LED with a Snap Using the KY-037 Sound Sensor and Raspberry Pi
This comprehensive guide explores the fascinating world of sound-activated electronics by showing you how to control an LED using a simple snap and the KY-037 sound sensor, all powered by the…
Python Basics for Machine Learning: Setting Up Camp and Essential Libraries
https://medium.com/@murmuarpan530/python-basics-for-machine-learning-setting-up-camp-and-essential-libraries-5f516f6dcb08
https://medium.com/@murmuarpan530/python-basics-for-machine-learning-setting-up-camp-and-essential-libraries-5f516f6dcb08
Medium
Python Basics for Machine Learning: Setting Up Camp and Essential Libraries
Machine learning and data science require a strong foundation in Python and its libraries. This blog serves as a comprehensive guide for…
Recursion vs. Iteration in Python: Choosing the Right Approach
https://medium.com/informatics/recursion-vs-iteration-in-python-choosing-the-right-approach-1503586e3af6
https://medium.com/informatics/recursion-vs-iteration-in-python-choosing-the-right-approach-1503586e3af6
Medium
Recursion vs. Iteration in Python: Choosing the Right Approach
Beginner #14: a practical guide for programmers with various examples
Best Python full-stack developer roadmap for beginners
https://zoople-technologies.medium.com/best-python-full-stack-developer-roadmap-for-beginners-e8aa5499bf0e
https://zoople-technologies.medium.com/best-python-full-stack-developer-roadmap-for-beginners-e8aa5499bf0e
Medium
Best Python full-stack developer roadmap for beginners
In this blog, we discuss about a beginner-friendly route for becoming a Python full-stack developer.
How to Select Rows from a DataFrame Based on Column Values in Pandas
https://medium.com/@iambeniwal12/how-to-select-rows-from-a-dataframe-based-on-column-values-in-pandas-83b091bade91
https://medium.com/@iambeniwal12/how-to-select-rows-from-a-dataframe-based-on-column-values-in-pandas-83b091bade91
Medium
How to Select Rows from a DataFrame Based on Column Values in Pandas
Selecting rows from a DataFrame based on values in a specific column is a common task in data analysis. In SQL, you might write a query…
Publishing Your Own Python Package 101
https://medium.com/@mr.nithesh.k/publishing-your-own-python-package-101-e5cecad47121
https://medium.com/@mr.nithesh.k/publishing-your-own-python-package-101-e5cecad47121
Medium
Publishing Your Own Python Package 101
Imagine you’ve written some Python code you’re proud of, and now you want to share it with the world. Welcome to the world of Python…