mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-22 05:01:23 -05:00
31 lines
675 B
JSON
31 lines
675 B
JSON
{
|
|
"name": "Object Oriented Programming",
|
|
"blockLabel": "lecture",
|
|
"blockLayout": "challenge-list",
|
|
"isUpcomingChange": false,
|
|
"dashedName": "learn-python-oop",
|
|
"helpCategory": "Python",
|
|
"challengeOrder": [
|
|
{
|
|
"id": "a0339c4075344cbfc2cd939c",
|
|
"title": "Classes and Objects"
|
|
},
|
|
{
|
|
"id": "9afe5e8141b13e9f1d59d46e",
|
|
"title": "Building a Multiple Choice Quiz"
|
|
},
|
|
{
|
|
"id": "697fe3cb32baa3841ab62a63",
|
|
"title": "Object Functions"
|
|
},
|
|
{
|
|
"id": "697fe5c032baa3841ab62a64",
|
|
"title": "Inheritance"
|
|
},
|
|
{
|
|
"id": "697fe6c932baa3841ab62a65",
|
|
"title": "Python Interpreter"
|
|
}
|
|
]
|
|
}
|