3-1-5-1. Introduction

Welcome to this lesson on scripting.

Here, you’ll learn how to combine all the concepts you’ve learned throughout

this course to write and run your own scripts locally on your computer.

You’ll learn about good scripting practices,

working with raw input from users,

reading and writing files, handling errors,

importing local scripts, and working with different libraries. Let’s get started.

스크립팅에 대한 이 강의에 오신 것을 환영합니다.

여기에서는 그동안 배운 모든 개념을 결합하는 방법을 배우게 됩니다.

이 과정은 컴퓨터에서 로컬로 스크립트를 작성하고 실행하는 것입니다.

좋은 스크립팅 방법에 대해 배우게 됩니다.

사용자의 원시 입력 작업,

파일 읽기 및 쓰기, 오류 처리,

로컬 스크립트 가져오기 및 다른 라이브러리 작업. 시작하자.

Scripting

Welcome to this lesson on scripting! You’ll learn about:

  • 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
%d