mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-04 00:05:28 -05:00
chore: add Dictionaries and Sets section lecture files (#60679)
Co-authored-by: Dario-DC <105294544+Dario-DC@users.noreply.github.com> Co-authored-by: Zaira <33151350+zairahira@users.noreply.github.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user