Skip to content

Commit 7a9482b

Browse files
refactor(client): remove unused module intros (freeCodeCamp#64790)
1 parent 9b15ce5 commit 7a9482b

File tree

1 file changed

+0
-50
lines changed

1 file changed

+0
-50
lines changed

client/i18n/locales/english/intro.json

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -6669,48 +6669,6 @@
66696669
"review-python": "Python Review",
66706670
"python-certification-exam": "Python Certification Exam"
66716671
},
6672-
"module-intros": {
6673-
"python-classes-and-objects": {
6674-
"note": "Coming Winter 2025",
6675-
"intro": [
6676-
"In this module, you will learn how to work with classes, methods, attributes and properties. Then, you will build out workshops and labs to practice these concepts and take a short quiz to test your knowledge."
6677-
]
6678-
},
6679-
"python-object-oriented-programming": {
6680-
"note": "Coming Winter 2025",
6681-
"intro": [
6682-
"In this module, you will learn about Object-oriented programming concepts like encapsulation, inheritance, polymorphism, and more. You will build out workshops and labs to practice these concepts and take a short quiz to test your knowledge."
6683-
]
6684-
},
6685-
"python-linear-data-structures": {
6686-
"note": "Coming Winter 2025",
6687-
"intro": [
6688-
"In this module, you will learn about data structures including stacks, queues, linked lists, and more. You will build out a workshop and lab to practice these concepts and take a short quiz to test your knowledge."
6689-
]
6690-
},
6691-
"python-algorithms": {
6692-
"note": "Coming Winter 2025",
6693-
"intro": [
6694-
"In this module, you will learn about common algorithms including binary search, merge sort, selection sort, and more. You will build workshops and labs to practice these concepts and take a short quiz to test your knowledge."
6695-
]
6696-
},
6697-
"python-graphs-and-trees": {
6698-
"note": "Coming Winter 2025",
6699-
"intro": [
6700-
"In this module, you will learn about graphs in computer science as well as adjacency lists, trees, tries, and more. You will build workshops and labs to practice these concepts and take a short quiz to test your knowledge."
6701-
]
6702-
},
6703-
"python-dynamic-programming": {
6704-
"note": "Coming Winter 2025",
6705-
"intro": [
6706-
"In this module, you will learn about dynamic programming and practice these concepts by building a fibonacci sequence lab. Then you will take a short quiz to test your knowledge."
6707-
]
6708-
},
6709-
"python-certification-exam": {
6710-
"note": "Coming Winter 2025",
6711-
"intro": ["Pass this exam to earn your Python Certification."]
6712-
}
6713-
},
67146672
"blocks": {
67156673
"lecture-introduction-to-python": {
67166674
"title": "Introduction to Python",
@@ -7168,14 +7126,6 @@
71687126
"lab-number-guessing-game": "Build a Number Guessing Game",
71697127
"relational-databases-certification-exam": "Relational Databases Certification Exam"
71707128
},
7171-
"module-intros": {
7172-
"relational-databases-certification-exam": {
7173-
"note": "Coming Winter 2025",
7174-
"intro": [
7175-
"Pass this exam to earn your Relational Databases Certification."
7176-
]
7177-
}
7178-
},
71797129
"blocks": {
71807130
"lecture-working-with-code-editors-and-ides": {
71817131
"title": "Working with Code Editors and IDEs",

0 commit comments

Comments
 (0)