Skip to content
Sign UpLog In
Profile icon

Guido Pereyra

@GuidoPereyra
Repls
Community
GuidoPereyra
GuidoPereyra
shared a Post
2 years ago
Data Analysis with Python Projects - Sea Level Predictor
In this project, you will analyze a dataset of the global average sea level change since 1880. You will use the data to predict the sea level change t
boilerplate-sea-level-predictor-1
Python
GuidoPereyra
GuidoPereyra
shared a Post
2 years ago
For this project you will visualize time series data using a line chart, bar chart, and box plots. You will use Pandas, matplotlib, and seaborn to vis
boilerplate-page-view-time-series-visualizer-1
Python
GuidoPereyra
GuidoPereyra
shared a Post
2 years ago
In this project, you will visualize and make calculations from medical examination data using matplotlib, seaborn, and pandas.
boilerplate-medical-data-visualizer-2
Python
GuidoPereyra
GuidoPereyra
shared a Post
2 years ago
In this challenge you must analyze demographic data using Pandas
boilerplate-demographic-data-analyzer
Python
GuidoPereyra
GuidoPereyra
shared a Post
2 years ago
Create a function that uses Numpy to output the mean, variance, and standard deviation of the rows, columns, and elements in a 3 x 3 matrix.
boilerplate-mean-variance-standard-deviation-calculator
Python
GuidoPereyra
GuidoPereyra
shared a Post
2 years ago
Write a program to determine the approximate probability of drawing certain balls randomly from a hat.
boilerplate-probability-calculator
Python
GuidoPereyra
GuidoPereyra
shared a Post
2 years ago
In this project you will use object oriented programming to create a Rectangle class and a Square class. The Square class should be a subclass of Rect
boilerplate-polygon-area-calculator
Python
GuidoPereyra
GuidoPereyra
shared a Post
2 years ago
Create a "Category" class that can be used to create different budget categories.
boilerplate-budget-app
Python
GuidoPereyra
GuidoPereyra
shared a Post
2 years ago
Write a function named "add_time" that can add a duration to a start time and return the result.
boilerplate-time-calculator
Python
GuidoPereyra
GuidoPereyra
shared a Post
2 years ago
Create a function that receives a list of strings that are arithmetic problems and returns the problems arranged vertically and side-by-side.
boilerplate-arithmetic-formatter-1
Python