-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
182 lines (182 loc) · 6.64 KB
/
index.html
File metadata and controls
182 lines (182 loc) · 6.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow, max-image-preview:large" />
<meta name="theme-color" content="#1f8f4d" />
<meta
name="description"
content="Free open-source Python quiz for students learning coding, AI, data, games, and real-world projects with Create & Learn."
/>
<meta name="author" content="Create & Learn" />
<link rel="canonical" href="https://createlearn.github.io/python-quiz/" />
<link
rel="alternate"
href="https://createlearn.github.io/python-quiz/"
hreflang="en"
/>
<link
rel="alternate"
href="https://createlearn.github.io/python-quiz/"
hreflang="x-default"
/>
<meta property="og:site_name" content="Create & Learn Python Quiz" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta
property="og:url"
content="https://createlearn.github.io/python-quiz/"
/>
<meta
property="og:title"
content="Free Python Quiz for Kids | Create & Learn"
/>
<meta
property="og:description"
content="Practice beginner and intermediate Python concepts with a free open-source quiz from Create & Learn."
/>
<meta
property="og:image"
content="https://cdn.create-learn.us/python/python4.jpg"
/>
<meta
property="og:image:alt"
content="Create & Learn Python for AI class preview"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Free Python Quiz for Kids | Create & Learn"
/>
<meta
name="twitter:description"
content="Practice Python for AI, data, games, and real-world coding projects with a free open-source quiz."
/>
<meta
name="twitter:image"
content="https://cdn.create-learn.us/python/python4.jpg"
/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "EducationalOrganization",
"@id": "https://www.create-learn.us/#organization",
"name": "Create & Learn",
"url": "https://www.create-learn.us/",
"logo": "https://www.create-learn.us/favicon.ico",
"sameAs": [
"https://www.create-learn.us/python-for-kids",
"https://www.create-learn.us/coding-for-kids/free-classes",
"https://www.create-learn.us/coding-for-kids/python"
],
"description": "Create & Learn provides live online coding, AI, and computer science classes for kids and teens."
},
{
"@type": "WebSite",
"@id": "https://createlearn.github.io/python-quiz/#website",
"name": "Create & Learn Python Quiz",
"url": "https://createlearn.github.io/python-quiz/",
"inLanguage": "en",
"publisher": {
"@id": "https://www.create-learn.us/#organization"
}
},
{
"@type": ["WebApplication", "LearningResource"],
"@id": "https://createlearn.github.io/python-quiz/#app",
"name": "Create & Learn Python Quiz",
"alternateName": "Python Skill Builder",
"url": "https://createlearn.github.io/python-quiz/",
"description": "A free open-source Python practice quiz for students learning beginner and intermediate Python concepts for AI, data science, games, apps, and real-world coding projects.",
"applicationCategory": "EducationalApplication",
"operatingSystem": "Web",
"browserRequirements": "Requires JavaScript and a modern web browser.",
"isAccessibleForFree": true,
"license": "https://github.com/CreateLearn/python-quiz/blob/main/LICENSE",
"codeRepository": "https://github.com/CreateLearn/python-quiz",
"image": "https://cdn.create-learn.us/python/python4.jpg",
"inLanguage": "en",
"dateModified": "2026-04-25",
"creator": {
"@id": "https://www.create-learn.us/#organization"
},
"publisher": {
"@id": "https://www.create-learn.us/#organization"
},
"provider": {
"@id": "https://www.create-learn.us/#organization"
},
"audience": {
"@type": "EducationalAudience",
"educationalRole": "student",
"audienceType": "Middle school and high school students"
},
"educationalLevel": ["Beginner", "Intermediate"],
"learningResourceType": "Quiz",
"teaches": [
"Python programming",
"Python for AI",
"Data science foundations",
"Text-based coding",
"Programming fundamentals"
],
"about": [
{
"@type": "Thing",
"name": "Python programming"
},
{
"@type": "Thing",
"name": "Coding for kids"
},
{
"@type": "Thing",
"name": "Artificial intelligence education"
}
],
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://createlearn.github.io/python-quiz/"
},
"sameAs": [
"https://github.com/CreateLearn/python-quiz",
"https://www.create-learn.us/python-for-kids",
"https://www.create-learn.us/coding-for-kids/python"
]
}
]
}
</script>
<title>Free Python Quiz for Kids | Create & Learn</title>
</head>
<body>
<noscript>
<main>
<h1>Free Python Quiz for Kids</h1>
<p>
Create & Learn Python Quiz is a free open-source practice tool for
students learning Python, AI, data science, games, apps, and
text-based coding fundamentals.
</p>
<p>
Visit
<a href="https://www.create-learn.us/python-for-kids"
>Create & Learn Python classes for kids</a
>
or view the
<a href="https://github.com/CreateLearn/python-quiz"
>open-source Python quiz project on GitHub</a
>.
</p>
</main>
</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>