mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-25 05:02:17 -04:00
fix: URL names for learn python course (#66513)
This commit is contained in:
22
curriculum/structure/blocks/python-setup-first-steps.json
Normal file
22
curriculum/structure/blocks/python-setup-first-steps.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "Python Setup & First Steps",
|
||||
"blockLabel": "lecture",
|
||||
"blockLayout": "challenge-list",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "python-setup-first-steps",
|
||||
"helpCategory": "Python",
|
||||
"challengeOrder": [
|
||||
{
|
||||
"id": "05b8c9b04c6df84636956fab",
|
||||
"title": "Introduction"
|
||||
},
|
||||
{
|
||||
"id": "edeae16d4bf9505165740c75",
|
||||
"title": "Installing Python and PyCharm"
|
||||
},
|
||||
{
|
||||
"id": "8ca3a380a75d00443d9e09bd",
|
||||
"title": "Hello World Program"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user