Skip to content

Repository files navigation

Interview Coding Challenges at 4Geeks Academy

By @ehiber, @marcogonzalo, @alesanchezr, @Charlytoc and contributors at 4Geeks Academy

build by developers twitter

Estas instrucciones estan disponibles en espanol.

Practice interview-style coding challenges with progressive exercises and isolated auto-evaluation in Python.

One-click setup (recommended)

Open in Codespaces and run:

learnpack start

Local setup

  1. Install LearnPack and the Python plugin:
npm i @learnpack/learnpack -g
learnpack plugins:install @learnpack/python@1.0.0
  1. Install Python test dependencies:
python3 -m pip install -r requirements.txt
  1. From the folder where this learn.json exists, then run:
learnpack start

Exercise structure

The repository includes:

  1. exercises/00-welcome: Introductory readme-only step.
  2. exercises/01-... to exercises/15-...: Coding challenges.

Most exercise folders include:

  1. app.py: Starter file for students.
  2. README.md: Instructions in English.
  3. README.es.md: Instructions in Spanish.
  4. test.py: Exercise test entry.
  5. solution.hide.py (on selected exercises): Hidden reference solution.

Notes

  • Keep README.md and README.es.md synchronized when content changes.
  • Student files are intentionally unsolved in app.py.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages