主讲老师
郭老师拥有超过20年的IT经验,涉及银行、保险、电商平台、咨询公司等领域。在加拿大有18年的培训经验,培训了很多专业软件人员,包括在校大学生的面试、技术辅导。在公司曾担任滑铁卢大学Co-op招生面试官;企业实习生mentor。
完整的体系
每级20学时,从入门到AI。
第1级- Python基础
第2级- Python高级
第3级- Python网站开发
第4级- Python with AI
一级课程大纲
--零基础,手把手,循序渐进。
--超过50个编程小案例。
--案例内容广泛,有学生熟悉的学校、生活场景,如数学问题、朋友通讯录、乘法表等。也特意设计了一些商业场景,如银行场景、疫情数据分析、Chatbot。
--游戏开发,可以让家人挑战学生编写的游戏。让学生在玩中掌握编程技术。
招生对象
--5-12年级学生,对编程感兴趣,无需经验。
--低年级的学生家长请咨询。
上课方式
--每周一次在线实时教学,共20学时。
--免费的在线答疑。
--有课上小测验和课后作业,老师每周批改作业。
--学生可以在Google Classroom 里随时提问,老师通常在24小时之内回答学生问题。
-- 一级班结束后,为继续上二级的学生,提供三周免费的小组项目。学生2~3人一组,培养自学,独立思考,团队合作的能力。老师给予答疑辅导。项目结束时,有学生的Presentation。
--只要能上Google Classroom 就可以学习,无需特殊准备。通过我们的教学平台,学生可以下载课件和作业。
学费
一级班 :$400+tax=$452 共20学时
上课时间
· 每周六下午3-5pm
· 第一次课 5月13日
Why PwA?
Clear and Precise Lectures
Step by Step Coding Demo
Pop Quizzes in Class
50+ Coding Activities
All information on Google Classroom
Q&A sessions
Online Live Sessions
20 hours
10 sessions, 2 hours each
Additional Q&A sessions
Week homework
Unit 1 Introduction
What is Python?
What can you do with Python?
AI in Python Demo
Unit 2 Your First Python Program!
How to install Pyton
How to install Visual Studio Code
How to install Python Extension
How to run Python in console
How to run Python in Visual Studio Code
Unit 3 Print & Input
Print Function
Variables & Comments
Input Function
Exercise: Math Quiz program
Exercise: Chatbot program
Unit 4 Fun with Numbers!
Data Types
How to use arithmetic operators
How to use comparison operators
Unit 5 If Statement
Logical Operators
If Statement
Unit 6 While Loop
How to use while loop
Assignment: 4 coding activities
Unit 7 Random
What is modules
How to use random module
Guess magic number game
Unit 8 Play with Strings
String Operators
String Functions
Unit 9 Collections
List, Tuple and Dictionary
For Loop
Unit 10 Reusable Code
How to create functions
How to create modules
Unit 11 Turtle Games
Turtle Module Introduction
Animation Basics
Graph Functions (linear, trigonometry etc)
Turtle Racing Game
Unit 12 Snake Game
Software Design 101
How to module game rules to data
Build Snake Game