인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

asdfioio6485216's profile image
asdfioio6485216

asked

Getting Started with Programming: Introduction to Python (Inflearn Original)

Package(3-2)

__init__ 관련 질문

Written on

·

201

1

안녕하세요. 

 

앞선 강의에서 sys.path.append('C:\math')로 모듈에 접근했는데요. 

이렇게 접근할 때도 패키지에  __init__.py를 넣어 두는 게 좋은가요?

python

Answer 1

1

niceman님의 프로필 이미지
niceman
Instructor

네 기본적으로 하위버전과 호환을 위해서 집어넣는 것을 추천드려여

asdfioio6485216's profile image
asdfioio6485216

asked

Ask a question