My personal summer project: a program that prompts the user to enter the desired genre(s) and keyword(s) and outputs a list of movies that matches that query; results print in terminal
-
Updated
Aug 18, 2024 - Python
My personal summer project: a program that prompts the user to enter the desired genre(s) and keyword(s) and outputs a list of movies that matches that query; results print in terminal
Funny utils
My project is a random number guessing game. The game starts by generating a random number between 1-50, and then allows the user 5 attempts to guess the random number. With each wrong guess, the program tells the user whether the random number is higher or lower than their guess as a hint.
Try except wrapper for easy error handling.
A simple game that can be run in your computer terminal where you guess the number the computer is thinking of between 1-10 that will not error out and will not end until you guess the number correctly.
I am working on this to Learn Exception handling
Handle side-effects in Python like a boss. Implements functional types for Either, Option, Try, and Future.
Add a description, image, and links to the try-catch topic page so that developers can more easily learn about it.
To associate your repository with the try-catch topic, visit your repo's landing page and select "manage topics."