3-1-1-4. Course Overview

Whether you’re a beginner in programming or have experience in other languages,

this course is well-structured to help you develop fluency in Python.

Each lesson includes videos,

text summaries, quizzes and coding activities for each concept.

If you’d like to move through the course faster,

you can skip directly to text summaries and quizzes to test your knowledge,

and go back to videos if you get stuck.

However, if you are new to programming,

I strongly recommend watching the videos for a detailed walk-through of each topic.

Here’s an overview of what you learn.

You’ll start off learning about the basics of python in lesson two;

data types and operators.

These are the building blocks you use to write your programs.

In lesson three, you’ll dive into control flow tools.

You learn about conditional statements,

loops, built-in functions, and list comprehensions.

With control flow tools,

you’ll be able to write more complex and creative code.

In lesson four, you’ll learn about function definitions, variable scope,

documentation, lambda expressions, iterators, and generators.

This is where things can become a little tricky.

But these are also some of

the most important tools you’ll need to use in day-to-day practice.

Finally, the last lesson will show you how to run your code

locally and scripts that take in raw input and work with files.

You’ll also learn about error handling and importing different libraries.

I know this looks like a lot of content,

but there’s plenty of review and practice

throughout the course to reinforce what you’re learning.

프로그래밍 초보자이든 다른 언어에 대한 경험이 있든

이 과정은 Python의 유창함을 개발하는 데 도움이 되도록 잘 구성되어 있습니다.

각 수업에는 비디오가 포함되어 있으며,

각 개념에 대한 텍스트 요약, 퀴즈 및 코딩 활동.

더 빠르게 코스를 진행하고 싶으시다면,

텍스트 요약 및 퀴즈로 바로 건너뛰어 지식을 테스트할 수 있습니다.

막히면 비디오로 돌아가십시오.

그러나 프로그래밍을 처음 접하는 경우

각 주제에 대한 자세한 설명은 동영상을 시청하는 것이 좋습니다.

다음은 학습 내용에 대한 개요입니다.

2과에서 파이썬의 기초에 대해 배우기 시작할 것입니다.

데이터 유형 및 연산자.

이것은 프로그램을 작성하는 데 사용하는 빌딩 블록입니다.

3단원에서는 제어 흐름 도구에 대해 알아봅니다.

조건문에 대해 배우고,

루프, 내장 함수 및 목록 이해.

제어 흐름 도구를 사용하면

더 복잡하고 창의적인 코드를 작성할 수 있습니다.

4장에서는 함수 정의, 변수 범위,

문서, 람다 식, 반복자 및 생성기.

여기서 상황이 약간 까다로워질 수 있습니다.

그러나 이것들도 일부

일상적인 실습에서 사용하는 데 필요한 가장 중요한 도구입니다.

마지막으로, 마지막 강의에서는 코드를 실행하는 방법을 보여줍니다.

원시 입력을 받아들이고 파일로 작업하는 로컬 및 스크립트.

또한 오류 처리 및 다른 라이브러리 가져오기에 대해 배웁니다.

내용이 많은 것으로 알고 있습니다만,

하지만 많은 검토와 연습이 있습니다

학습 내용을 강화하기 위해 과정 전반에 걸쳐.

What’s Ahead

Lesson 2: Data Types and Operators

  • Data Types: Integers, Floats, Booleans, Strings, Lists, Tuples, Sets, Dictionaries
  • Operators: Arithmetic, Assignment, Comparison, Logical, Membership, Identity
  • Built-In Functions, Compound Data Structures, Type Conversion
  • Whitespace and Style Guidelines

Lesson 3: Control Flow

  • Conditional Statements
  • Boolean Expressions
  • For and While Loops
  • Break and Continue
  • Zip and Enumerate
  • List Comprehensions

Lesson 4: Functions

  • Defining Functions
  • Variable Scope
  • Documentation
  • Lambda Expressions
  • Iterators and Generators

Lesson 5: Scripting

  • Python Installation and Environment Setup
  • Running and Editing Python Scripts
  • Interacting with User Input
  • Handling Exceptions
  • Reading and Writing Files
  • Importing Local, Standard, and Third-Party Modules
  • Experimenting with an Interpreter

앞으로의 일

2단원: 데이터 유형 및 연산자

  • 데이터 유형: 정수, 부동 소수점, 부울, 문자열, 목록, 튜플, 집합, 사전
  • 연산자: 산술, 할당, 비교, 논리, 멤버쉽, ID
  • 내장 함수, 복합 데이터 구조, 유형 변환
  • 공백 및 스타일 지침

3단원: 흐름 제어

  • 조건문
  • 부울 표현식
  • For 및 While 루프
  • 중단하고 계속
  • 압축 및 열거
  • 목록 이해

4장: 함수

  • 함수 정의
  • 가변 범위
  • 선적 서류 비치
  • 람다 표현식
  • 반복자와 생성기

5단원: 스크립팅

  • Python 설치 및 환경 설정
  • Python 스크립트 실행 및 편집
  • 사용자 입력과 상호 작용
  • 예외 처리
  • 파일 읽기 및 쓰기
  • 로컬, 표준 및 타사 모듈 가져오기
  • 통역사와 함께 실험하기
%d 블로거가 이것을 좋아합니다: