2010. 1. 31. 07:32
원문링크: http://www.openbookproject.net/thinkcs/python/english2e/
How to Think Like a Computer Scientist
Learning with Python 2nd Edition
by Jeffrey Elkner, Allen B. Downey, and Chris Meyers
파이썬으로 배우는 컴퓨터 과학자처럼 생각하기 2판. 제프리 엘크너, 앨런 B. 다운웨이와 크리스 메이여스 지음
[차례] - 작업이 완료되면 번역된 링크로 대체합니다.
- Copyright Notice / 저작권 알림
- Foreword / 추천사
- Preface / 서문
- Contributor List / 기여하신 분들
- Chapter 1 The way of the program / 프로그램의 길 (도)
- Chapter 2 Variables, expressions, and statements / 변수, 표현문, 그리고 선언문
- Chapter 3 Functions / 함수
- Chapter 4 Conditionals / 조건문
- Chapter 5 Fruitful functions / 유익한 함수
- Chapter 6 Iteration / 반복문
- Chapter 7 Strings / 문장
- Chapter 8 Case Study: Catch / 사례 연구 : Catch
- Chapter 9 Lists / 목록
- Chapter 10 Modules and files / 모듈과 파일
- Chapter 11 Recursion and exceptions / 재귀 호출과 예외 처리
- Chapter 12 Dictionaries / 사전
- Chapter 13 Classes and objects / 클래스와 객체
- Appendix A Configuring Ubuntu for Python Development / 파이쎤 개발을 위한 우분투 설정
- Appendix B GASP / GASP
- Appendix C Customizing and Contributing to the Book / 책에 기여하는 방법
- GNU Free Document License / GNU 자유 문서 라이선스
- Search Page / 검색 페이지
Copyright Notice
Copyright (C) Jeffrey Elkner, Allen B. Downey and Chris Meyers. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with Invariant Sections being Forward, Preface, and Contributor List, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled “GNU Free Documentation License”.저작권 알림
저작권자 (C) 제프리 엘크너, 앨런 B. 다운웨이와 크리스 메이여스. GNU 자유 소프트웨어 제단이 발표한 GNU 자유 문서 라이선스 버전 1.3 또는 그 이후의 조건 하에 이 문서의 분배 또는/그리고 복사가 가능합니다; 변경불가 부분 : 추천사, 서문, 앞-표지문 없음, 뒷-표지문 없음. 이 라이선스의 사본은 "GNU 자유 문서 라이선스" 라는 항목으로 포함되어 있습니다.
'번역 > How to Think Like a Computer Scientist: Learning with Python v2nd Edition documentation' 카테고리의 다른 글
파이썬으로 공부하는 과학자처럼 생각하기 2판 - 기여하신 분들 (0) | 2010.02.10 |
---|---|
파이썬으로 공부하는 과학자처럼 생각하기 2판 - 서문 (0) | 2010.02.02 |
파이썬으로 공부하는 과학자처럼 생각하기 2판 - 추천사 (0) | 2010.02.01 |
파이썬으로 공부하는 과학자처럼 생각하기 2판 - 저작권 알림 (0) | 2010.02.01 |
How to Think Like a Computer Scientist : Learning with Python 2nd Edition 번역을 시작합니다. (0) | 2010.01.31 |