In this Capstone project, you will differentiate penguins based on their different characteristics using Python visualization libraries like Numpy, Pandas, Matplotlib, and Seaborn
Weather Data Visualization
In this question, you have to read and go through the data and visualize it using various matplot and seaborn graphs
Housing Rent Prediction
In this project, you will visualize and predict house rent.
Find out students' average and marks using bar graph and line graph.
In this question, you have to make line graphs and bar charts by visualizing students’ marks and percentages.
Find out students' average and marks using bar graph and line graph.
In this question, you have to make line graphs and bar charts by visualizing students’ marks and percentages.
Dataframe using Pandas
In this activity, students will be making a data frame-like structure using pandas.
Write a Python program to create an application that accepts a password from the user and displays its strength based on the length of the password using the Python Tkinter library.
Rock Paper Scissor App
Write a Python program to create an application to play a rock paper scissor game between a user and the computer, using the Python Tkinter library.
Level Up this game
Write a Python program to add background image and sound to the previously created game.
Age Calculator App
Write a Python program to create an application to take the date of birth (date, month, and year) as input from the user and return the present age using the Python Tkinter library.
Interest Calculator App
Write a Python program to create an application to take inputs of the principal amount, time period, and rate of interest from the user, and return the simple interest and compound interest on the same principle using the Python Tkinter library.
Here’s the product
Write a Python program to create an application to take two numbers as input from the user and return the product using the Python Tkinter library.