[ Python ] 절대 경로로 Import 하기
2019. 5. 1. 17:28ㆍ분석 Python/구현 및 자료
import sys
sys.path.append('/home/test')
from define import TestClass
728x90
'분석 Python > 구현 및 자료' 카테고리의 다른 글
[ Python ] 특정 조건을 만족하는 List 문자열만 뽑기 (0) | 2019.05.04 |
---|---|
[ Python ] 중복 되는 배열 해결 하기 (0) | 2019.05.03 |
[ Python ] pysnooper 을 활용한 debug 하기 (0) | 2019.05.02 |
[ Python ] Jupyter에서 multiprocessing을 활용하여 bash 돌리기 (0) | 2019.05.01 |
띄어쓰기 안된 문장 띄어쓰기 적용시키기(네이버 맞춤법 검사기) (0) | 2017.12.26 |