Prashant Mishra
@mprashant1100
Followers
280
Following
2K
Media
61
Statuses
353
Full Stack Engineer | Product Designer | Hawan | Building Hawan for Bharat | Freelancer
Joined March 2014
Restarted my Python journey - this time properly. Today I didn’t write code. I learned how Python actually runs code. • Parsing → AST → Bytecode → Python VM • Indentation = logic,not formatting • Python ≠ CPU → Python talks to CPU Next: Syntax & Variables (deep dive)
1
0
5
Finished all Python basics It took me 4 hours total — I studied 1 hour a day, so wrapped it up in 4 days. Now the real part begins: I’ve started building mini projects to deepen my understanding. Will share those next. If you want the 4-hour Python roadmap, drop a comment 👇
0
1
2
Finished all Python basics It took me 4 hours total — I studied 1 hour a day, so wrapped it up in 4 days. Now the real part begins: I’ve started building mini projects to deepen my understanding. Will share those next. If you want the 4-hour Python roadmap, drop a comment 👇
0
1
2
Hi! I'm looking to #Connect with people interested in: 🌐 Web Development 💹 React 🎖️ Internships 🤖 DSA 🦏 JavaScript ✅ Development 🏗️ Building online 📂 Open Source 💻 Computer Science 💼 Freelancing #letsconnect #buildinpublic #WebDev #FrontEndDeveloper
13
1
8
Started building a project on Python DataForge is a tiny “data pipeline” Read input → Validate → Process → Write output with logging + error handling. This is the same shape as - AI preprocessing pipelines - ETL jobs - backend business logic - “run this workflow” service
0
0
1
Hi! I'm looking to #Connect with people interested in: 🌐 Web Development 💹 React 🎖️ Internships 🤖 DSA 🦏 JavaScript ✅ Development 🏗️ Building online 📂 Open Source 💻 Computer Science 💼 Freelancing #letsconnect #buildinpublic #WebDev #FrontEndDeveloper
13
1
8
All Python fundamentals are covered now. The next move isn’t more theory- it’s building. You don’t really know Python until you use it to solve real problems. Time to ship small projects, break things, and learn how Python behaves in the real world. Next: Building with Python
2
0
4
Learning Python the Pythonic way now. Big shift: Don’t write loops for everything. Use enumerate, zip, any, all, and list comprehensions to express intent. Python isn’t about clever code. It’s about clear code. #Python #pythonprogramming #pythoncoding
0
0
4
Hey, developers what are you building today? #BuildingInPublic #Developers #SoftwareEngineering #WebDev
0
0
1
Error handling in Python finally clicked. Exceptions aren’t failures they’re signals that normal flow broke. try → risky code except → handle what you can finally → clean up, always This is how real backend systems survive. Next: Built-in functions & Pythonic code #python
1
0
5
Python OOP from fundamentals. Key realisation A class is an object factory. An object is memory + state + behavior. self is not magic it’s just the object. This clarity changes how you design systems. Next: OOP Pillars (Encapsulation, Inheritance, Polymorphism, Abstraction)
0
0
2
Python control flow finally makes sense now. Big realization: Python for loops are not counters — they’re iterators. You don’t control the loop. Python pulls values for you. Cleaner logic. Fewer bugs. Next: Functions (deep dive) #python
0
0
5
Learning Python properly this time. Biggest shift today: Variables are not boxes. They’re references. “ = “ doesn’t copy values — it binds names to objects. This one idea explains most Python bugs. Next up: Data Types & Mutability #Python
0
0
3
Realised something important: In Python, you don’t control memory. You control references. This single idea explains 80% of beginner bugs. Learning in public. No shortcuts. #Python #pythonlearning
0
0
1
Learning AI journey continued .. Day 3 - ( 2 hr ) • Text cleaning ( strip, lower, replace, split, join ) • NumPy Basics • Pandas Basics ( Handle CSVs, prompt logs, word stats ) Goal: Build GenAI & AI Agents #AI #LearnInPublic #pythonprogramming #python #GenAI
3
0
2
Learning AI journey continued .. Day 2 - ( 2 hr ) • List & Tuples • Dictionaries • if/else & conditions • for & while loop • Mini project Goal: Build GenAI & AI Agents #AI #LearnInPublic #pythonprogramming
0
0
8
Don’t waste your weekend, learn something new which enhance your skills. I’ve started learning AI. What about you? #LearnInPublic #buildinpublic
0
0
7
Jab ninnd aa rhi thi tab soya ni 😒, abhi ninnd hi gayab 🥲
0
0
1
All about the day - Added new learning Python - not just for Python, but as a step towards my AI journey Day 1 - ( 2 hr ) • Variables • Data types • print(), input() • Type conversion • Basic string handling Goal: Build GenAI & AI Agents #AI #Python #learninginpublic
1
0
12
Check out your Spirituality Score. Earn KarmaPoints while performing daily activities on Hawan. Earn your Level🕉️ Visit https://t.co/d1b2uIXE9B
https://t.co/LEDFqltxiU
1
0
4