Story Book 344: Day 1–4 of my Python journey 🚀
Started building my foundation in AI/ML through IIT-led sessions and consistent hands-on practice.
So far, I’ve covered:
• Variables & Data Types
• Strings & Multi-line Text
• Basic Mathematics
• User Input & Type Conversion
💻 Practice mindset:
• Learning in live sessions
• Practicing in real-time (Programiz / Colab)
• Saving code locally (.py files)
• Maintaining structured notes
• Preparing for GitHub tracking
📊 Sample logic:
a = input(“Enter a number: “)
b = int(a)
print(b + 10)
👉 Output: If input = 5 → 15
This is just the beginning of my journey into:
AI • Machine Learning • LLMs • Data Engineering
#OperationSelfLearnings
Consistency > Perfection 💻✨
#Python #AI #MachineLearning #LLM DataScience 100DaysOfCode LearningInPublic TechJourney