MyPyMentor - Learn Python with an AI tutor that actually remembers you
byβ’
MyPyMentor is the only Python platform that learns you back. 69% of learners quit online Python courses before finishing, usually because generic tutorials don't know who you are or when you're stuck. Py, your AI tutor, remembers every session and picks up exactly where you left off. It teaches Socratically, detects frustration in real time, and pairs with an in-browser Python editor, daily challenges, and 8 structured learning paths. No credit card required.

Replies
The Socratic teaching style caught me off guard in a good way, it actually waits for you to think instead of just dumping answers. Liked that it remembered where I left off between sessions, no awkward re-explaining myself.
@zcanyelkenzudpΒ Thanks for checking out
how does the frustration detection actually work in practice, like is it picking up on typing speed or something more specific
@ela11905906951Β Frustration detection is purely text-based, analyzing what you type, not typing speed or behavior. It scores each message on a few signals:
- Frustration phrases ("I'm stuck," "I give up," etc.)
- Repeating a similar question
- A short, disengaged reply right after a long explanation
- ALL CAPS
- Multiple question marks
These combine into a score that buckets into none/mild/high, which shapes how Py adjusts its teaching in that reply. Rule-based, not a separate ML model or behavioral tracking.