Have you ever found it hard to approach someone? Have you had awkward moments speaking to a crush? Or did you feel Python programming was too complex?
Then you're in the right place. You have either failed to rizz Python or are about to start. But no fear—I'm here to guide you through this journey.
Here's the strategy. Small talks.
I'll take you through the basics in 3 min, concept by concept in each blog. And when I'm through with you, you can hit me up for collaborations.😌

Outline:

  • What is Python

  • Breaking the Ice: "Hello World"

What is Python:
Python is a programming language. It’s mainly used in automation and artificial intelligence. It was created by Guido van Rossum, and released in 1991.

Breaking the Ice: "Hello World":
The first step in conversing is a greeting, and this is how we greet in python
print("Hello, World")
Try it!!!

Congratulations, you've written your first code and learnt to greet in Python. Stay tuned for our next Blog

Image description