diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3c87dfd..8c084e4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -21,7 +21,7 @@ "extensions": ["learn-pack.learnpack-vscode"] } }, - "onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.20 -g && learnpack plugins:install @learnpack/python@1.0.0" + "onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.35 -g && learnpack plugins:install @learnpack/python@1.0.0" // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, diff --git a/exercises/00-Welcome/README.es.md b/exercises/00-Welcome/README.es.md index 82f48a5..a2964b0 100644 --- a/exercises/00-Welcome/README.es.md +++ b/exercises/00-Welcome/README.es.md @@ -1,3 +1,6 @@ +--- +intro: "https://www.youtube.com/watch?v=SD9lqR67yMY" +--- # Welcome to Python Functions! ¡¡Nos entusiasma mucho tenerte aquí!! 🎉 😂 diff --git a/exercises/00-Welcome/README.md b/exercises/00-Welcome/README.md index 5522b4b..4b14bc8 100644 --- a/exercises/00-Welcome/README.md +++ b/exercises/00-Welcome/README.md @@ -1,5 +1,5 @@ --- -intro: "https://www.youtube.com/watch?v=awa_yfGgy9s" +intro: "https://www.youtube.com/watch?v=06rxSj-9wM4" --- # Welcome to Python Functions! diff --git a/exercises/01-Hello-World/README.es.md b/exercises/01-Hello-World/README.es.md index da0ecf5..bafbb75 100644 --- a/exercises/01-Hello-World/README.es.md +++ b/exercises/01-Hello-World/README.es.md @@ -1,3 +1,7 @@ +--- +tutorial: "https://www.youtube.com/watch?v=X1XZ4d-DE4Q" +--- + # `01` Hello World En Python, usamos **print** para hacer que el computador escriba cualquier cosa que queramos (el contenido de una variable, un string dado, etc.) en algo llamado "la consola". diff --git a/exercises/01-Hello-World/README.md b/exercises/01-Hello-World/README.md index cd5ba73..943c535 100644 --- a/exercises/01-Hello-World/README.md +++ b/exercises/01-Hello-World/README.md @@ -1,5 +1,5 @@ --- -tutorial: "https://www.youtube.com/watch?v=voBO7a0KPtE" +tutorial: "https://www.youtube.com/watch?v=_0zvPIS587w" --- # `01` Hello World diff --git a/exercises/02-What-is-a-function/README.es.md b/exercises/02-What-is-a-function/README.es.md index bf34887..6fe4214 100644 --- a/exercises/02-What-is-a-function/README.es.md +++ b/exercises/02-What-is-a-function/README.es.md @@ -1,3 +1,6 @@ +--- +tutorial: "https://www.youtube.com/watch?v=4JzHH2qR8n0" +--- # `02` What is a function? Puedes ver una función como un **fragmento de código** que puedes usar varias veces. diff --git a/exercises/02-What-is-a-function/README.md b/exercises/02-What-is-a-function/README.md index 5bd1324..24569d2 100755 --- a/exercises/02-What-is-a-function/README.md +++ b/exercises/02-What-is-a-function/README.md @@ -1,5 +1,5 @@ --- -tutorial: "https://www.youtube.com/watch?v=tgTLyZ0cKj4" +tutorial: "https://www.youtube.com/watch?v=U5GId8yOc-A" --- # `02` What is a function? diff --git a/exercises/03-Call-a-function/README.es.md b/exercises/03-Call-a-function/README.es.md index a81e346..8748075 100644 --- a/exercises/03-Call-a-function/README.es.md +++ b/exercises/03-Call-a-function/README.es.md @@ -1,5 +1,5 @@ --- -tutorial: "https://www.youtube.com/watch?v=NU5iW_bWwmY" +tutorial: "https://www.youtube.com/watch?v=F7_I8PD38ZQ" --- # `03` Calling a Function diff --git a/exercises/03-Call-a-function/README.md b/exercises/03-Call-a-function/README.md index 7e1d9f5..07ce82d 100755 --- a/exercises/03-Call-a-function/README.md +++ b/exercises/03-Call-a-function/README.md @@ -1,5 +1,5 @@ --- -tutorial: "https://www.youtube.com/watch?v=NU5iW_bWwmY" +tutorial: "https://www.youtube.com/watch?v=8tvkCp3EMiM" --- # `03` Calling a Function diff --git a/exercises/04-Defining-vs-Calling-a-function/README.es.md b/exercises/04-Defining-vs-Calling-a-function/README.es.md index 2095bcf..9f2d53f 100644 --- a/exercises/04-Defining-vs-Calling-a-function/README.es.md +++ b/exercises/04-Defining-vs-Calling-a-function/README.es.md @@ -1,3 +1,7 @@ +--- +tutorial: "https://www.youtube.com/watch?v=ztyFrIY7U3o" +--- + # `04` Defining vs Calling a Function Las funciones solo existen si tú u otra persona las define... es la única forma en que el compilador/intérprete de lenguaje sabe que existen, por lo tanto, puede ejecutarlas cuando las llamas. diff --git a/exercises/04-Defining-vs-Calling-a-function/README.md b/exercises/04-Defining-vs-Calling-a-function/README.md index 11b4567..ea048df 100755 --- a/exercises/04-Defining-vs-Calling-a-function/README.md +++ b/exercises/04-Defining-vs-Calling-a-function/README.md @@ -1,5 +1,5 @@ --- -tutorial: "https://www.youtube.com/watch?v=fz4ttmwZWuc" +tutorial: "https://www.youtube.com/watch?v=XbDE19gR678" --- # `04` Defining vs Calling a Function diff --git a/exercises/05-lambda-functions/README.es.md b/exercises/05-lambda-functions/README.es.md index 9db503e..8298707 100644 --- a/exercises/05-lambda-functions/README.es.md +++ b/exercises/05-lambda-functions/README.es.md @@ -1,3 +1,7 @@ +--- +tutorial: "https://www.youtube.com/watch?v=UH__beyfTlo" +--- + # `05` Lambda Functions in Python Una **función lambda** es una función con solo una línea de código y sin nombre. diff --git a/exercises/05-lambda-functions/README.md b/exercises/05-lambda-functions/README.md index fbd20e8..6ce4581 100755 --- a/exercises/05-lambda-functions/README.md +++ b/exercises/05-lambda-functions/README.md @@ -1,5 +1,5 @@ --- -tutorial: "https://www.youtube.com/watch?v=HACQ9uerCuE" +tutorial: "https://www.youtube.com/watch?v=vRusUCDa3-k" --- diff --git a/exercises/06-lambda-function-two/README.es.md b/exercises/06-lambda-function-two/README.es.md index f1b61f9..fc990cb 100644 --- a/exercises/06-lambda-function-two/README.es.md +++ b/exercises/06-lambda-function-two/README.es.md @@ -1,3 +1,7 @@ +--- +tutorial: "https://www.youtube.com/watch?v=F30Vkf69SHI" +--- + # `06` Lambda Functions ### ☝ Recuerda: diff --git a/exercises/06-lambda-function-two/README.md b/exercises/06-lambda-function-two/README.md index 45e54a9..c293196 100755 --- a/exercises/06-lambda-function-two/README.md +++ b/exercises/06-lambda-function-two/README.md @@ -1,5 +1,5 @@ --- -tutorial: "https://www.youtube.com/watch?v=1HwmTkQPeMo" +tutorial: "https://www.youtube.com/watch?v=0KX8Bh7d_9E" --- # `06` Lambda Functions diff --git a/exercises/07-Function-that-returns/README.es.md b/exercises/07-Function-that-returns/README.es.md index 086c4eb..80bd645 100644 --- a/exercises/07-Function-that-returns/README.es.md +++ b/exercises/07-Function-that-returns/README.es.md @@ -1,3 +1,7 @@ +--- +tutorial: "https://www.youtube.com/watch?v=3V15moFzUjI" +--- + # `07` Functions that return Es una muy buena práctica que las funciones devuelvan algo, incluso si es `None`. diff --git a/exercises/07-Function-that-returns/README.md b/exercises/07-Function-that-returns/README.md index 01d7d9c..0103d2d 100755 --- a/exercises/07-Function-that-returns/README.md +++ b/exercises/07-Function-that-returns/README.md @@ -1,5 +1,5 @@ --- -tutorial: "https://www.youtube.com/watch?v=-tqNmngh1PE" +tutorial: "https://www.youtube.com/watch?v=H6Zps4dPqzs" --- # `07` Functions that return diff --git a/exercises/08-Function-parameters/README.es.md b/exercises/08-Function-parameters/README.es.md index 1f81497..a9b4992 100644 --- a/exercises/08-Function-parameters/README.es.md +++ b/exercises/08-Function-parameters/README.es.md @@ -1,3 +1,7 @@ +--- +tutorial: "https://www.youtube.com/watch?v=LuA-x5DYPr4" +--- + # `08` Function parameters Puedes especificar tantos parámetros como desees en una función. diff --git a/exercises/08-Function-parameters/README.md b/exercises/08-Function-parameters/README.md index 6ad2d14..86e9167 100755 --- a/exercises/08-Function-parameters/README.md +++ b/exercises/08-Function-parameters/README.md @@ -1,5 +1,5 @@ --- -tutorial: "https://www.youtube.com/watch?v=uaiDxW4LJNA" +tutorial: "https://www.youtube.com/watch?v=BCMQF44H-BY" --- # `08` Function parameters diff --git a/exercises/09-Array-Methods/README.es.md b/exercises/09-Array-Methods/README.es.md index 033cec3..16712e8 100644 --- a/exercises/09-Array-Methods/README.es.md +++ b/exercises/09-Array-Methods/README.es.md @@ -1,3 +1,7 @@ +--- +tutorial: "https://www.youtube.com/watch?v=Ne8ZRZTSaQA" +--- + # `09` List Methods ## 📝 Instrucciones: diff --git a/exercises/09-Array-Methods/README.md b/exercises/09-Array-Methods/README.md index c3568b0..b5812cd 100755 --- a/exercises/09-Array-Methods/README.md +++ b/exercises/09-Array-Methods/README.md @@ -1,5 +1,5 @@ --- -tutorial: "https://www.youtube.com/watch?v=jBXve_vh7dU" +tutorial: "https://www.youtube.com/watch?v=5Wk2a16nnUY" --- # `09` List Methods diff --git a/learn.json b/learn.json index 4786842..130bb24 100644 --- a/learn.json +++ b/learn.json @@ -19,7 +19,7 @@ "graded": true, "editor": { - "version": "1.0.73" + "version": "3.1.9" } }