CH1. Beginning With Python

1.1 Context

여러분은 아마도 유용하거나 흥미로운 것들을 하기 위해 컴퓨터를 이용했을 것입니다. 각 어플리케이션에서 입력 방식은 각각 다르지만 컴퓨터는 항상 해당 입력에 적당한 응답을 해줍니다. 하지만 근원적으로 컴퓨터는 당신이 작성해준 프로그램에 따라 알맞은 응답을 하도록 되어 있습니다. 이 교재에서 여러분은 당신이 원하는 응답을 하도록 컴퓨터에게 명령어를 주어 컴퓨터 프로그램을 작성하는 법을 배울 것 입니다.

1.1.1 고급언어 저급언어

1.1.2 왜 파이썬 인가?

1.1.3 파이썬은 어디서 다운로드 받을 수 있나?

1.1.4 Philosophy and Implementation of the Hands-On Python Tutorial

1.2 The Python Interpreter and Idle, Part I

1.2.1 Your Python Folder and Python Examples.

1.2.2 간단한 예제 프로그램 실행

1.2.3 간단한 프로그 설명(A sample Program, Explained)

1.2.4 Idle 어플리케이션 실행

1.2.5 Windows Idle 설명

1.3 Whirlwind Introduction To Types and Functions

1.4 Integer Arithmetic

1.4.1 더하기 빼기

1.4.2 곱하기, 우선연산(괄호), 나머지, 나누기

1.5 String, Part I

1.5.1 String Delimiters, Part I

1.5.2 String Concatenation

1.6 Variables and Assignment

1.7 Print Function, Part I

1.8 Strings Part II

1.9 The Idle Editor and Execution

1.10 Input and Output

1.11 Defining Fuctions of your Own

1.12 Dictionaries

1.13 Loops and Sequences

1.14 Decimals, Floats, and Floating Point Arithmetic

1.15 Summary


CH2. Objects and Methods

2.1 Strings, PART III

2.2 More Classes and Methods

2.3 Mad Lib Revisited

2.4 Graphics

2.5 Files

2.6 Summary


CH3. More On Flow of Control

3.1 If Statements

3.2 Loops and Tuples

3.3 While Statements

3.4 Arbitrary Types Treated as Boolean

3.5 Futher Topics to Consider

3.6 Summary


CH4. Dynamic Web Page

4.1 Web page Basics

4.2 Composing Web Pages in Python

4.3 CGI - Dynamic Web Pages

4.4 Summary


+ Recent posts