Search results for #PythonZeroToHeroStudent
✨️Day 22 of 100 ✨️ YouTube Downloader I faced PyTube errors, runtime crashes & sound issues. Learned threading, debugging & handling imports better. Every error = growth and I am still working on it.😪😑 #PythonZeroToHeroStudent #100DaysOfPython #BlackPythonDevs
✨ Day 21 of 100 ✨ Learning Git & GitHub today. It’s a bit challenging, but I see the power — tracking changes, sharing projects, and collaborating. Step by step, still growing. 🚀 #PythonZeroToHeroStudent #100DaysOfPython #LearningGitAndGitHub
✨ Day 20 of 100 ✨ Today I explored tkinter — Python’s GUI library. Instead of just printing in the terminal, I created a window with labels and a button that responds when clicked. Feels like my code just came alive! #PythonZeroToHeroStudent #100DaysOfPython #ShowingUp
✨ Day 19 of 100 ✨️ – Import 🔧 Python doesn’t make you reinvent the wheel, just import it. import = whole toolbox From… import = pick what you need import as = shortcut name One tool, one line, one day at a time. #100DaysOfPython #PythonZeroToHeroStudent
✨ Day 17 of 100 ✨ Python is helping me understand maths better, Each line of code sharpens problem-solving, patience & logic. 🚀 #PythonZeroToHeroStudent #100DaysOfPython #ShowingUp
✨ Day 16 of 100 ✨ As a media enthusiast, I love documentaries & real-life stories. 🎬 Watching Python’s history & 18+ engineers’ journeys felt like storytelling in tech. Inspiring! 👇🏾👇🏾👇🏾 youtu.be/GfH4QL4VqJ0?si… #PythonZeroToHeroStudent #100DaysOfPython #MediaMeetsTech
✨ Day 14 of 100 ✨ Built a mini story app today using functions 📖. Feels like directing a movie, each function plays its part 🎬. One line, one story, one day at a time. #PythonZeroToHeroStudent #100DaysOfPython #MiniStoryApp
✨ Day 13 of 100 ✨ Today I learned about functions in Python. Functions are like mini-machines: you give them input, they do some work, and return output. They help make code cleaner, reusable, and easier to understand. #PythonZeroToHeroStudent #100DaysOfPython #Functions
✨ Day 12 of 100 ✨ Today I explored while loops. Unlike a for loop that runs a set number of times, a while loop keeps going as long as a condition is true. One condition, endless possibilities! #PythonZeroToHeroStudent #100DaysOfPython #WhileLoops
✨ Day 11 0f 100 ✨ Today I learned about for loops. They make Python repeat actions without me writing the same code over and over. One loop, many results. That’s efficiency! 🤭🤗😊 #PythonZeroToHeroStudent #100DaysOfPython #ForLoops @blackpythondevs
✨ Day 10 of 100✨ Decisions can be scary, but standing still is scarier. I’m choosing to keep moving, one choice, one line of code, one day at a time. #PythonZeroToHeroStudent #100DaysOfPython #ShowingUp✨️ #90DaysToGo
✨ Day 9 of 100 ✨ Today I wrapped up operators by building a fun little program 🎬. I used arithmetic, comparison, and logical operators all together, and it felt like connecting puzzle pieces. #PythonZeroToHeroStudent #100DaysOfPython #MiniTicketCheck
✨ Day 8 of 100 ✨ Today, I learned about logical operators, which help Python mix conditions and decide True or False. #PythonZeroToHeroStudent #100DaysOfPython #BlackPythonDevs #LogicalOperators
✨ Day 7 of 100 ✨ Today I played with arithmetic operators in Python. They make numbers dance, add, subtract, multiply, divide… all in a few lines. Here’s a simple example of calculating someone’s age in the future: #PythonZeroToHeroStudent #100DaysOfPython #Operators
✨ Day 5 of 100 ✨ Today was all about decisions. With if, elif, and else, I made Python think like a mini-brain. Depending on the age I typed, it gave different responses, It feels like I’m teaching Python how to reason! #PythonZeroToHeroStudent #100DaysOfPython
✨ Day 4 of 100 ✨ Today my code talked back! Learned user input, type conversion, and f-strings to calculate my age for next year. Python really is listening, cool right? 🤭😊😊 #PythonZeroToHeroStudent #100DaysOfPython
✨ Day 3 of 100 ✨ Today was all about variables and data types, the little boxes where Python stores information. I played with strings, numbers, floats, and even booleans. It’s like teaching Python to remember my name, age.. I’m definitely learning.🤭 #PythonZeroToHeroStudent
Day 2 of my Python journey 🐍✨ Confession: I’ve always been scared of mathematics, but today I realised coding isn’t about being a math genius, it’s about breaking problems into simple steps. Fear aside, I’m ready to keep learning, one line at a time. #PythonZeroToHeroStudent 🤗
Day 1 – Python Setup ✅ Today I installed Python/pydroid and ran my very first code… the classic “Hello, World!” If only it could talk back! 😂🤭 Then I added mine: 👇🏾👇🏾 #99DaysToGo🤲🏾🥰 #PythonZeroToHeroStudent