Outschool
搜尋

US$8

weekly
or US$60 for all content
班級

關於青少年 Python 編碼的一切 |初學者 Python 編碼課程

由 237 位學習者完成
年齡 12-18
自訂進度課程
參加這個為期 8 週的基於專案的自定進度青少年 Python 程式設計課程,開始學習 Python 編碼!學生將在 1 級課程中編寫 7 個令人興奮的 Python 項目,同時學習 Python 程式設計的基礎知識。
平均評分:
4.9
評論數量:
(829 評論)
明星教育家
熱門課程

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

立即報名,隨時開始

這門課很受歡迎!目前已有超過10名學員正在學習此課程!
按照自己的步調走
您的學習者可以在他們想要的時候開始學習,並以最適合他們的速度進步。
當你想要的時候開始。
按照自己的步調學習
訪問一整年的課程材料。
獲得老師的實際支持。

包含什麼

8 預錄課程
每段影片平均 51 分鐘
8 週
教師的支持
6 小時 49 分鐘
影片總學習時數
1 年訪問權
到內容
作業
每週 1-2 小時. Students are encouraged to complete review questions and coding challenges to practice what they have learned. These challenges will take approximately 45 minutes to 1 hour per week. Answers (solutions) for all practice questions and detailed review videos will be posted to the Outschool classroom for students to check their work.
項目
Each week students will work on projects to apply what they have learned in class. The projects are reviewed in detailed lesson videos. The code for these projects is also provided in a PDF and posted in the classroom for students to check their work.
我們無法翻譯此文,請刷新頁面並再試一次。

課堂經歷

英語程度 - B2+
美國 6 - 12 年級
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, guess the number, pizza shop app, and a space catcher game. Students can further their understanding of Python by enrolling in advanced 8-week courses, such as Level II and Level III.

8-Week Class Syllabus

Part 1 

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 
Coder Skills #1: What is Good Code?
Practice Challenges (1 – 2 hours)  

Part 2 

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 
Practice Challenges (1 – 2 hours) 

Part 3 

Review Part 2 and Practice Question Review
Python Lists
Python List Methods
What are Libraries? 
Conditional Operators and/or 
Project: Rock, Paper, Scissors
Troubleshooting Our Code
Python String Methods
Coder Skills #2: A Good Coder is a Good Searcher
Practice Challenges (1 – 2 hours) 

Part 4 

Python Part 3 Review and Practice Questions
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
Practice Challenges (1 – 2 hours) 

Part 5 

Part 4 Review 
Function Practice Question Review
Project: Python Login System
Global and Local Scope
Login System Project Update
Python Dictionaries
Python Dictionary Methods
Coder Skills #3: Lifelong Learning
Practice Challenges (1 – 2 hours) 

Part 6

Part 5 and Challenge Question Review
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
Python Sets
Practice Challenges (1 – 2 hours) 

Part 7

Part 6 and Challenge Question Review
Python Remainder or Modulo
Python Methods Review
Python Math Methods
Python Builtin Functions
Not Operator
Incrementing and Decrementing in Python
Project: Guess the Number
Coding Skill #3 - Hard Learning
Practice Challenges (1 – 2 hours) 

Part 8 

Part 7 Review 
Collections of Values
Python Updates
Control Flow
What is the PyGame Zero Game Library 
Project: Space Catcher Game
Customize Your Game Challenge
Code Skills #5: What Interests You in Coding?
Closing and Learning More
Practice Challenges (1 – 2 hours) 

Build Fun Games, Animations and Projects with Python 

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

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

These projects allow students to apply what they have learned with Python while building fun projects! 

Continue Learning More about Python 

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

There is no coding or computer science experience required for this class. 

Technology Requirements

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, Chromebooks or tablets will not work with Code with Mu.

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. If your learner is interested in a more interactive class, there is a live  Zoom 8-Week All About Python Level 1 Class on Outschool!

學習目標

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!

教學大綱

8 課程
超過 8 週
課 1:
Starting with Python
 Welcome to the world of Python programming! In this part, you'll learn about what Python is, how your computer understands it, and the basics like words (strings) and numbers (integers) in Python. You'll also learn how to do math with Python, create variables to store information, and write comments to make your code easy to understand. Plus, you'll work on a fun mini-project to see what you've learned in action! 
63 分鐘的影片課程
課 2:
Making Choices with Python
 Now, let's learn how to make your Python code make decisions! You'll learn about booleans (which are just fancy words for true and false), how to compare things (like checking if a number is bigger or smaller), and how to use if/else statements to control what your code does. You'll even make a Python Mad Libs game and tackle some challenges to test your skills. 
58 分鐘的影片課程
課 3:
Lists and Rock, Paper, Scissors
 In this part, you'll get to know lists, which are like containers for storing lots of things in one place. You'll also learn how to use libraries, which are collections of extra tools that make Python even more powerful. Plus, you'll dive deeper into making decisions with and/or operators, and create a Rock, Paper, Scissors game to play with your friends! 
47 分鐘的影片課程
課 4:
Python Functions
 It's time to learn about functions, which are like mini-programs within your program that you can use over and over again. You'll also explore floats, which are numbers with decimals, and practice converting between different types of data. You'll get to work on some mini-projects to practice writing functions and tackle more challenges. 
43 分鐘的影片課程

其他詳情

父母的引導和規範
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, Chromebooks or tablets will not work with the code editor. 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! Technology Requirements 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, Chromebooks or tablets will not work with Code with Mu. 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 to 3 business days. Unfortunately, the instructor can't provide feedback for code that isn't included with the class. If your learner is interested in a more interactive class, there is a live Zoom 8-Week All About Level 1 Class!
先決條件
Students will need to be very comfortable typing and with copy/ paste on their computers. Learners will also need a Windows, Apple Mac, or Linux computer to complete this class.
供應清單
Technology Requirements

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, Chromebooks or tablets will not work for Code with Mu.
外部資源
除了 Outschool 教室外,本課程也使用:

認識老師

已加入 April, 2020
4.9
829評論
明星教育家
熱門課程
教師檔案
教師專業知識和證書
學士學位 由 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, JavaScript, and  HTML/ CSS. I am the author of the soon to be released book All About Python for Kids.  Before teaching I worked as a 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.

評論



其他家長也喜歡
關於中級 3 級 Python 編碼的全部內容 | Python 編碼課程
David Sofield
4.9
(829)
US$33 每班
團體課
10 週, 1/週, 1 小時
11-16
關於 Python 編碼專案的一切 | 8 個適合中階人員的 Python 編碼項目
David Sofield
4.9
(829)
US$30 每班
下次會議在 5:30 PM Saturday
團體課
8 週, 1/週, 1 小時
11-16
關於 Python 初學者編碼的一切 |青少年Python程式設計夏令營
David Sofield
4.9
(829)
US$24 每班
下次會議在 9:15 PM Mon 6/16
團體課
1 週, 4/週, 1 小時
12-17
關於 Python 程式設計 1 級的全部內容 |青少年 Python 程式設計課程
David Sofield
4.9
(829)
US$22 每班
下次會議在 12:15 AM Friday
團體課
8 週, 1/週, 1 小時
11-16
Python 程式設計夏令營 2 級
Codingal - #1 AI & Coding | Backed by Y Combinator
5.0
(1)
US$18 每班
下次會議在 1 PM Mon 4/28
團體課
1 週, 5/週, 50 分鐘
9-14
101-私人Python編碼
Sumati
5.0
(1)
US$21 每堂課
下次會議在 2 PM Tuesday
一對一課程
依需求開班
10-14
關於 Python 程式設計第 2 級的所有資訊 |青少年 Python 程式設計課程
David Sofield
4.9
(829)
US$32 每班
下次會議在 8 PM Sun 8/24
團體課
10 週, 1/週, 1 小時
11-16
關於 Python 程式設計 4 級的全部內容 |中級 Python 程式設計課程
David Sofield
4.9
(829)
US$33 每班
團體課
10 週, 1/週, 1 小時
12-17
1:1 私人輔導 Python 編碼 - Python 程式設計簡介
Ziad Ghazi
4.5
(8)
US$55 每堂課
一對一課程
依需求開班
7-18
夏令營:兒童 Python 編碼(簡介)
Dr. Elliott Heflin, Jr.
4.6
(405)
US$19 每班
下次會議在 1 PM Mon 4/28
團體課
2 週, 5/週, 55 分鐘
8-13
初學者 1 對 1 Python 編碼教練(輔導)
Bojan Milinic
5.0
(7)
US$65 每堂課
一對一課程
依需求開班
8-18
初學者 Python 編碼(第 1 級)
Codingal - #1 AI & Coding | Backed by Y Combinator
5.0
(1)
US$18 每班
下一堂課明天 9 PM
團體課
4 週, 2/週, 1 小時
10-15
一對一 - Python 編碼課程
Geetu sodhi
5.0
(18)
US$40 每堂課
一對一課程
依需求開班
9-14
關於 Python 程式設計的一切 | Python 程式設計初學者夏令營 I 級
David Sofield
4.9
(829)
US$22 每班
下次會議在 4:15 PM Mon 6/16
團體課
2 週, 4/週, 1 小時
11-16
初學者 Python 程式設計:學習 Python 和實際程式設計技能的有趣項目
PopSkool: English, Music, Art, Math, Coding & More
5.0
(1)
US$15 每班
下一堂課明天 11 PM
團體課
8 週, 1/週, 55 分鐘
10-14
兒童 Python 編碼:為期一年的初學者課程,包含實作專案!
Faruk Hasan
4.8
(149)
US$11 每班
下次會議在 1 AM Thursday
團體課
1/週, 35 分鐘
9-13
查看更多課程
回首頁
搜尋
贈送禮物卡
開啟貨幣、時區和語言設置
語言&地區
登入