weekly
or for all content
ティーンエイジャーのための Python コーディングのすべて | 初心者向け Python コーディング クラス
239 人が学習を完了しました
年齢 12 歳-18 歳
自分のペースで学べるコース
8 録画済みレッスン
8 間の講師サポート
開始日を選択してください
コンテンツへの 1 年間のアクセス
今すぐ登録して、いつでも始められます
このクラスは人気です!現在10名以上の学習者がこのクラスを受講しています!
自分のペースで進んでください
学習者は好きなときに学習を開始し、自分に最適な速度で学習を進めることができます。いつでも始められます。
自分のペースで学ぼう
1 年間コース教材にアクセスできます。
教師から実践的なサポートを受けられます。
含まれるもの
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内のクラスルームに加えて、以下を使用します。
先生について
教師の専門知識と資格
学士号 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.
レビュー
他のクラス by David Sofield
他のクラス by David Sofield
その他の人気クラス
中級者向け Python コーディングのすべて レベル 3 | Python コーディング クラス
David Sofield
4.9
(830)
クラスごと
グループクラス
10 週間、 1/週、 1 時間
11 歳-16 歳
Python コーディング プロジェクトについて | 中級者向けの Python コーディング プロジェクト 8 つ
David Sofield
4.9
(830)
クラスごと
グループクラス
8 週間、 1/週、 1 時間
11 歳-16 歳
Python プログラミングのすべて レベル 2 | ティーンエイジャー向け Python コーディング クラス
David Sofield
4.9
(830)
クラスごと
次回のセッションは Sun 8/24 の8 PM です
グループクラス
10 週間、 1/週、 1 時間
11 歳-16 歳
キャンプ - Pythonコーディングの楽しいワークショップ
Einsteins Square: Chess, Coding, Math, Art, Games
4.8
(5,856)
クラスごと
次回のセッションは Mon 5/12 の10 PM です
グループクラス
1 週間、 5/週、 50 分
12 歳-16 歳
初心者のための Python コーディングのすべて | ティーンエイジャー向け Python コーディング サマー キャンプ
David Sofield
4.9
(830)
クラスごと
次回のセッションは Mon 6/16 の9:15 PM です
グループクラス
1 週間、 4/週、 1 時間
12 歳-17 歳
Python プログラミングのすべて レベル 1 | ティーンエイジャー向け Python コーディング クラス
David Sofield
4.9
(830)
クラスごと
次のセッションは明日の 12:15 AM です
グループクラス
8 週間、 1/週、 1 時間
11 歳-16 歳
1:1 プライベート指導 Python コーディング - Python プログラミング入門
Ziad Ghazi
4.5
(8)
セッションごと
1対1レッスン
オンデマンド
7 歳-18 歳
Python レベル2サマーキャンプのすべて | 10代向けPythonコーディングキャンプ
David Sofield
4.9
(830)
クラスごと
次回のセッションは Mon 7/28 の8 PM です
グループクラス
2 週間、 4/週、 1 時間
11 歳-16 歳
Python コーディング サマー キャンプ レベル 2
Codingal - #1 AI & Coding | Backed by Y Combinator
4.7
(7)
クラスごと
次回のセッションは Monday の1 PM です
グループクラス
1 週間、 5/週、 50 分
9 歳-14 歳
マンツーマン - Python コーディング クラス
Geetu sodhi
5.0
(18)
セッションごと
1対1レッスン
オンデマンド
9 歳-14 歳
Python コーディングの解放 II - コンピュータ ハッキング ブート キャンプ
Coding Doctors Learning Lab, Inc.
4.8
(1,254)
クラスごと
次回のセッションは Tue 6/3 の8 PM です
グループクラス
4 週間、 2/週、 55 分
11 歳-14 歳
初心者向け Python ベースのサマーキャンプ | 楽しく Python コーディングを学ぼう
QuattronKids
4.9
(197)
クラスごと
次回のセッションは Mon 6/2 の7 PM です
グループクラス
2 週間、 5/週、 1 時間
8 歳-12 歳
Python プログラミングのすべて レベル 4 | 中級者向け Python コーディング クラス
David Sofield
4.9
(830)
クラスごと
グループクラス
10 週間、 1/週、 1 時間
12 歳-17 歳
サマーキャンプ: 子供向けの上級 Python コーディング
Dr. Elliott Heflin, Jr.
4.6
(405)
クラスごと
次回のセッションは Mon 5/12 の2 PM です
グループクラス
2 週間、 5/週、 55 分
10 歳-15 歳
子供向けプロジェクトベースの Python コーディング (レベル 2)
AI Code Academy
4.7
(1,789)
クラスごと
次回のセッションは Saturday の3 PM です
グループクラス
10 週間、 1/週、 1 時間
10 歳-15 歳
サマーキャンプ: 子供向け Python コーディング (入門)
Dr. Elliott Heflin, Jr.
4.6
(405)
クラスごと
次回のセッションは Mon 5/12 の1 PM です
グループクラス
2 週間、 5/週、 55 分
8 歳-13 歳