Azeem Teli

Azeem Teli

Install Packages Using pip

install-python-packages-using-pip

So, you just installed Python… you typed your first print(“Hello World!”)… and suddenly, some tutorial tells you: “Now just install the external module using pip.” Bruh. You’re like: “pip?? what is this? A new TikTok dance??” 💃🐍 Don’t worry, my…

Create a Python Module

how-to-create-python-module-step-by-step

So, you’ve been coding in Python, and your script is turning into a messy noodle plate of functions, classes, and random print statements. 🍝 Don’t worry—you’re not alone. Every Python newbie eventually faces this “giant spaghetti monster” phase. And the…

Python IDLE

python-idle-tutorial-step-by-step

So, you just installed Python and now you’re staring at this mysterious app called IDLE. Your brain goes: “IDLE? Like… lazy mode? Is Python trying to tell me something about my productivity?” 😂 Relax, my friend. IDLE isn’t a nap…