# 데이터 사이언티스트를 위한 효율적인 파이썬 코딩 가이드

> Clean Markdown view of GeekNews topic #5068. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=5068](https://news.hada.io/topic?id=5068)
- GeekNews Markdown: [https://news.hada.io/topic/5068.md](https://news.hada.io/topic/5068.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-09-24T09:07:58+09:00
- Updated: 2021-09-24T09:07:58+09:00
- Original source: [topbots.com](https://www.topbots.com/data-scientists-guide-to-efficient-coding-in-python/)
- Points: 19
- Comments: 0

## Topic Body

1. for 문에선 tqdm 사용

2. 함수 작성시엔 type hinting 쓰기

3. 인자 갯수 모르는 함수엔 args & kwargs

4. pre-commmit 훅 사용하기

5. 상수 저장엔 .yml 사용

6. 유용한 VS-Code 확장들

ㅤ→ Bracket Pair Colorizer : 매칭 꺽쇠 컬러링

ㅤ→ Path Intellisense : 파일이름 자동완성

ㅤ→ Python Dockstring Generator : 파이썬 함수 Docstring 생성

ㅤ→ Python Indent - 멀티라인에 적절한 자동 들여쓰기 지원

ㅤ→ Python Type Hint - 함수 작성시 힌트 자동완성

ㅤ→ TODO tree : 모든 TODO를 한곳에서 관리

ㅤ→ Pylance - 코드 자동완성, 인자 추천 등 코딩을 빠르게 해주는 다양한 것들

## Comments



_No public comments on this page._
