mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-19 04:00:56 -04:00
feat(learn): add catalog (#65596)
Co-authored-by: jdwilkin4 <jwilkin4@hotmail.com>
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "Practical Python: Errors, Files and Modules",
|
||||
"blockLabel": "lecture",
|
||||
"blockLayout": "challenge-list",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "learn-python-practical-errors-files",
|
||||
"helpCategory": "Python",
|
||||
"challengeOrder": [
|
||||
{
|
||||
"id": "71ac60e6488b40e997219f15",
|
||||
"title": "Comments"
|
||||
},
|
||||
{
|
||||
"id": "2a486e3e521b79b874fb5e9a",
|
||||
"title": "Try/Except"
|
||||
},
|
||||
{
|
||||
"id": "04e25c4fdc9ee0e71a844fd6",
|
||||
"title": "Reading Files"
|
||||
},
|
||||
{
|
||||
"id": "bfab38e6a6c1165f7774514d",
|
||||
"title": "Writing to Files"
|
||||
},
|
||||
{
|
||||
"id": "2ccc34bd3f7bb4ae97a67ea3",
|
||||
"title": "Modules and pip"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user