파이썬 개발환경 구축
1. vscode 설치
Download Visual Studio Code - Mac, Linux, Windows
Download Visual Studio Code - Mac, Linux, Windows
Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications.
code.visualstudio.com
2. 파이썬 익스텐션으로 python, Pylance 설치
3. workspace 경로 잡고 hello.py 로 테스트
4. 실행하니까 안된다.. windows 에 파이썬 설치해야함.
MS 스토어에서 간편히 설치 되는군.
5. hello world 출력 완료!
6. pylance 자동완성 설정
file - preferrence - setting - pylance
7. 익스텐션 tabout 설치(자동완성 후 tab 으로 괄호, 따옴표 빠져나가기)
8. Todo Tree 설치
VSCode Extension | Todo Tree로 깔끔하게 todo 관리하기
Todo Tree로 전역에서 어썸하게 주석 관리하기 🚀
velog.io
9. python extension pack 설치 : go to definintion 를 사용할 수 있다. 설치 후 vscode 재부팅 해줘야 함