사용자 도구

사이트 도구


python:3

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
python:3 [2016/12/24 00:55]
kwon37xi
python:3 [2018/03/15 18:10]
kwon37xi
줄 14: 줄 14:
   * [[http://code.tutsplus.com/tutorials/python-3-function-annotations--cms-25689|Python 3 Function Annotations]]   * [[http://code.tutsplus.com/tutorials/python-3-function-annotations--cms-25689|Python 3 Function Annotations]]
   * [[https://asmeurer.github.io/python3-presentation/slides.html|10 awesome features of Python that you can't use because you refuse to upgrade to Python 3]]   * [[https://asmeurer.github.io/python3-presentation/slides.html|10 awesome features of Python that you can't use because you refuse to upgrade to Python 3]]
-  * [[https://codeonweb.com/course/5c550b25-9638-4d0f-8043-97ac01415f62|Python 3 뛰어들기/Dive into Python 3]]+  * [[https://codeonweb.com/course/5c550b25-9638-4d0f-8043-97ac01415f62|Python 3 뛰어들기/Dive into Python 3]] [[http://getpython3.com/diveintopython3/|Dive into Python 3 in English]]
 ===== Unicode ===== ===== Unicode =====
 ''from __future__ import unicode_literals''를 통해 Python 3 처럼 ''u'' 마커없이 기본 유니코드로 간주한다. 단, ''unicode_literals''를 사용하지 않는 다른 라이브러리와의 연동시 매우 유의해야 한다. ''from __future__ import unicode_literals''를 통해 Python 3 처럼 ''u'' 마커없이 기본 유니코드로 간주한다. 단, ''unicode_literals''를 사용하지 않는 다른 라이브러리와의 연동시 매우 유의해야 한다.
줄 30: 줄 30:
 ===== Python 3.6 ===== ===== Python 3.6 =====
   * [[http://raccoonyy.github.io/whats-new-in-python-3-6-korean/|파이썬 3.6에서 바뀐 점]]   * [[http://raccoonyy.github.io/whats-new-in-python-3-6-korean/|파이썬 3.6에서 바뀐 점]]
 +  * [[https://cito.github.io/blog/f-strings/|The new f-strings in Python 3.6]]
python/3.txt · 마지막으로 수정됨: 2022/03/30 14:43 저자 kwon37xi