민서네집

Python Help (pdf, chm) 본문

Python

Python Help (pdf, chm)

브라이언7 2016. 8. 7. 20:11

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) 도 사용 가능.



Comments