사용자 도구

사이트 도구


python

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
python [2019/01/20 09:22] – [Memory 누출 확인] rex8312python [2024/03/23 02:38] (현재) – 바깥 편집 127.0.0.1
줄 1: 줄 1:
 ====== Python ====== ====== Python ======
 +
 +  * [[python:debug]]
  
 ===== 의미있는 주석 ===== ===== 의미있는 주석 =====
줄 121: 줄 123:
  
   * https://www.python.org/dev/peps/pep-0557/   * https://www.python.org/dev/peps/pep-0557/
 +
 +
 +===== 인텔 배포판 =====
 +
 +  * https://software.intel.com/en-us/articles/using-intel-distribution-for-python-with-anaconda
 +
 +===== SSL 인증 안하기 =====
 +
 +<code bash>
 +conda config --set ssl_verify no
 +
 +pip install --trusted-host pypi.python.org --trusted-host pypi.org --trusted-host files.pythonhosted.org <package name>
 +</code>
python.1547976120.txt.gz · 마지막으로 수정됨: 2024/03/23 02:37 (바깥 편집)