diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index e256022b098..3a5d345c8db 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -4123,12 +4123,12 @@ "lecture-working-with-dictionaries-and-sets": { "title": "Working with Dictionaries and Sets", "intro": [ - "Learn about Working with Dictionaries and Sets in these lectures." + "Learn about working with dictionaries and sets in these lectures." ] }, "lecture-working-with-modules": { "title": "Working with Modules", - "intro": ["Learn about Working with Modules in these lectures."] + "intro": ["Learn about working with modules in these lectures."] }, "workshop-placeholder-dictionaries-and-sets": { "title": "Placeholder - waiting for title", diff --git a/client/src/pages/learn/full-stack-developer/lecture-working-with-dictionaries-and-sets/index.md b/client/src/pages/learn/full-stack-developer/lecture-working-with-dictionaries-and-sets/index.md new file mode 100644 index 00000000000..6d1b661bb1e --- /dev/null +++ b/client/src/pages/learn/full-stack-developer/lecture-working-with-dictionaries-and-sets/index.md @@ -0,0 +1,9 @@ +--- +title: Introduction to Working with Dictionaries and Sets +block: lecture-working-with-dictionaries-and-sets +superBlock: full-stack-developer +--- + +## Introduction to Working with Dictionaries and Sets + +Learn about working with dictionaries and sets in these lectures. diff --git a/client/src/pages/learn/full-stack-developer/lecture-working-with-modules/index.md b/client/src/pages/learn/full-stack-developer/lecture-working-with-modules/index.md new file mode 100644 index 00000000000..107b81f0693 --- /dev/null +++ b/client/src/pages/learn/full-stack-developer/lecture-working-with-modules/index.md @@ -0,0 +1,9 @@ +--- +title: Introduction to Working with Modules +block: lecture-working-with-modules +superBlock: full-stack-developer +--- + +## Introduction to Working with Modules + +Learn about working with modules in these lectures. diff --git a/curriculum/challenges/_meta/lecture-working-with-dictionaries-and-sets/meta.json b/curriculum/challenges/_meta/lecture-working-with-dictionaries-and-sets/meta.json new file mode 100644 index 00000000000..e65e88370b9 --- /dev/null +++ b/curriculum/challenges/_meta/lecture-working-with-dictionaries-and-sets/meta.json @@ -0,0 +1,23 @@ +{ + "name": "Working with Dictionaries and Sets", + "isUpcomingChange": true, + "dashedName": "lecture-working-with-dictionaries-and-sets", + "blockType": "lecture", + "blockLayout": "challenge-list", + "superBlock": "full-stack-developer", + "challengeOrder": [ + { + "id": "683ec7a722bc7b67c1132bd3", + "title": "What Are Dictionaries, and How Do They Work?" + }, + { + "id": "683ec8e8a2389f713380fca8", + "title": "What Are Some Common Techniques to Loop Over a Dictionary?" + }, + { + "id": "683ec8fd8b21827317388a45", + "title": "What Are Sets, and How Do They Work?" + } + ], + "helpCategory": "Python" +} \ No newline at end of file diff --git a/curriculum/challenges/_meta/lecture-working-with-modules/meta.json b/curriculum/challenges/_meta/lecture-working-with-modules/meta.json new file mode 100644 index 00000000000..d91e45efaaa --- /dev/null +++ b/curriculum/challenges/_meta/lecture-working-with-modules/meta.json @@ -0,0 +1,10 @@ +{ + "name": "Working with Modules", + "isUpcomingChange": true, + "dashedName": "lecture-working-with-modules", + "blockType": "lecture", + "blockLayout": "challenge-list", + "superBlock": "full-stack-developer", + "challengeOrder": [{ "id": "683ec7b778993c6971b56c83", "title": "What Is the Python Standard Library, and How Do You Import a Module?" }], + "helpCategory": "Python" +} diff --git a/curriculum/challenges/english/25-front-end-development/lecture-working-with-dictionaries-and-sets/683ec7a722bc7b67c1132bd3.md b/curriculum/challenges/english/25-front-end-development/lecture-working-with-dictionaries-and-sets/683ec7a722bc7b67c1132bd3.md new file mode 100644 index 00000000000..be43ae21aa8 --- /dev/null +++ b/curriculum/challenges/english/25-front-end-development/lecture-working-with-dictionaries-and-sets/683ec7a722bc7b67c1132bd3.md @@ -0,0 +1,133 @@ +--- +id: 683ec7a722bc7b67c1132bd3 +title: What Are Dictionaries, and How Do They Work? +challengeType: 19 +dashedName: what-are-dictionaries-and-how-do-they-work +--- + +# --description-- + +Lecture text + +# --questions-- + +## --text-- + +Question 1 + +## --answers-- + +Answer 1.1 + +### --feedback-- + +Feedback 1 + +--- + +Answer 1.2 + +### --feedback-- + +Feedback 1 + +--- + +Answer 1.3 + +### --feedback-- + +Feedback 1 + +--- + +Answer 1.4 + +### --feedback-- + +Feedback 1 + +## --video-solution-- + +5 + +## --text-- + +Question 2 + +## --answers-- + +Answer 2.1 + +### --feedback-- + +Feedback 2 + +--- + +Answer 2.2 + +### --feedback-- + +Feedback 2 + +--- + +Answer 2.3 + +### --feedback-- + +Feedback 2 + +--- + +Answer 2.4 + +### --feedback-- + +Feedback 2 + +## --video-solution-- + +5 + +## --text-- + +Question 3 + +## --answers-- + +Answer 3.1 + +### --feedback-- + +Feedback 3 + +--- + +Answer 3.2 + +### --feedback-- + +Feedback 3 + +--- + +Answer 3.3 + +### --feedback-- + +Feedback 3 + +--- + +Answer 3.4 + +### --feedback-- + +Feedback 3 + +## --video-solution-- + +5 + diff --git a/curriculum/challenges/english/25-front-end-development/lecture-working-with-dictionaries-and-sets/683ec8e8a2389f713380fca8.md b/curriculum/challenges/english/25-front-end-development/lecture-working-with-dictionaries-and-sets/683ec8e8a2389f713380fca8.md new file mode 100644 index 00000000000..f47e7c9901b --- /dev/null +++ b/curriculum/challenges/english/25-front-end-development/lecture-working-with-dictionaries-and-sets/683ec8e8a2389f713380fca8.md @@ -0,0 +1,133 @@ +--- +id: 683ec8e8a2389f713380fca8 +title: What Are Some Common Techniques to Loop Over a Dictionary? +challengeType: 19 +dashedName: what-are-some-common-techniques-to-loop-over-a-dictionary +--- + +# --description-- + +Lecture text + +# --questions-- + +## --text-- + +Question 1 + +## --answers-- + +Answer 1.1 + +### --feedback-- + +Feedback 1 + +--- + +Answer 1.2 + +### --feedback-- + +Feedback 1 + +--- + +Answer 1.3 + +### --feedback-- + +Feedback 1 + +--- + +Answer 1.4 + +### --feedback-- + +Feedback 1 + +## --video-solution-- + +5 + +## --text-- + +Question 2 + +## --answers-- + +Answer 2.1 + +### --feedback-- + +Feedback 2 + +--- + +Answer 2.2 + +### --feedback-- + +Feedback 2 + +--- + +Answer 2.3 + +### --feedback-- + +Feedback 2 + +--- + +Answer 2.4 + +### --feedback-- + +Feedback 2 + +## --video-solution-- + +5 + +## --text-- + +Question 3 + +## --answers-- + +Answer 3.1 + +### --feedback-- + +Feedback 3 + +--- + +Answer 3.2 + +### --feedback-- + +Feedback 3 + +--- + +Answer 3.3 + +### --feedback-- + +Feedback 3 + +--- + +Answer 3.4 + +### --feedback-- + +Feedback 3 + +## --video-solution-- + +5 + diff --git a/curriculum/challenges/english/25-front-end-development/lecture-working-with-dictionaries-and-sets/683ec8fd8b21827317388a45.md b/curriculum/challenges/english/25-front-end-development/lecture-working-with-dictionaries-and-sets/683ec8fd8b21827317388a45.md new file mode 100644 index 00000000000..9348a488911 --- /dev/null +++ b/curriculum/challenges/english/25-front-end-development/lecture-working-with-dictionaries-and-sets/683ec8fd8b21827317388a45.md @@ -0,0 +1,133 @@ +--- +id: 683ec8fd8b21827317388a45 +title: What Are Sets, and How Do They Work? +challengeType: 19 +dashedName: what-are-sets-and-how-do-they-work +--- + +# --description-- + +Lecture text + +# --questions-- + +## --text-- + +Question 1 + +## --answers-- + +Answer 1.1 + +### --feedback-- + +Feedback 1 + +--- + +Answer 1.2 + +### --feedback-- + +Feedback 1 + +--- + +Answer 1.3 + +### --feedback-- + +Feedback 1 + +--- + +Answer 1.4 + +### --feedback-- + +Feedback 1 + +## --video-solution-- + +5 + +## --text-- + +Question 2 + +## --answers-- + +Answer 2.1 + +### --feedback-- + +Feedback 2 + +--- + +Answer 2.2 + +### --feedback-- + +Feedback 2 + +--- + +Answer 2.3 + +### --feedback-- + +Feedback 2 + +--- + +Answer 2.4 + +### --feedback-- + +Feedback 2 + +## --video-solution-- + +5 + +## --text-- + +Question 3 + +## --answers-- + +Answer 3.1 + +### --feedback-- + +Feedback 3 + +--- + +Answer 3.2 + +### --feedback-- + +Feedback 3 + +--- + +Answer 3.3 + +### --feedback-- + +Feedback 3 + +--- + +Answer 3.4 + +### --feedback-- + +Feedback 3 + +## --video-solution-- + +5 + diff --git a/curriculum/challenges/english/25-front-end-development/lecture-working-with-modules/683ec7b778993c6971b56c83.md b/curriculum/challenges/english/25-front-end-development/lecture-working-with-modules/683ec7b778993c6971b56c83.md new file mode 100644 index 00000000000..4ac8930a3f4 --- /dev/null +++ b/curriculum/challenges/english/25-front-end-development/lecture-working-with-modules/683ec7b778993c6971b56c83.md @@ -0,0 +1,133 @@ +--- +id: 683ec7b778993c6971b56c83 +title: What Is the Python Standard Library, and How Do You Import a Module? +challengeType: 19 +dashedName: what-is-the-python-standard-library-and-how-do-you-import-a-module +--- + +# --description-- + +Lecture text + +# --questions-- + +## --text-- + +Question 1 + +## --answers-- + +Answer 1.1 + +### --feedback-- + +Feedback 1 + +--- + +Answer 1.2 + +### --feedback-- + +Feedback 1 + +--- + +Answer 1.3 + +### --feedback-- + +Feedback 1 + +--- + +Answer 1.4 + +### --feedback-- + +Feedback 1 + +## --video-solution-- + +5 + +## --text-- + +Question 2 + +## --answers-- + +Answer 2.1 + +### --feedback-- + +Feedback 2 + +--- + +Answer 2.2 + +### --feedback-- + +Feedback 2 + +--- + +Answer 2.3 + +### --feedback-- + +Feedback 2 + +--- + +Answer 2.4 + +### --feedback-- + +Feedback 2 + +## --video-solution-- + +5 + +## --text-- + +Question 3 + +## --answers-- + +Answer 3.1 + +### --feedback-- + +Feedback 3 + +--- + +Answer 3.2 + +### --feedback-- + +Feedback 3 + +--- + +Answer 3.3 + +### --feedback-- + +Feedback 3 + +--- + +Answer 3.4 + +### --feedback-- + +Feedback 3 + +## --video-solution-- + +5 +