Lists & tuples — slicing, indexing, loops
One big realization 💡: programming is more about logic than syntax.
From today, I’m sharing my learning journey and staying consistent 📈
#Python#100DaysOfCode#Coding#LearnToCode
I recently started learning Python 🐍 and focused on building strong foundations.
So far I’ve covered:
🔹 Basics — print, input, variables, data types, type conversion
🔹 Conditionals — if, elif, else
🔹 Loops — for loops, range, break, continue
Shweta Singh of India Today has done a segment about how a copy of Bhagwad Gita survived the crash in Ahmedabad. Should this be interpreted as god chose to save a book and let 240+ people die including many little children?
Just created a WhatsApp group for the #PlacementPrep of the 2025 batch to share info about campus company visits and study resources! Join for tips, resources, and support.
Let’s help each other!! 💪
Comment "Link" and I'll DM you the link 😊
#preparation#Placements
Day 02 of consistent coding:
- Added Online Offline status in my foodiemint app ✅
- Learned about custom hooks in React and implemented in app for better optimization✅
- Getting data from Swiggy API's for frontend✅
- Started revising javascript from @kirat_tw
cohort 0-100✅
🚨🚨Modi pronounced Austria as Australia
The Entire Crowd corrected him by shouting "Austria" together. This man is bringing shame to 140 Crore Indians on every platform😭😭
हमने देखा कि राहुल गांधी जी के भाषण के बीच नरेंद्र मोदी ने बोलने का प्रयास किया, लेकिन जब राहुल जी ने कहा कि:
• नरेंद्र मोदी पूरा हिंदू समाज नहीं हैं
• BJP पूरा हिंदू समाज नहीं है
• RSS पूरा हिंदू समाज नहीं है
• BJP ठेकेदार नहीं है
राहुल जी के इस जवाब के बाद नरेंद्र मोदी का मुंह बंद हो गया।
: @Pawankhera जी
Return Statements: Use return to send data back after execution.
Function Expressions: Assigning functions to variables for flexibility.
Arrow Functions: Concise syntax for writing functions.
Excited to apply this in my projects! #JavaScript#LearningToCode#NamasteJavaScript
Just wrapped up learning about functions in JavaScript with @NamasteJavaScript! Key takeaways:
1.Function Basics: Functions are reusable blocks of code defined using function keyword.
2.Parameters & Arguments: Passed into functions for dynamic behavior.
#javascript30#code