사용자 도구

사이트 도구


python:3

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
python:3 [2016/06/28 09:12]
kwon37xi [Python 3]
python:3 [2022/03/30 14:43] (현재)
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]] [[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''를 사용하지 않는 다른 라이브러리와의 연동시 매우 유의해야 한다.
줄 27: 줄 27:
  
 이는 ''print(u'안녕?')''과 같다.  이는 ''print(u'안녕?')''과 같다. 
 +
 +===== Python 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.8 =====
 +  * [[https://python.flowdas.com/whatsnew/3.8.html|파이썬 3.8의 새로운 기능 — 파이썬 설명서 주석판]]
 +
 +===== Python 3.9 =====
 +  * [[https://www.44bits.io/ko/post/python-3-9-release-note-summary|파이썬(Python) 3.9 릴리스와 주요 변경 사항 | 44BITS]]
 +  * [[https://docs.python.org/ko/3.9/whatsnew/3.9.html|What’s New In Python 3.9 — Python 3.9.0 문서]]
 +
 +===== Python 3.11 =====
 +  * [[https://blog.lablup.com/posts/2022/03/29/PersistentTaskGroup|Persistent Task Group | Lablup Blog]]
 +
 +===== 참조 =====
 +  * [[https://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf|Python 3 Cheat Sheet]]
 +
python/3.1467074552.txt.gz · 마지막으로 수정됨: 2016/06/28 09:12 저자 kwon37xi