Outschool
검색

US$8

weekly
or US$59 for all content
수업
재생

초보자를 위한 파이썬 코딩에 대한 모든 것 | 8주 파이썬 코딩 수업

217 명의 학생이 수업을 완료함
연령대: 11-13 세
자율 학습 과정
초보자를 위한 이 흥미로운 8주 프로젝트 기반 Python 프로그래밍 코스에서 Python 코딩을 시작하세요! 재미있는 게임, 애니메이션, 애플리케이션을 구축하면서 Python 프로그래밍의 기초를 배우세요.
평균 평점:
4.9
수강 후기 수:
(818 수강 후기)
인기 수업

8개의 사전 녹화 레슨
8 교사 지원 기간(주)
시작일 선택 가능
1년간 콘텐츠 이용 가능

지금 등록하고 언제든 시작하세요

자신만의 속도로 학습해 보세요
학습자가 원할 때 학습을 시작하고 자신에게 가장 적합한 진도로 학습할 수 있습니다.
현재 등록 불가
원하는 시점에 시작하세요.
자신의 진도에 맞춰 학습하세요
수업 자료를 1년 동안 이용할 수 있어요.
선생님의 실질적인 지원을 받을 수 있어요.

무엇이 포함되어 있나요?

사전 녹화된 수업 8개
영상당 평균 50분
8 주
교사 지원 기간(주)
6시간 37분
총 영상 학습 시간
1년
학습 내용 이용 기간
과제
주당 1-2시간. Students are encouraged to complete review questions and coding challenges to practice what they have learned. These challenges will take approximately 30 minutes to 1 hour per week. Answers 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+
미국 5학년 - 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, guess the number, and a space catcher game.  Students can continue learning more about Python with 8-week Level II and specialized Python classes such as game development or application development. Your student will be amazed at what they can do at the end of 8 weeks and be excited to continue their coding journey. 

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

Part 7

Part 6 and Challenge Question Review
Python Modulo
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 
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) 


***Students need to be very comfortable typing and familiar with copy/ paste on their device to be successful in this class.****

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

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 ML for Beginners

The class is a supportive, positive, and fun environment for all students! There is no coding or computer science experience required for this class. 

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 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!

강의 계획서

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! 
70 분의 동영상 강의
레슨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. 
64 분의 동영상 강의
레슨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! 
56 분의 동영상 강의
레슨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. 
49 분의 동영상 강의

그 외 세부 사항

학부모 가이드
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 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. If your student wants a more interactive class, there's a live Zoom 8-Week All About Level 1 Class on Outschool! Students will need to be very comfortable typing and with copy/ paste on their computers.
사전 요구 사항
Students need to be 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.*********
수업 진행 언어
영어 (레벨: B2+)
Outschool 외 필요 앱/웹사이트
이 수업에서는 아웃스쿨 교실 외에도 다음의 툴을 사용합니다:

선생님을 만나보세요

가입일: April, 2020
4.9
818수강 후기
인기 수업
프로필
교사 전문성 및 자격증
학사 학위 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. 

리뷰



다른 인기 수업
파이썬 코딩 프로젝트에 대한 모든 것 | 중급자를 위한 8가지 파이썬 코딩 프로젝트
David Sofield
4.9
(818)
US$29회당 수업료
다음 세션은 Sat 4/19 5:30 PM 에 예정되어 있습니다.
그룹 수업
8 주, 주당 1회1 시간
11-16 세
중급자를 위한 파이썬 코딩에 대한 모든 것 레벨 3 | 파이썬 코딩 코딩 수업
David Sofield
4.9
(818)
US$33회당 수업료
다음 세션은 Sunday 10:30 PM 에 예정되어 있습니다.
그룹 수업
10 주, 주당 1회1 시간
11-16 세
파이썬 코딩 레벨 1에 대한 모든 것 | 10대를 위한 라이브 파이썬 코딩 수업
David Sofield
4.9
(818)
US$22회당 수업료
다음 세션은 Friday 4 PM 에 예정되어 있습니다.
그룹 수업
8 주, 주당 1회1 시간
11-16 세
파이썬 코딩 4 키즈(소개)
Dr. Elliott Heflin, Jr.
4.6
(405)
US$14회당 수업료
다음 세션은 Mon 3/17 1 PM 에 예정되어 있습니다.
그룹 수업
2 주, 주당 5회55분
8-13 세
1:1 개인 튜터링 파이썬 코딩 - 파이썬 프로그래밍 입문
Ziad Ghazi
4.5
(8)
US$55 세션당
일대일 레슨
온디맨드
7-18 세
초보자를 위한 1:1 파이썬 코딩 코치 (튜토링)
Bojan Milinic
5.0
(7)
US$65 세션당
일대일 레슨
온디맨드
8-18 세
파이썬 프로그래밍에 대한 모든 것 | 초보자를 위한 파이썬 코딩 여름 캠프 레벨 I
David Sofield
4.9
(818)
US$22회당 수업료
다음 세션은 Mon 6/16 4:15 PM 에 예정되어 있습니다.
그룹 수업
2 주, 주당 4회1 시간
11-15 세
어드밴스 파이썬 코딩 4 키즈
Dr. Elliott Heflin, Jr.
4.6
(405)
US$14회당 수업료
다음 세션은 Mon 3/17 2 PM 에 예정되어 있습니다.
그룹 수업
2 주, 주당 5회55분
10-15 세
일대일 - 파이썬 코딩 수업
Geetu sodhi
5.0
(18)
US$40 세션당
일대일 레슨
온디맨드
9-14 세
초보자를 위한 Python 코딩: 프로그래밍의 기본을 배우세요
Create n Learn: English, Coding, AI, Music, Math
4.9
(247)
US$20회당 수업료
그룹 수업
8 주, 주당 1회55분
11-14 세
진행 중인 Python 프로젝트 기반 | 10주 라이브 Python 코딩(진행 중)
QuattronKids
4.9
(183)
US$15회당 수업료
다음 세션은 Tuesday 9 PM 에 예정되어 있습니다.
그룹 수업
주당 1회1 시간
9-13 세
파이썬 레벨 3 프로젝트 기반 | 라이브 및 재미있는 파이썬 코딩
QuattronKids
4.9
(183)
US$15회당 수업료
다음 세션은 Tue 4/15 11:30 PM 에 예정되어 있습니다.
그룹 수업
10 주, 주당 1회1 시간
9-13 세
파이썬 코딩 게임 4 키즈(소개)
Dr. Elliott Heflin, Jr.
4.6
(405)
US$14회당 수업료
다음 세션은 Mon 3/17 5 PM 에 예정되어 있습니다.
그룹 수업
2 주, 주당 5회55분
8-13 세
파이썬 코딩 개인 수업 1:1 수업 (12회)
Einsteins Square: Chess, Coding, Math, Art, Games
4.8
(5,746)
US$38 세션당
다음 세션은 Friday 6 PM 에 예정되어 있습니다.
일대일 레슨
온디맨드
8-18 세
초보자를 위한 파이썬 코딩 잠금 해제 I - 2주 컴퓨터 해킹 어린이 캠프
Coding Doctors Learning Lab, Inc.
4.8
(1,243)
US$15회당 수업료
다음 세션은 Tue 3/18 12 AM 에 예정되어 있습니다.
그룹 수업
2 주, 주당 5회55분
10-15 세
파이썬 프로그래밍 레벨 2에 대한 모든 것 | 프로젝트 기반 파이썬 코딩 수업
David Sofield
4.9
(818)
US$32회당 수업료
다음 세션은 Fri 4/4 6:45 PM 에 예정되어 있습니다.
그룹 수업
10 주, 주당 1회1 시간
11-16 세
더 많은 수업 보기
검색
기프트 카드 구매
통화, 시간대 및 언어 설정 열기
언어 및 지역
로그인