|
952 | 952 | ], |
953 | 953 | "note": "", |
954 | 954 | "blocks": { |
955 | | - "learn-python-setup-first-steps": { |
956 | | - "title": "Setup & First Steps", |
| 955 | + "python-setup-first-steps": { |
| 956 | + "title": "Python Setup & First Steps", |
957 | 957 | "intro": [ |
958 | 958 | "In these videos, popular programming instructor Mike Dane will introduce you to Python and show you how to setup your local environment." |
959 | 959 | ] |
960 | 960 | }, |
961 | | - "learn-python-core-primitives": { |
962 | | - "title": "Core Primitives: Variables, Types, Basic I/O", |
| 961 | + "core-primitives-in-python": { |
| 962 | + "title": "Core Primitives in Python", |
963 | 963 | "intro": [ |
964 | 964 | "In these videos, you will learn about variables, data types, strings, numbers, and getting input from the user." |
965 | 965 | ] |
966 | 966 | }, |
967 | | - "learn-python-small-projects-basics": { |
968 | | - "title": "Small Projects: Using Basics", |
| 967 | + "small-python-projects": { |
| 968 | + "title": "Small Python Projects", |
969 | 969 | "intro": [ |
970 | 970 | "In these videos, you will practice what you have learned so far by building a basic calculator app and mad libs game." |
971 | 971 | ] |
972 | 972 | }, |
973 | | - "learn-python-data-structures": { |
974 | | - "title": "Data Structures: Lists and Tuples", |
| 973 | + "lists-and-tuples": { |
| 974 | + "title": "Lists and Tuples", |
975 | 975 | "intro": [ |
976 | 976 | "In these videos, you will learn about lists, tuples and common operations." |
977 | 977 | ] |
978 | 978 | }, |
979 | | - "learn-python-control-flow-functions": { |
| 979 | + "control-flow-and-functions-in-python": { |
980 | 980 | "title": "Control Flow and Functions", |
981 | 981 | "intro": [ |
982 | 982 | "In these videos, you will learn how to control the flow of your programs with if statements. You will also learn how to write reusable code with functions." |
983 | 983 | ] |
984 | 984 | }, |
985 | | - "learn-python-projects-loops": { |
| 985 | + "dictionaries-and-loops": { |
986 | 986 | "title": "Dictionaries and Loops", |
987 | 987 | "intro": [ |
988 | 988 | "In these videos, you will learn how to work with dictionaries and various loops include the while and for loops." |
989 | 989 | ] |
990 | 990 | }, |
991 | | - "learn-python-practical-errors-files": { |
992 | | - "title": "Practical Python: Errors, Files and Modules", |
| 991 | + "error-handling-files-and-modules-in-python": { |
| 992 | + "title": "Error Handling, Files, and Modules", |
993 | 993 | "intro": [ |
994 | 994 | "In these videos, you will learn how to handle errors gracefully, read and write to files, and organize your code with modules and external packages." |
995 | 995 | ] |
996 | 996 | }, |
997 | | - "learn-python-oop": { |
998 | | - "title": "Object Oriented Programming", |
| 997 | + "object-oriented-programming-with-python": { |
| 998 | + "title": "Object-Oriented Programming with Python", |
999 | 999 | "intro": [ |
1000 | 1000 | "In these videos, you will learn about object-oriented programming by creating classes and objects. You will practice these skills by building a multiple choice quiz application." |
1001 | 1001 | ] |
|
0 commit comments