๋ฐ์ํ
__name__
- ํ์ด์ฌ ์์ฒด์์ ์ฌ์ฉํ๋ ๋ณ์
- ์ง์ ์คํ ๋ ๊ฒฝ์ฐ๋ __name__ = __main__
- ๋ค๋ฅธ ํ์ผ์ ์ํฌํธ ๋ ๊ฒฝ์ฐ๋ ์์ ์ ํ์ผ๋ช
์ด ๋ฐ์ธ๋ฉ๋จ
# ์ง์ ์คํํ ๊ฒฝ์ฐ๋ง ์คํ
if __name__ == "__main__":
print(__name__)
๋ฐ์ํ
'Python > Basic' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Python] openpyxl - ์์ ์ฝ๊ธฐ/ํธ์ง ํ๊ธฐ (0) | 2020.08.14 |
---|---|
Streamlit. The fastest way to build custom ML tools (0) | 2020.03.25 |
[Python] Pandas null ์ฒดํฌ (2) | 2020.02.27 |
Sqlite (0) | 2020.02.21 |
[pandas] datetime ์ผ๋ก type ๋ณ๊ฒฝํ๊ธฐ (0) | 2020.02.17 |