Package Exports
- teach-code
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (teach-code) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Teach-Code
A tool to develop and improve a student’s programming skills by introducing the earliest lessons of coding.
Installation
npm install -g teach-code
How to use
The user is provided with 30 tasks guideing them through the basics of python. He/she gets a key to access the next task if the current task meets all the test cases. There is also the provision to revisit previously submitted tasks, but it can't be worked on again.
- Navigate to a directory of your choice and fire in
teach-code init
- Navigate to the
Teach-Code-solutions
directory - Copy and paste the command as instructed within the initial screen
teach-code fetchtask <key>
- Hurray 👍 you've got your first task
- Write your solution within a file that is auto-created
task<task_number>.py)
teach-code submit
submits the current solution and gives you the next key to proceed if your solution meets all the test casesteach-code showkeys
shows you all the keysteach-code showcommands
shows you all the commands available for reference
License
Licensed under GNU General Public License V3.0