Add CodeGym: Atomic Python stdlib training platform#530
Open
Dennis-J-Carroll wants to merge 1 commit intoCodeboxIDE:masterfrom
Open
Conversation
CodeGym is an interactive learning platform that breaks down Python standard library functions into digestible, atomic exercises. Think Duolingo meets LeetCode, but focused on building solid fundamentals before tackling complex algorithms. Features: - Interactive lesson system with theory, breakdown, and exercises - 5 initial lessons: len(), sum(), max(), min(), range() - Multiple exercise types: fill-blank, match-output, multiple-choice, order-steps, code-completion - Real-time code editing with Monaco Editor - Progress tracking and user statistics - Modern tech stack: FastAPI + React + Vite + Tailwind CSS Architecture: - Backend: FastAPI REST API with SQLAlchemy ORM and SQLite database - Frontend: React SPA with component-based architecture - Exercise system: Pluggable exercise types with instant feedback - Database seeding: Auto-populates with initial lessons on first run The platform helps developers master Python fundamentals through: 1. Theory section explaining what, why, and complexity 2. Breakdown section showing step-by-step internal implementation 3. Exercise section with hands-on practice in multiple formats Built as a standalone project to help programmers build muscle memory for Python stdlib functions before diving into algorithmic challenges. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
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.
CodeGym is an interactive learning platform that breaks down Python standard library functions into digestible, atomic exercises. Think Duolingo meets LeetCode, but focused on building solid fundamentals before tackling complex algorithms.
Features:
Architecture:
The platform helps developers master Python fundamentals through:
Built as a standalone project to help programmers build muscle memory for Python stdlib functions before diving into algorithmic challenges.
🤖 Generated with Claude Code