-
Guess The Number in Python
Today, I made a game! It’s very simple, but I’m just starting with Python, so it took me less than 15 minutes to complete. Based on my last project, Dice Simulator, I created this game. First, I imported the random module from Python, and then I wrote the entire code. Here, I ran the program…
-
Dice Simulator in Python
Hello! I’m Josep Gomis, and today Iโm excited to share a simple Dice Simulator I created using Python. This project is a great way to practice Python while simulating the rolling of dice. It’s built in IDLE as I continue my Python learning journey. The code allows users to choose between rolling one or two…
-
Unit Converter in Python
Hello again! This is my first “program” in Python — a unit conveter. I made 2 syntax errors: one on line 22 and another on 26 because i wrote print(***)), instead of print(***) After correcting them, I ran the program, and this is the result:
-
First Hello World! in Python
Hello guys! Today I’m learning python, so first of all i installed python for my windows pc in python.org and installed it, open the IDLE Shell and ctrl + N to create a new file, then i wrote: print (“Hello World!”) and after that i press the Run button ๐
-
Welcome to GomisHustle: My Journey of Learning and Creation ๐
Hey there! I’m Josep Gomis, an 19-year-old tech enthusiast with passion for entrepreneurship, robotics, and technology. I’ve just finished my SMR studies, and now I’m diving deep into journey of self-education and creation until September. Over the next months, I’ll be sharing my progress as I learn: ยท English and Chinese ยท Robotics and Electronics…