Outschool
搜尋

US$15

weekly
or US$59 for all content
班級

關於 Python 編碼的一切 | 4 週 Python 程式設計課程*強化課程*

由 35 位學習者完成
年齡 12-18
自訂進度課程
這是一個為期 8 週的 Python 編碼 1 級課程,壓縮為 4 週,適合每周可以投入 4 - 6 小時學習該課程的學生!學習 Python 編碼的基礎知識,同時編寫 7 種不同的遊戲、動畫和應用程式。
平均評分:
4.9
評論數量:
(813 評論)
熱門課程
新星

4 預錄課程
4 教師支援週
自行選擇何時開始
1 年內容存取權

立即報名,隨時開始

按照自己的步調走
您的學習者可以在他們想要的時候開始學習,並以最適合他們的速度進步。
當你想要的時候開始。
按照自己的步調學習
訪問一整年的課程材料。
獲得老師的實際支持。

包含什麼

4 預錄課程
每段影片平均 86 分鐘
4 週
教師的支持
5 小時 44 分鐘
影片總學習時數
1 年訪問權
到內容
作業
每週 2-4 小時. Students are encouraged to complete review questions and coding challenges to practice what they have learned.
我們無法翻譯此文,請刷新頁面並再試一次。

課堂經歷

英語程度 - B2+
美國 6 - 9 年級
Beginner 等級
Your student will learn how to code with Python, one of the world's most popular coding languages. There is no experience necessary for this class, and it will be fun for everyone! Some projects we will complete include rock, paper, scissors, a mad libs game, login system, spiral animation, and a space catcher game. Students can continue learning more about Python with 8-week Level II, Level III, and specialized Python classes such as game development or creating graphical user interfaces. *This is an intensive class meaning students will need to dedicate 4 to 6 hours per week to this class.*  Your student will be amazed at what they can do at the end of 4 weeks and be excited to continue their coding journey. 

Week 1 (Part 1 & 2)

Meet Python!  
What Can You Do with Python?
How Do Computers Run Python Code?
Data Types: Strings and Integers 
Mathematical Operations 
What are Variables? 
Declaring a Variable
Mini-Projects: Time in Day and Class Greeting
Python Comments 
Format Strings   
Project: Python Mad Libs Game
Data Type Booleans: True or False
Comparison Operators ==, <, <
Conditional Statement Introduction
if/ else Conditional Statements
if/elif/ else Conditional Statements 
Coder Skills #1: What is Good Code?
Practice Challenges (1 – 2 hours) 

Week 2 (Part 3 & 4) 

Review Part 1 & 2 and Challenge Question Review
Python Lists
Python List Methods
What are Libraries? 
Conditional Operators and/or 
Project: Rock, Paper, Scissors
Troubleshooting Our Code
Data Type Floats: Fractions and Decimals
Python Type Casting or Conversion
Code with Mu Features
Introduction to Functions
First Function
Mini-Project: Function Practice Question #1
Mini-Project: Function Practice Question #2
Coder Skills #2: A Good Coder is A Good Searcher
Practice Challenges (2– 3 hours) 

Week 3

Part 4 & 5 Review and Challenge Question Review
Project: Python Login System
Global and Local Scope
Login System Project Update
Python Dictionaries
Python Dictionary Methods
Coder Skills #3: Lifelong Learning
What is a Loop?
For Loops
Using if/else Statements With Loops
Python Break Keyword
Python Range() Function
Python Turtle Animation Library Introduction
Project: Spiral Animation
Practice Challenges (2 – 3 hours) 

Week 4

Part 5 & 6 Review and Challenge Question Review
Python Modulo
Not Operator
Incrementing and Decrementing in Python
Project: Guess the Number
Coding Skill #4 - Hard Learning
Methods Review
Python String Methods
Python Updates
Control Flow
What is the PyGame Zero Game Library 
Project: Space Catcher Game
Code Skills #5: What Interests You in Coding?
Practice Challenges (1 – 2 hours) 

Intensive Classes

This intensive format is a full 8-week class that is offered over 4-weeks. Students should be able to dedicate a minimum of 5 to 6 hours per week to complete the course. Please, send a message if you have any questions. The link to the 8-week class is available at the bottom of the description if that would be a better option for your student. 

Build Fun Games and Projects with Python 

Students will complete 7 coding projects and games with Python. These projects include:

Minutes in Day Mini Project
Mad Libs
Rock, Paper, Scissors
Login System
Spiral Animation
Guess the Number
Space Catcher

These projects allow students to apply what they have learned with Python while building fun projects! Build Fun Games and Projects with Python.

Self Paced Class Communication

This is an Outschool self paced class so all lessons and projects are pre-recorded videos that students can complete at a convenient time. Students can send specific questions about practice questions and projects through Outschool. Due to the nature of self paced classes the instructor will respond within 2 to 3 business days. Unfortunately, the instructor can't provide feedback for code that isn't included with the class. 

Continue Learning More about Python 

Python Level I
Python Level II 
Intro to AI and Machine Learning

The class is a supportive, positive, and fun environment for all students! There is no coding or computer science experience required for this class. 
 
*********Students will need to be very comfortable typing and copy/pasting on their computers. ***********

學習目標

Students will be introduced to Python and learn about the basic syntax(structure) of the language. The goal of the class is for students to be interested in continuing to learn about coding and technology!

教學大綱

4 課程
超過 4 週
課 1:
Introduction to Python
 In the first week, students will be introduced to the Python programming language and learn about its applications. They will understand how computers execute Python code and explore basic data types such as strings and integers. Students will learn about variables, mathematical operations, and the importance of comments in code. The week will culminate with a mini-project where students create a "Mad Libs" game and a discussion on the concept of booleans and conditional statements. 
108 分鐘的影片課程
課 2:
Conditional Statements and Functions
 The second week will start with a review of the previous week's concepts, followed by an introduction to Python lists and list methods. Students will learn about libraries and conditional operators. They will apply their knowledge in a project to create a "Rock, Paper, Scissors" game. The week will also cover floats, type casting, and an introduction to functions, with mini-projects to practice creating functions. 
85 分鐘的影片課程
課 3:
Loops, Dictionaries, and Python Projects
 In the third week, students will review previous concepts and work on a project to create a Python login system. They will learn about global and local scope, dictionaries, and dictionary methods. The week will also introduce loops, specifically for loops, and how to use if/else statements with loops. Students will explore the Python Turtle animation library and create a spiral animation project. 
73 分鐘的影片課程
課 4:
Advanced Concepts and Python Games
 The final week will review advanced concepts and introduce new topics such as the modulo operator, incrementing and decrementing, and control flow. Students will work on a "Guess the Number" game project and learn about the PyGame Zero library for game development. The week will conclude with a final project where students create a "Space Catcher" game and reflect on their interests in coding. 
79 分鐘的影片課程

其他詳情

父母的引導和規範
Students will use Code with Mu, a free code editor designed specifically for beginners. Code with Mu requires any Windows, Apple Mac, or Linux computer. We will also utilize the official Python documentation (instructions) from Python.org as a reference throughout the class. Also, we utilize Pygame Zero for our final game project! Self Paced Class Communication Students can send specific questions about practice questions and projects through Outschool. Due to the nature of self paced classes the instructor will respond within 2 business days. Unfortunately, the instructor can't provide feedback for code that isn't included with the class. *********Students will need to be very comfortable typing and with copy/ paste on their computers. ***********
先決條件
Students need to very comfortable typing and familiar with copy/ paste on their device to be successful in this class.
供應清單
Students will use Code with Mu, a free code editor designed specifically for beginners. Code with Mu requires any Windows, Apple Mac, or Linux computer. Unfortunately, there isn't a version of Code with Mu for Tablets or Chromebooks. Please contact me if you have any questions.

****Students will need to be very comfortable typing and know how to copy/paste on their device.*********
外部資源
除了 Outschool 教室外,本課程也使用:

認識老師

已加入 April, 2020
4.9
813評論
熱門課程
新星
教師檔案
教師專業知識和證書
學士學位 由 Mount St. Mary's University
Over 5,000 students from nearly 100 countries across a variety of platforms have started coding in one of my classes. I offer classes covering the foundations of Python and AI. I am the author of the soon-to-be released book All About Python for Kids.  Before teaching, I worked as a software developer for nearly 10 years. I've worked for organizations including Apple, Dell, and Best Buy. I believe the best way to learn is by doing and all my classes are based around hands-on projects that progressively build in difficulty.  I'm a graduate of Mount St. Mary's University in Emmitsburg, Maryland. I can't wait to meet your learner in the class and get started soon. 

評論



其他家長也喜歡
關於中級 3 級 Python 編碼的所有內容 | Python編碼編碼類
David Sofield
4.9
(813)
US$33 每班
下次會議在 10:30 PM Sun 3/9
團體課
10 週, 1/週, 1 小時
11-16
Python 編碼 4 兒童(簡介)
Dr. Elliott Heflin, Jr.
4.6
(404)
US$15 每班
下次會議在 3 PM Monday
團體課
2 週, 5/週, 55 分鐘
8-13
關於 Python 編碼 1 級的一切 |青少年即時 Python 程式設計課程
David Sofield
4.9
(813)
US$22 每班
下次會議在 4 PM Sunday
團體課
8 週, 1/週, 1 小時
11-16
初學者 1 對 1 Python 編碼教練(輔導)
Bojan Milinic
5.0
(7)
US$65 每堂課
一對一課程
依需求開班
8-18
1:1 私人輔導 Python 編碼 - Python 程式設計簡介
Ziad Ghazi
4.5
(8)
US$55 每堂課
一對一課程
依需求開班
7-18
進階 Python 編碼 4 兒童
Dr. Elliott Heflin, Jr.
4.6
(404)
US$16 每班
下次會議在 2 PM Monday
團體課
2 週, 5/週, 55 分鐘
10-15
一對一 - Python 編碼課程
Geetu sodhi
5.0
(18)
US$40 每堂課
一對一課程
依需求開班
9-14
基於 Python 3 級專案 |生動有趣的 Python 編碼
QuattronKids
4.9
(178)
US$15 每班
下次會議在 12:30 AM Wed 2/26
團體課
10 週, 1/週, 1 小時
9-13
適合初學者的 Python 編碼:學習程式設計基礎知識
Create n Learn: English, Coding, AI, Music, Math
4.9
(188)
US$20 每班
團體課
8 週, 1/週, 55 分鐘
11-14
為初學者解鎖 Python 編碼 I- 電腦駭客訓練營
Coding Doctors Learning Lab, Inc.
4.8
(1,241)
US$15 每班
下次會議在 5 PM Tue 2/25
團體課
5 週, 2/週, 55 分鐘
10-14
Python 程式設計遊戲 4 兒童(簡介)
Dr. Elliott Heflin, Jr.
4.6
(404)
US$15 每班
下次會議在 4 PM Monday
團體課
2 週, 5/週, 55 分鐘
8-13
為初學者解鎖 Python 編碼 I - 兩週電腦駭客冬令營
Coding Doctors Learning Lab, Inc.
4.8
(1,241)
US$15 每班
下次會議在 6 PM Mon 2/24
團體課
2 週, 5/週, 55 分鐘
10-15
以專案為基礎的兒童 Python 編碼(級別 3)
AI Code Academy
4.7
(1,765)
US$23 每班
下次會議在 4 PM Saturday
團體課
10 週, 1/週, 1 小時
11-16
以專案為基礎的兒童 Python 編碼(2 級)
AI Code Academy
4.7
(1,765)
US$22 每班
下次會議在 4 PM Saturday
團體課
10 週, 1/週, 1 小時
10-15
關於 Python 程式設計 2 級的一切 |基於專案的Python編碼課程
David Sofield
4.9
(813)
US$32 每班
下次會議在 9:15 PM Sun 3/23
團體課
10 週, 1/週, 1 小時
11-16
基於Python的初學者|即時有趣的 Python 編碼
QuattronKids
4.9
(178)
US$15 每班
下次會議在 6:30 PM Fri 2/21
團體課
10 週, 1/週, 1 小時
9-12
查看更多課程
回首頁
搜尋
贈送禮物卡
開啟貨幣、時區和語言設置
語言&地區
登入