freeCodeCamp/curriculum/structure/blocks/lecture-introduction-to-python.json
Dario e2fe476686
fix(curriculum): restructure python basics module (#64700)
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
2025-12-19 17:23:26 +00:00

19 lines
508 B
JSON

{
"name": "Introduction to Python",
"blockLabel": "lecture",
"blockLayout": "challenge-list",
"isUpcomingChange": false,
"dashedName": "lecture-introduction-to-python",
"challengeOrder": [
{
"id": "67fe81c9c6fd3714343a45ad",
"title": "What Is Python and What Are Some Common Uses in the Industry?"
},
{
"id": "67fe8567f141d632afaeb71b",
"title": "How Do You Install, Configure and Use Python in Your Local Environment?"
}
],
"helpCategory": "Python"
}