By @ehiber, @marcogonzalo, @alesanchezr, @Charlytoc and contributors at 4Geeks Academy
Estas instrucciones estan disponibles en espanol.
Practice interview-style coding challenges with progressive exercises and isolated auto-evaluation in Python.
Open in Codespaces and run:
learnpack start- Install LearnPack and the Python plugin:
npm i @learnpack/learnpack -g
learnpack plugins:install @learnpack/python@1.0.0- Install Python test dependencies:
python3 -m pip install -r requirements.txt- From the folder where this
learn.jsonexists, then run:
learnpack startThe repository includes:
exercises/00-welcome: Introductory readme-only step.exercises/01-...toexercises/15-...: Coding challenges.
Most exercise folders include:
app.py: Starter file for students.README.md: Instructions in English.README.es.md: Instructions in Spanish.test.py: Exercise test entry.solution.hide.py(on selected exercises): Hidden reference solution.
- Keep
README.mdandREADME.es.mdsynchronized when content changes. - Student files are intentionally unsolved in
app.py.