======================튜토리얼============================
점프 투 파이썬
예제로 배우는 파이썬
예제 코드
https://www.pythonforbeginners.com/code-snippets-source-code/python-code-examples
파이썬 300제
파이썬 기초
http://www.flowdas.com/thinkpython/
http://www.lucypark.kr/courses/tips/introduction-to-python.html
파이썬을 배우는 최고의 방법
https://nolboo.github.io/blog/2014/08/10/the-best-way-to-learn-python/
free e-book
https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md
해킹, C, 파이썬, 안드로이드 튜토리얼
http://www.fromdev.com/search/label/Tutorials
What a C programmer should know about memory
http://marek.vavrusa.com/c/memory/2015/02/20/memory/
========================================================
========================설치관련===========================
내 컴퓨터 - 속성 - 고급 - 환경변수
PATH 수정 - C:\Python27
PYTHONPATH 추가 - C:\Python27\Lib
sublime
pip 설치
http://www.lucypark.kr/blog/2013/02/06/python-and-ipython-on-windows/
py2exe
http://thecoollife.tistory.com/704
http://www.dreamy.pe.kr/zbxe/CodeClip/15123
웹 IDE
http://blog.gaerae.com/2015/06/website-run-execute-code-online.html#.VW8DPs_Go0G
========================================================
========================보안=============================
Introduction to Python for Security Professionals
http://www.primalsecurity.net/introduction-to-python-for-security-professionals/
========================================================
========================크롤링============================
셀레니움, 장고 활용
나라장터 파싱
http://ifyourfriendishacker.tistory.com/2
주식 크롤링 및 DB화
http://dongsamb.com/web-scraping-using-python/
크롤링 좀 더 잘하기
파이썬 뉴스 텍스트 워드 클라우드
http://nbviewer.jupyter.org/gist/FinanceData/6bda99ce6ec5b9de2fd93e204f831561
크롤링, 파싱
http://cpuu.postype.com/post/26176/
크롤러 강의
https://potentpages.com/web-crawler-development/tutorials/python/
https://medium.freecodecamp.com/how-to-scrape-websites-with-python-and-beautifulsoup-5946935d93fe
========================================================
========================활용관련===========================
조각코드 모음
http://snipplr.com/all/language/python
http://www.dreamy.pe.kr/zbxe/CodeClip/165081
라이브러리 검색
https://python.libhunt.com/categories
그래프
https://python-graph-gallery.com/
예외처리
========================================================
========================활용관련===========================
pyqt 강좌
https://opentutorials.org/module/544
파이썬 3.7.x에 PyQt5 designer 설치
python -m pip install --index-url=http://download.qt.io/snapshots/ci/pyside/5.11/latest pyside2 --trusted-host download.qt.io
=========================================================
========================기타=============================
카카오 신입 코딩 테스트 문제 해설
http://tech.kakao.com/2017/09/27/kakao-blind-recruitment-round-1/ 1차
http://tech.kakao.com/2017/10/24/kakao-blind-recruitment-round-2/ 2차
http://tech.kakao.com/2017/11/14/kakao-blind-recruitment-round-3/ 3차
파이썬 생존 안내서(듀랑고 개발자)
https://www.slideshare.net/sublee/ss-67589513
========================================================
'old > Python' 카테고리의 다른 글
[자료] 파이썬을 활용한 업무 자동화 (0) | 2018.08.22 |
---|---|
[Tool] 파이썬 기반 도구 모음 (0) | 2017.05.22 |
[Tool] Py2Exe Decompiler (0) | 2017.04.27 |
[정리] ocr 라이브러리 pytesser import 및 예제 (0) | 2017.03.13 |
[자료] 파이썬 url 인코딩/디코딩, 해시, 문자 빈도수 출력 (0) | 2014.11.11 |