파이썬 자료 & 예제 사이트
http://pep8.org/ : 파이썬 코딩 가이드라인 사이트
http://pythontutor.com/ : 파이썬 변수의 메모리 구조 이해
http://code.activestate.com/recipes/langs/python/ : 파이썬 예제 모음 사이트
https://regex101.com/ http://regexr.com/ : 정규식 온라인 테스트 사이트
http://jsonviewer.stack.hu/ : 온라인 JSON 뷰어
https://libsora.so/posts/python-excel-library/ : 파이썬 엑셀 라이브러리 비교 블로그
http://docs.python-requests.org/en/master/ : 파이썬 웹 클라이언트 라이브러리 requests 공식 사이트
https://developers.naver.com/main/ : 오픈 API 실습을 위한 네이버 개발자 사이트
http://www.pythonscraping.com/pages/page3.html : 웹 스크레이핑 실습용 사이트
http://example.webscraping.com/ : 웹 스크레이핑 실습용 사이트
기타 참고 사이트 :
http://www.pythonweekly.com/ : 파이썬 뉴스레터
https://nolboo.kim/blog/2014/08/10/the-best-way-to-learn-python/ : 파이썬을 배우는 최고의 방법 블로그
https://stackoverflow.com/questions/101268/hidden-features-of-python : 파이썬 고급 팁
http://www.pythonforbeginners.com/ : 파이썬 예제 모음 사이트
[출처] 파이썬 관련 사이트|작성자 ML
'Python 기초' 카테고리의 다른 글
파이썬 int(), float(), str() (0) | 2018.06.16 |
---|---|
파이썬, 값을 입력받고 정수인지 검사하여 처리하기 (0) | 2018.05.19 |
파이썬 코드 수행 속도 측정 (0) | 2017.10.18 |
파이썬 가이드, Think Python 번역글 링크 (0) | 2017.05.30 |
파이썬 프로그래밍 문서 사이트 Automate the Boring Stuff with Python (0) | 2017.02.16 |