Personalized AI tutors, hands-on virtual labs, and instructor-led courses — in 10 languages, from algebra to advanced ML.
Linear Algebra Foundations
What is the dot product of [1, 2] and [3, 4]?
Hint: multiply matching components, then add them up.
import numpy as np
a = np.array([1, 2])
b = np.array([3, 4])
print(np.dot(a, b))
# 11每一门 STEM 学科,用您的语言学习
找到契合您学习目标的完美课程
由 AI 驱动,掌握 STEM 学科所需的一切
个性化 AI 导师适应您的学习风格和节奏
在浏览器中直接用 9 种以上语言编写并运行代码
完成课程并通过考试即可获得可验证的证书
6 种语言,任何设备,任何时间,皆可访问
Not a generic course marketplace — every feature is tuned for math, science, and code.
10
Languages of instruction
9+
Coding languages in labs
AI
Personalized tutor, 24/7
Free
Certificates on completion
与全球学习者分享您的专业知识。借助我们强大的工具创建课程——视频、代码练习、虚拟实验室、AI 测验等等。
富文本编辑器,支持 Markdown、视频上传、代码片段
支持 9 种以上语言,实时运行
从内容自动生成题目
为您的学生颁发证书
Pick a course, open a lab, ask the AI tutor a question — all on the free tier.