티스토리 뷰
Python Documentation
네이버캐스트 파이썬 소개
http://navercast.naver.com/contents.nhn?rid=122&contents_id=122897&leafId=122
2.x에서 3.x로 버전업 되면서 바뀐 점들
https://docs.python.org/3/whatsnew/3.0.html
http://www.diveintopython3.net/porting-code-to-python-3-with-2to3.html
참고 : python 2to3.py -w TargetPythonFile.py 하면 2.x 파일이 3.x 파일로 변환된다.
2to3.py는 Python34\Tools\Scripts 폴더에 있다.
파이썬 기초 설명
http://cafe.naver.com/pythoncoding
파이썬 관련 블로그들
http://iamaman.tistory.com/category/programming%20language/Python
http://happy_jhyo.blog.me/70143911891
http://blog.naver.com/sqlpro/220040841556 mysql 관련
http://freeprog.tistory.com/45https://wikidocs.net/book/483 Raspberry Pi
http://openbookproject.net/thinkcs/python/english3e/index.html
TutorialPoint - Python Basic
http://www.tutorialspoint.com/python/python_networking.htm
DevMento - 보안을 위한 파이썬 언어
http://www.youtube.com/watch?v=galZ5TIQANc
파이썬 관련 모듈 다운로드
http://www.lfd.uci.edu/~gohlke/pythonlibs/
아마존 웹 서비스
http://www.pyrasis.com/private/2014/09/30/publish-the-art-of-amazon-web-services-book
http://www.flowdas.com/thinkpython/
http://juehan.github.io/DiveIntoPython3_Korean_Translation/index.html
http://coreapython.hosting.paran.com/dive/chap00.html
http://finance.yahoo.com/quote/AAPL/options?ltr=1 yahoo가 지원하는 주식자료
'공부 > Python' 카테고리의 다른 글
Python Closure 함수 (0) | 2016.12.15 |
---|---|
HTML 파싱 라이브러리 BeautifulSoup (0) | 2016.12.15 |
PyQt (0) | 2016.12.15 |
Numpy, Scipy, Pandas, Matplotlib 설치 (0) | 2016.11.28 |
윈도우, python3.x 에서 Django 설치 (0) | 2016.11.23 |