하위 호환성을 포기하고 그동안의 잘못된 설계 등을 고쳐 새로 만든 Python. 일부 문법요소가 바뀌긴 했지만 그렇게 큰 변화는 아니다. Unicode가 기본 문자열이 됐다는 점이 가장 큰 변화임. 그리고, Python/asyncio를 쓸 수 있음
Table of Contents
2.7에도 동작하도록 하기 #
- 맨위에 from __future__ import unicode_literals 추가
- python_2_unicode_compatible 클래스 데코레이터
- 정수를 나눌 때 float 변환 후
Cheat Sheet: Writing Python 2-3 compatible code 참고
버전별 특징 #
Python 3.6 #
Python 3.5 #
관련 링크 #
- Migrating to Python 3 with pleasure: 유용한 기능들 알기쉽게 소개
- Python 3 Patterns, Recipes and Idioms: Design patterns 등 참고
- 파이썬 3에 뛰어들기 : 잘 정리된 한 페이지 문서
- Python의 미래, Python 3로 넘어가기
- 장고(Django) 1.5의 파이썬 3 지원 Experiments never fail
- Key differences between Python 2.7.x and Python 3.x
Incoming Links #
Related Articles (Article 0) #
Related Education Events (EducationEvent 1) #
Related Codes (Code 2) #
Suggested Pages #
- 0.446 Ecogwiki를 이용한 지식정보관리
- 0.061 人CoDom
- 0.032 구글 앱 엔진에서 Ecogwiki 과도한 과금 문제 해결
- 0.031 Home
- 0.027 Graphviz
- 0.023 강성훈
- 0.022 http://www.jinsuk.pe.kr/Unicode/Unicode_intro-kr.html|진숙의 유니코드 입문서
- 0.021 Programming language
- 0.021 January 14
- 0.020
- More suggestions...