Posts

Showing posts with the label Python

Python : Beginning "Hello World"

Image
Hello Everyone ! I started learning Python the coding language in June 2025 and here are the following code that I leaned. My First Code :  print("Hello World") It was amazing, I haven't dowloaded Python, I'm doing this on online python.com  it is amazing without much hustle.  Then I learned :  If condition Basically if 5 is less than 6 it will print this but if I put 7 it will not.  Then :  Define Function that is "def" It was easy but I still don't understand the f before Hello.  Then this :  print("challenge 1") # Message for the user message = "This is the message" note = "please proceed" print(message) # perform math result = 2*3 print(result) print("challenge complete") And got the result  Challenge 1  This is the message  6 Challenge Complete Then Class function :  class puppy():     def __init__(self, name, favourite_toy):         self.name = name          self.fav...

How to start Python ?

I want to start learing Python for Data Science and AI experiment.   Resources :  1.  Jupyter  2. Colab Right know I'm starting with these two platforms.  Special thanks to Thu Vu a youtuber to help me begin thru her videos. How to start ?  Learning Python Basics Basic Packages Remember to check Code Crafter Why I want to learn this language, what's my benefit ?