feat: add PyKatha story-driven Python learning prototype - #77
Open
Shrikant-sharma-9 wants to merge 1 commit into
Open
feat: add PyKatha story-driven Python learning prototype#77Shrikant-sharma-9 wants to merge 1 commit into
Shrikant-sharma-9 wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Introduces PyKatha, a story-driven Python learning prototype that teaches beginner control-flow concepts through narrative, reasoning, discovery, and practice.
Learning Flow
Story → Thinking Challenge → Secret Reveal → Practice → Moral
The prototype currently teaches:
ifstatementswhileloopsforloopsthrough three complete stories:
What is Included
Documentation
Documentation is included alongside the implementation:
README.md— project overview and setupcontext.md— current project state and implementation contextdocs/PRODUCT.md— product goals and scopedocs/ARCHITECTURE.md— application structure and technical architecturedocs/LEARNING_FLOW.md— complete learner journeydocs/STORY_AUTHORING.md— how to create and maintain storiesdocs/CASE_STUDIES.md— current story/concept case studiesdocs/DEVELOPMENT.md— development and verification workflowdocs/DECISIONS.md— important implementation decisionsVerification
npm run lintpassesnpm run buildpassesCurrent Limitations
Design Goal
The prototype is designed to make Python concepts discoverable through stories rather than introducing syntax first.
The intended learning pattern is:
Experience → Observe → Reason → Discover → Practice → Reflect
The implementation and authoring structure are documented so future contributors can add stories and concepts without rebuilding the core learning flow.