Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update learn.json #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
"repository": "https://github.com/4GeeksAcademy/python-functions-programming-exercises",
"preview": "https://github.com/4GeeksAcademy/python-functions-programming-exercises/blob/master/preview.gif?raw=true",
"description": {
"us": "Learn and master functional programming by doing auto-graded interactive exercises.",
"es": "Aprende y domina funciones en Python haciendo ejercicios interactivos y auto-evaluados."
"us": "Learn Python functions through interactive, auto-graded exercises. Master key concepts like declaring, calling, and nesting functions, as well as recursion and scopes. This hands-on approach helps solidify functional programming skills, with instant feedback and video tutorials to guide your learning.",
"es": "Aprende funciones en Python a través de ejercicios interactivos y autoevaluados. Domina conceptos clave como declarar, llamar y anidar funciones, así como la recursión y los ámbitos. Este enfoque práctico ayuda a consolidar habilidades de programación funcional, con retroalimentación instantánea y tutoriales en video."
},
"duration": 10,
"difficulty": "easy",
"projectType": "tutorial",
"autoPlay": "true",
"videoSolutions": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"graded": true,
Expand Down