Python Tutorial 목차
Python.org 의 Documentation 은 크게 세 가지로 구분되어 있습니다.
1. Parts of the documentation : 설명서의 구성
2. Indices and tables : 인덱스와 테이블
3. Meta information : 그 외 자료에 대하여
이 중 집중적으로 다루고자 하는 Tutorial은 1번 Parts of the Documentation 에 속해있습니다. 2번, 3번은 1번의 다른 부분을 다 끝낼 수 있다면 도전해보도록 하겠습니다.
다시 1번 Parts of the documentation의 목차를 살펴봅니다.
1. Parts of the documentation : 설명서의 구성
- What's new in Python 3.5?
- Installing Python Modules
Tutorial
- Distributing Python Modules
- Language Reference
- Extending and Embedding
- Python Setup and Usage
- Python/C API
- Python HOWTOs
- FAQs
Pyhon Documentation내용 중 1번 Parts of the documentation - Tutorial 부분부터 옮기기 시작합니다.
글의 진행이 느리거나 오류가 있을 수 있습니다.
모든 조언과 의견을 감사히 받겠습니다!