Skip to content
View pkx8326's full-sized avatar
🎯
Focusing (I also take up archery as a hobby)
🎯
Focusing (I also take up archery as a hobby)
Block or Report

Block or report pkx8326

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Stars

Showing results

This project aims to find best days in any given year to benefit from gold investment provided that the investor buys the gold on the first day of the year

Jupyter Notebook 1 Updated Jan 8, 2024

This project demonstrates the use of mysql.connect package with Python and Plotly to create an SQL database, tables, and visualize data from those tables.

Jupyter Notebook 1 Updated Feb 21, 2022

The Digital Caesar Cipher with Python

Python 1 Updated Jan 28, 2022

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 2 Updated Jan 25, 2022

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 …

Python 1 Updated Jan 19, 2022

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…

Python 1 Updated Jan 24, 2022

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 Updated Jan 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…

Python 1 1 Updated Jan 22, 2022

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…

Python 2 1 Updated Jan 20, 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 …

Python 1 Updated Jan 19, 2022

A data analysis case study capstone from Google Data Analytics Professional Certificate course on Coursera

R 7 Updated Feb 19, 2022

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 Updated Jan 16, 2022