Astra answers the same subject differently for every student — pick one below and watch the answer change. Then see the roadmap and XP loop that keep you coming back.
Every answer is shaped by age band, goal, level and personality archetype — and cached per segment, so it costs ₹0 to serve again.
AARAV ASKS "Explain torque — I keep losing marks on rotation."
⚡ ASTRA · cached for college·JEE·intermediate — ₹0 to serve
Torque is force's ability to rotate, not push: τ = rF sin θ. Two things JEE setters exploit — the r is from the axis, not the centre, and only the perpendicular component of F counts. Spanner intuition: same force, longer arm, easier bolt.
Common trap: at θ = 0° (force through the axis) torque is zero no matter how large F is.
Next rep: 3 problems on τ = Iα, 10 minutes, no solutions until you attempt all three. Go.
MEERA ASKS "What's a list comprehension? Everyone uses them."
⚡ ASTRA · cached for college·python·beginner — ₹0 to serve
It's a for-loop that builds a list in one line:
squares = [n*n for n in range(10)]
Read it right-to-left: "for every n in range(10), keep n*n". Same result as a 4-line loop, but it says what you want, not how.
Let's ship it: take the marks-filtering loop from your last exercise and rewrite it as [m for m in marks if m >= 40]. Run it — did the output match?
VIKRAM ASKS "How do I explain my gap year in interviews?"
⚡ ASTRA · cached for pro·placements·intermediate — ₹0 to serve
Don't defend the gap — narrate it. Interviewers aren't auditing your calendar; they're testing whether you own your story. One honest sentence on why, then pivot to what the year built: a skill, a perspective, proof you can direct yourself without a syllabus.
Careers are decades, not days — one deliberate year reads as conviction, not absence, when you tell it that way.
Draft your three-sentence version and bring it to me. We'll pressure-test it like an interviewer would.
YOUR ROADMAP · PYTHON IN 8 WEEKS
50% of this week · tick a box, it's live
THE LOOP THAT KEEPS YOU HONEST
An account takes under a minute, and it's free.