-
Classic_Python_Hangman_Game Public
This repository contains Python codes for the classic Hang Man game. The user will be assigned a random word to guess, one character at a time. If the user gets everything right, the program says "…
-
Python_Password_Generator Public
This is a console-based version of a password generator written with Python. The program generates a password based on numbers of letters, numbers, and symbols specified by the user. This is a simp…
-
This is a children's game but it is said to be one of the most asked problem in interviews for programmers. The rule of the game is simple: supposed that there are numbers from 1 to 100, if a numbe…
1 UpdatedJan 24, 2022 -
This is a simple Python game for finding a heart emoji. There is a 3 x 3 matrix in which a heart emoji resides. The location of the heart is randomized and is not revealed. The player must guess th…
-
This is a simple classic "Head or Tail" guessing game with Python. The user guess the result of or coin toss by typing "Head" or "Tail" as an input. The computer then shows the result. The user's i…
-
This is a classic "Rock, Paper, Scissors" game with some ASCII aesthetics. After the welcome message, the game asks you to choose between the three choices. Then it let the computer choose its choi…
-
BMI_Calculator_with_Python Public
This repository contains 2 Python programs. The first program calculates the user's Body Mass Index (BMI) based on the user's weight (in kilogram) and height (in meter). To learn more about BMI and…
Python UpdatedJan 19, 2022 -
This simple Python program calculates the approx. time you still have left on this earth based on the life expectancy of your country and your current age. It tells you how many years (converted to…
Python UpdatedJan 19, 2022 -
Tip_Calculator_with_Python Public
This is a simple tip calculator program with Python. It calculates how much each person should pay for a bill restaurant based on the following:
Python UpdatedJan 19, 2022 -
This simple Python program calculates a love score based on your and your crush's full names in English. There is no logic or reason in the calculation behind the love score. The calculation could …
-
leapyear_python Public
This is the classic leap year finder program with python. This problem is labelled as "hard" on many practice sites, but actually the programming is not hard at all. What's hard is the description …
-
HackerRank_FindMedian_MySQL Public
Finding the median value of a numeric column with MySQL is not as simple as type in a function. We need a step-by-step approach to solve this problem.
2 UpdatedJan 16, 2022 -
A data visualization project with R and plotly for minimum wages in US states from 1968 - 2017
R UpdatedNov 23, 2021 -
COVID-19-Race-Bar-Chart Public
This is a data visualization project with Python to create a race bar chart from actual COVID-19 case data.
Jupyter Notebook UpdatedFeb 27, 2021 -
python-excel-splitsheets Public
This is a small data-wrangling project to split data in an Excel workbook into different worksheets using a column as a filter, all in a single Excel workbook.
Jupyter Notebook UpdatedFeb 25, 2021 -
hello-world Public
This is a practice project for me to learn how to use GitHub
UpdatedFeb 25, 2021 -
PythonDataScienceHandbook Public
Forked from jakevdp/PythonDataScienceHandbookPython Data Science Handbook: full text in Jupyter Notebooks
Jupyter Notebook MIT License UpdatedJul 15, 2020