Ameerweb03

vip
Active for: 1.8y
Crypto Market Researcher
Web3 Creator
content Strategies | web3 builder| blockchain analyst
We went from learning our ABCs…
to learning how to make computers understand us.
From pencils to keyboards.
From notebooks to GitHub.
From ABCD to SQL.
From “Arey!” to Array.
From mistakes to errors.
We all grew up learning something new.
The tools changed.
The language changed.
The mistakes changed.
But the process never did:
Learn. Try. Fail. Fix. Repeat.
Today, I’m doing the same thing with code.
One Python concept.
One bug.
One lesson.
One day at a time. 🐍💻
Day 24 of my Python journey.
What’s something you’re learning today that your younger self would never have imagined? 👇
post-image
🐍 Day 24/30
I thought print() and return were basically the same.
I was wrong.
Today I learned why return matters when building real software.
I upgraded my Inventory Management System so sell_product() can:
→ Check if a product exists
→ Check available stock
→ Reduce stock after a sale
→ Return the result to the rest of the program
Example:
25 rice → sell 5 → 20 rice
Small concept.
Big difference in how I think about software.
Day 24/30 🚀
#Python #100DaysOfCode #SoftwareEngineering #BuildInPublic
post-image
From pencils to keyboards. From notebooks to GitHub. From ABCD to SQL. From Arey! to Array. From mistakes to error.
We all grew up ...
🐍 Day 23 of learning Python — and today I realized something important:
An inventory system shouldn't only know how many products exist.
It should know what condition those products are in.
Imagine a supermarket has 100 bottles of juice.
A basic system might simply say:
📦 Stock: 100 bottles
But what if:
• 70 bottles are good
• 10 are damaged
• 20 are close to their expiry date
Technically, there are still 100 bottles.
But the business doesn't really have 100 bottles of usable stock.
That's the problem I'm learning to solve.
Instead of treating every product as simply "available," the system
post-image
  • 2
Day 22 🐍
I thought learning Python was about memorizing syntax.
I’m realizing it’s really about learning how to think like a programmer.
Today I worked with dictionaries, functions, return, stock checks, and updating inventory.
Beginner takeaway: Don’t rush to learn everything. Understand one concept, build with it, then repeat.
22 days down. Still building. 🔥
#Python #100DaysOfCode #SoftwareEngineering
post-image
I thought I understood Python… until I tried building this. 👀
Day 21 of #100DaysOfCode 🚀
Today I improved my Inventory Management System:
📦 Add products
🗑️ Remove products
🔍 Check products
🧠 Practice functions & lists
The bugs are teaching me more than the tutorials ever
post-image
🐍 20 days of Python—and I’m finally seeing the pieces connect.
Today I practiced:
✅ Lists
✅ .append() & .remove()
✅ Functions & parameters
✅ if + in
✅ Inventory logic
I made mistakes, debugged, and learned from every one. 💻🔥
Still showing up. Still building
#python
post-image
🐍 Day 20 of my Python journey!
Today I continued building my Business Management & Inventory Tracking System.
✅ Practiced functions
✅ Improved sales logic
✅ Added stock validation & price calculation
✅ Tracked remaining inventory
✅ Started planning expense tracking
Day 17/100 of #100DaysOfCode
Today's focus: nested conditional logic in Python.
Wrote analyze_number() — a function that classifies any integer via chained if/elif/else blocks + the modulo operator:
#python
#coding
#100dayschallenge
post-image
Day 17/100 of software dev 👨‍💻
Learning Python: lists & comments
Lists store multiple values, comments (#) explain code without running it. Simple but foundational.
Tomorrow: more fundamentals
#100DaysOfCode #Python
post-image
Day 17/100 🚀
Another day of learning Python and building my software development skills.
I’m learning that progress isn’t about writing perfect code—it’s about understanding why the code works, debugging mistakes, and improving every day.
#100DaysOfCode #Python #SoftwareDev
post-image
Day 16 of my coding journey 🚀
I’m learning Python and slowly realizing that coding isn’t about getting everything right the first time.
It’s about:
• Making mistakes
• Debugging
• Understanding why
• Trying again
16 days in, I’m still learning—but I’m not stopping. 💻🔥
post-image
Day 15 — Python Journey
Another day of showing up, practicing, and improving.
I’m still a beginner, but I’m no longer where I started.
One line of code at a time.
One mistake at a time.
One lesson at a time.
The goal isn’t to learn fast.
The goal is to not stop.
#Python #Code
🐍 Day 14 of my Python journey
14 days of coding. 14 days of mistakes, debugging, learning, and getting better.
I'm starting to understand that programming isn't about knowing everything.
It's about thinking, solving problems, and refusing to quit when the code breaks.
#Coding
🐍 Day 12 — Python Journey
Today’s focus: Lists & working with multiple pieces of data
🎯 What I’m learning
Creating Python lists
Accessing items with indexes
Adding and removing items
Updating list values
Looping through a list
💻 Practice
Day 11/30 ✅
One line of code at a time.
One mistake at a time.
One lesson at a time.
The goal isn’t to become good overnight.
The goal is to become better every day. 🔥
#Python #100DaysOfCode #CodingJourney #SoftwareDevelopment #Day11
post-image
Day 10/30 — Python Journey 🐍
10 days of coding.
Still a beginner, but no longer where I started.
Learning → Practicing → Making mistakes → Fixing them → Improving.
Consistency is the real skill.
Day 10 ✅
Day 11 loading… 🚀
#100DaysOfCode #Python #BuildInPublic
Day 9/100 🚀
Another day of learning Python 🐍
Today I’m getting more comfortable with functions, parameters, arguments, and return values.
Still making mistakes. Still learning. Still showing up.
The goal isn’t to become perfect overnight — it’s to become 1% better every day.
Today I learned Python functions:
→ Parameters & arguments
→ return statements
→ Calling functions
→ Reusing code with different values
One step closer to becoming a better developer. 🚀
Day 8/30 ✅
#Python #100DaysOfCode #SoftwareDevelopment #Coding
post-image
  • 1
Day 7/30 — Python 🐍
of my software development journey.
Today I practiced conditional statements and learned how to make Python make decisions using if, elif, and else.
Small steps. Consistency over speed. 🚀
#100DaysOfCode #Python #SoftwareDevelopment #Coding #LearningInPublic