1. 파이썬 공식 라이브러리 문서
: 표준모듈 등의 정보 확인
https://docs.python.org/3/library/index.html
The Python Standard Library — Python 3.9.6 documentation
The Python Standard Library While The Python Language Reference describes the exact syntax and semantics of the Python language, this library reference manual describes the standard library that is distributed with Python. It also describes some of the opt
docs.python.org
2. 파이썬 튜토리얼 사이트
ex) https://www.tutorialspoint.com/python/index.htm
Python Tutorial - Tutorialspoint
Python Tutorial Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language. It was created by Guido van Rossum during 1985- 1990. Like Perl, Python source code is also available under the GNU General Public L
www.tutorialspoint.com
3. 스택 오버플로우
: 질문답변 사이트(함수 사용 시 주의점, 활용법 알아볼 수 있음. 파이썬 뿐만 아니라 다른 언어 공부할 때도 유용)
Stack Overflow - Where Developers Learn, Share, & Build Careers
Stack Overflow | The World’s Largest Online Community for Developers
stackoverflow.com
'개념 정리 > Python' 카테고리의 다른 글
conda 환경 & 주피터 기본 (0) | 2021.09.12 |
---|---|
파이썬 데이터 분석_시각화 (0) | 2021.08.27 |
[Python] 개념 정리 01 - 자료형(문자형, 숫자형) (0) | 2021.07.23 |
[Python] 함수 정리 (리스트, 문자열, 딕셔너리, 집합) (0) | 2021.07.08 |