Implement
개인적인 어플리케이션 개발환경
public
2024. 8. 16. 01:07
Front-end
JavaScript
JavaScript
Back-end
Python
- Virtual Enviroment in Windows
- To make: python -m venv <Virtual Enviroment Name>
- To activate: \<Virtual Enviroment Name>\Scripts\activate
- To deactivate: deactivate
- Jupyter Installation
- pip install jupyter
- Library Installation
- pip install pandas
- pip install numpy lxml
- pip install matplotlib
- Config file edit for browser change
- jupyter notebook --generate-config
- Find "ServerAppbrowser" then paste "browser path %s"
VSCode
- Settings
- Files: Auto Save - afterDelay
- Window: Zoom Level - 0 or 1
- Editor: Word Wrap - on
- Extentions
- (ESLint) 코드 스타일 및 오류 검사
- (Prettier) 코드 포멧을 자동으로 맞춰주는 기능
- Python
- Black Formatter
- Finding "Default Formatter" in Settings and Activating
- Finding "Editor: Format On Save" in Settings and Checking
- Auto Rename Tag
- HTML to CSS autocompletion
- HTML CSS support
- CSS Peek
- Indent-Rainbow 가독성 강화
- Simple React Snippets