Skip to content

Update learn.json #119

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

Merged
merged 1 commit into from
Feb 25, 2025
Merged
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
6 changes: 3 additions & 3 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"repository": "https://github.com/4GeeksAcademy/python-beginner-programming-exercises",
"preview": "https://github.com/4GeeksAcademy/python-beginner-programming-exercises/blob/master/.learn/assets/preview.png?raw=true",
"description": {
"us": "Python Exercises for beginners, from Hello World to variables, loops and a little bit of functions.",
"es": "Ejercicios de Python para principiantos, desde Hello World hasta variables, ciclos y un poco de funciones."
"us": "Python exercises for beginners, starting from the basics like 'Hello World' to more advanced concepts like variables, loops, functions, and data structures. These hands-on challenges guide you step by step through Python programming, offering interactive and auto-graded lessons to build a solid foundation.",
"es": "Ejercicios de Python para principiantes, comenzando desde lo básico como 'Hola Mundo' hasta conceptos más avanzados como variables, bucles, funciones y estructuras de datos. Estos desafíos prácticos te guían paso a paso en la programación con Python, ofreciendo lecciones interactivas y autoevaluadas para construir una base sólida."
},
"duration": 10,
"difficulty": "easy",
"videoSolutions": true,
"projectType": "tutorial",
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"graded": true,
"technologies": ["strings", "python", "functions", "conditionals", "variables", "conditionales", "cadenas-de-caracteres"],
"technologies": ["strings", "python-functions", "conditionals", "variables", "conditionales", "funciones-de-python"],
"editor": {
"version": "5.0"
},
Expand Down