Files
freeCodeCamp/curriculum/structure/blocks/lecture-introduction-to-python.json

63 lines
1.8 KiB
JSON

{
"name": "Introduction to Python",
"blockType": "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?"
},
{
"id": "67fe8597975ea634042cad8f",
"title": "How Do You Declare Variables and What Are Naming Conventions to Name Variables?"
},
{
"id": "67fe8599c83979345ff9a91a",
"title": "How Does the Print Function Work?"
},
{
"id": "67fe859a00971c34a23abd43",
"title": "What Are Common Data Types in Python and How Do You Get the Type of a Variable?"
},
{
"id": "67fe859c1ab68734d7c666cb",
"title": "How Do You Work With Strings?"
},
{
"id": "6839b2ddd01ef657b6bf3b76",
"title": "What Are Some Common String Methods?"
},
{
"id": "67fe859e9d3b3635197781c8",
"title": "How Do You Work With Integers and Floating Point Numbers?"
},
{
"id": "6839b3295323f563efc68f5c",
"title": "How Do Augmented Assignments Work?"
},
{
"id": "67fe859f55cd33356e322fd3",
"title": "How Do Functions Work in Python?"
},
{
"id": "67fe85a1b634a335b18ae09a",
"title": "What Is Scope in Python and How Does It Work?"
},
{
"id": "67fe85a3db9bad35f2b6a2bd",
"title": "How Do Conditional Statements and Logical Operators Work?"
},
{
"id": "68480f431e8568b2056b140b",
"title": "What Are Truthy and Falsy Values, and How Do Boolean Operators and Short-Circuiting Work?"
}
],
"helpCategory": "Python"
}