Pinned Repositories
AI_creative_canvas
A fully automated application where two AIs works together in creating AI art and publish it on Instagram.
change_calculator
A program to calculate the right amount of change to return in form of notes and coins.
Complete-Python-3-Bootcamp
Course Files for Complete Python 3 Bootcamp Course on Udemy
EC2_stop_sentry
This Lambda function script gets triggered by a scheduled EventBridge event and stops any running EC2 instance with the "environment" tag set as "Test".
NACL_bot_sentry
AWS Lambda Function that automatically removes any new NACL rule created by an IAM user.
news_headlines
Create a script that extracts the top news from the most popular news websites. The xtracted news headlines will be saved with some complementary data. After the data is collected different analysis can be applied on it.
schwarzenegger_quotes
A serverless deployment of an app that randomly chooses a famous quote from one of many Arnold Schwarzenegger movies and shows it on the home page, with a picture of the related movie.
SG_bot_sentry
AWS Lambda Function that automatically removes any new security group inbound rule created by an IAM user.
sudoku_solver
A sudoku solver program using backtracking algorithm
suicide_rate
Data analysis on suicide rate from 1985 to 2016.
RuggeroPiazza's Repositories
RuggeroPiazza/Python_course
A public repository for all the code content discussed during the Python Course
RuggeroPiazza/Complete-Python-3-Bootcamp
Course Files for Complete Python 3 Bootcamp Course on Udemy
RuggeroPiazza/EC2_stop_sentry
This Lambda function script gets triggered by a scheduled EventBridge event and stops any running EC2 instance with the "environment" tag set as "Test".
RuggeroPiazza/news_headlines
Create a script that extracts the top news from the most popular news websites. The xtracted news headlines will be saved with some complementary data. After the data is collected different analysis can be applied on it.
RuggeroPiazza/schwarzenegger_quotes
A serverless deployment of an app that randomly chooses a famous quote from one of many Arnold Schwarzenegger movies and shows it on the home page, with a picture of the related movie.
RuggeroPiazza/AI_creative_canvas
A fully automated application where two AIs works together in creating AI art and publish it on Instagram.
RuggeroPiazza/change_calculator
A program to calculate the right amount of change to return in form of notes and coins.
RuggeroPiazza/NACL_bot_sentry
AWS Lambda Function that automatically removes any new NACL rule created by an IAM user.
RuggeroPiazza/SG_bot_sentry
AWS Lambda Function that automatically removes any new security group inbound rule created by an IAM user.
RuggeroPiazza/sudoku_solver
A sudoku solver program using backtracking algorithm
RuggeroPiazza/suicide_rate
Data analysis on suicide rate from 1985 to 2016.
RuggeroPiazza/cpython
The Python programming language
RuggeroPiazza/hanoi_tower_solver
A program to solve the Hanoi Tower game
RuggeroPiazza/news_scraper
A simple web scraper to get news from BBC and Google News
RuggeroPiazza/prime_numbers_generator
A generator of prime numbers up to a given number.
RuggeroPiazza/Python
All Algorithms implemented in Python
RuggeroPiazza/rock_paper_scissors
A program to simulate a given number of runs of "Rock,Paper,scissors" game
RuggeroPiazza/RuggeroPiazza
Config files for my GitHub profile.
RuggeroPiazza/sieve_of_Eratosthenes_algorithm
A program that compares the run speed of 3 different approches to the sieve of Eratosthenes algorithm.