My simple Python Employee Info Card project that helps users create a basic employee profile then also displays the details in a clear and easy way. Basically, it turns the boring office task into Python practice.
The Employee Info Card
firstname =...
My simple Python Movie Ticket Booking Calculator that helps users simulate booking a ticket by changing ticket types , prices and more and then calculating the total cost in a clear and easy way
The Movie Ticket Booking Calculator
baseprice = 15 ...
About
A simple calculator built in PyCharm at the age of 14 ! I created this learning solely through YouTube tutorials which allowed me to become an intermediate Python programmer . It helped me learn and understand core programming concepts .
Th...
I made this Tic-Tac-Toe game when I was 14 and still a beginner programmer. At the time, I did not know much about using advance functions, so the code is not the most efficient and has some repeated parts. I made it to strengthen my coding ability...