Author: Ayush Jha
Python | Asking the user for input until they give a valid response
In this article, we are going to create a Python program that will be asking the user for input until they give a valid response….
Python | Remove items from a list while iterating
Many times, it maybe happened that you are trying to process through a list and you don’t want some elements to be part of it….
Flower classification using CNN
You know how machine learning is developing and emerging daily to provide efficient and hurdle-free solutions to day-to-day problems. It covers all possible solutions, from…
5 methods | Flatten a list of lists | Convert nested list into a single list in Python
You might often want to Flatten a list of lists or convert a list of lists into a single or tuple. For eg., you might…
Music Recommendation System in Machine Learning
In this article, we are discussing a music recommendation system using machine learning techniques briefly. Introduction You love listening to music right? Imagine hearing your…
Bakery Management System in Python | Class 12 Project
In this article, we are going to build one such application that can manage a bakery. Yes! The bakery products are everyone’s favorite, right? We…
Euler’s Number in Python
Today, we will throw light on Euler’s Number in Python. You must have used constants while dealing with Mathematics, Chemistry, Physics, etc. Constant in terms…
Tank game in Python
You must be familiar with tank game, this is a video game where a player plays with the computer. We can design our own Tank…
Best JavaScript Projects for Beginners in 2023
If you are a beginner and looking for a few ideas to really implement and enhance your JavaScript skills, this article is the end of…
Best JavaScript Roadmap for Beginners 2023
The technology industry is one of the trending industries for job opportunities. Due to the worldwide demand for tech solutions and the increase in the…
Best Java Roadmap for Beginners 2023
Java is one of the top programming languages in this era and today we will discuss Java Roadmap for Beginners. Because of Java’s robustness, ease…
Top 10 Free Python Courses on Udemy
The popularity of Python has increased day by day due to its extensibility in the field of Machine Learning, Data Analytics, Web app, etc. Python…
Image Slider in Tkinter: Mini Python project for Beginners
It is eye-appealing to watch images slideshows, right? Let’s make our own slideshow app with Python. Idea: Python’s Tkinter works best when it comes to…
How to convert IPYNB to PDF?
Jupyter Notebook or Google Collab basically supports .ipynb’s, i.e. Python NoteBook. These NoteBooks provide accessibility to the interactive Python code consisting of cell structures.However, this…
Run Python Code, Install Libraries, Create a Virtual Environment | VS Code
Visual Studio Code is one of the most efficient code compilers/interpreters. It is very promising because of the vast and widely available go-to extensions that…
Setup and Run Machine Learning in Visual Studio Code
In this article, we are going to discuss how we can really run our machine learning in Visual Studio Code. Generally, most machine learning projects…
Machine Learning Scenario-Based Questions
Here, we will be talking about some popular Data Science and Machine Learning Scenario-Based Questions that must be covered while preparing for the interview. We…
Customer Behaviour Analysis – Machine Learning and Python
Introduction A company runs successfully due to its customers. Understanding the need of customers and fulfilling them through the products is the aim of the…
Automate Data Mining With Python
Introduction Data mining is one of the most crucial steps in Data Science. To drive meaningful insights from data to take business decisions, it is…
Movie Recommendation System: with Streamlit and Python-ML
Have you come across products on Amazon that is recommended to you or videos on YouTube or how Facebook or LinkedIn recommends new friend/connections? Of…