Notice
Recent Posts
Recent Comments
Link
- Arawn's Dev Blog
- Outsider's Dev Story
- Toby's Epril
- Benelog
- NHN 개발자 블로그
- SK 플래닛 기술 블로그
- OLC CENTER
- 소프트웨어 경영/공학 블로그
- 모바일 컨버전스
- KOSR - Korea Operating System …
- 넥스트리 블로그
- 리버스코어 ReverseCore
- SLiPP
- 개발자를 위하여... (Nextree 임병인 수석)
- "트위터 부트스트랩: 디자이너도 놀라워할 매끈하고 직관…
- Learning English - The English…
- real-english.com
- 'DataScience/Deep Learning' 카테…
- Deep Learning Summer School, M…
- Deep Learning Courses
민서네집
Python Help (pdf, chm) 본문
Download Python 2.7.12 Documentation
https://docs.python.org/2/download.html
HTML Help (.chm) files are made available in the "Windows" section on the Python download page.
Python 2.7.12 documentation
https://docs.python.org/2/index.html
PyCharm IDE 안에서 Python Help 사용하기
- 하단의 Python Console 창을 열면 jupyter notebook이 열린다.
- object? , object?? , ?object , ??object 를 입력해서 Help를 볼 수 있다.
- help(object) 도 사용 가능.
'Python' 카테고리의 다른 글
Jupyter 에러 (Notebook does not appear to be JSON) (1) | 2016.08.07 |
---|---|
PyCharm 단축키 (0) | 2016.08.07 |
효율적인 Python String Concatenation (0) | 2016.08.04 |
파이썬 기초 강의 (0) | 2016.08.01 |
[파이썬으로 풀어보는 수학] Doing Math With Python (0) | 2016.07.31 |
Comments