diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1a31f6b3..bde2cfb1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,3 +1,4 @@ + // For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/python { @@ -21,7 +22,7 @@ "extensions": ["learn-pack.learnpack-vscode"] } }, - "onCreateCommand": "sudo apt-get update -y && sudo apt-get install xdg-utils -y && pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.47 -g && learnpack plugins:install @learnpack/python@1.0.3" + "onCreateCommand": "sudo apt-get update -y && sudo apt-get install xdg-utils -y && pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.50 -g && learnpack plugins:install @learnpack/python@1.0.3" // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, diff --git a/learn.json b/learn.json index a17b4b16..adf73c71 100644 --- a/learn.json +++ b/learn.json @@ -1,33 +1,37 @@ + { - "slug": "python-beginner-programming-exercises", - "title": { - "us": "Learn Python Interactively (beginner)", - "es": "Aprende Python Interactivamente (Principiante)" - }, - "intro": "https://www.youtube.com/watch?v=amyDNhZwGJQ", - "repository": "https://github.com/4GeeksAcademy/python-beginner-programming-exercises", - "preview": "https://github.com/4GeeksAcademy/python-beginner-programming-exercises/blob/master/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." - }, - "duration": 10, - "difficulty": "easy", - "videoSolutions": true, - "projectType": "tutorial", - "bugsLink": "https://github.com/learnpack/learnpack/issues/new", - "graded": true, - "language": "python3", - - "editor": { - "version": "3.1.24" - }, - "video": { - "intro": { - "es": "https://www.youtube.com/watch?v=amyDNhZwGJQ", - "en": "https://www.youtube.com/watch?v=amyDNhZwGJQ" - } +"slug": "python-beginner-programming-exercises", +"title": { + "us": "Learn Python Interactively (beginner)", + "es": "Aprende Python Interactivamente (Principiante)" +}, +"intro": "https://www.youtube.com/watch?v=amyDNhZwGJQ", +"repository": "https://github.com/4GeeksAcademy/python-beginner-programming-exercises", +"preview": "https://github.com/4GeeksAcademy/python-beginner-programming-exercises/blob/master/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." +}, +"duration": 10, +"difficulty": "easy", +"videoSolutions": true, +"projectType": "tutorial", +"bugsLink": "https://github.com/learnpack/learnpack/issues/new", +"graded": true, +"language": "python3", + +"editor": { + "version": "3.1.36" +}, +"telemetry": { + "batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry" +}, +"video": { + "intro": { + "es": "https://www.youtube.com/watch?v=amyDNhZwGJQ", + "en": "https://www.youtube.com/watch?v=amyDNhZwGJQ" } +} + - }