|
6669 | 6669 | "review-python": "Python Review", |
6670 | 6670 | "python-certification-exam": "Python Certification Exam" |
6671 | 6671 | }, |
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 | | - }, |
6714 | 6672 | "blocks": { |
6715 | 6673 | "lecture-introduction-to-python": { |
6716 | 6674 | "title": "Introduction to Python", |
|
7168 | 7126 | "lab-number-guessing-game": "Build a Number Guessing Game", |
7169 | 7127 | "relational-databases-certification-exam": "Relational Databases Certification Exam" |
7170 | 7128 | }, |
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 | | - }, |
7179 | 7129 | "blocks": { |
7180 | 7130 | "lecture-working-with-code-editors-and-ides": { |
7181 | 7131 | "title": "Working with Code Editors and IDEs", |
|
0 commit comments