"Python 모듈 별명 관례"의 두 판 사이의 차이

잔글 (Jmnote님이 Python 모듈 별명 문서를 Python 모듈 별명 관례 문서로 이동했습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;Python 모듈 별명 관례
;Python 모듈 별명 관례
;Python 모듈 별칭 관례
;Python 모듈 import ... as 관례


<source lang='python'>
<source lang='python'>

2020년 4월 28일 (화) 03:30 판

1 개요

Python 모듈 별명 관례
Python 모듈 별칭 관례
Python 모듈 import ... as 관례


import numpy as np
import scipy as sp
import pandas as pd
import matplotlib.pyplot as plt

import networkx as nx

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}