Duqe's Warehouse

개발환경 설정 본문

정보기술

개발환경 설정

duqe 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
    • zoom
    • word wrap
  • Extentions
    • Python
    • Black Formatter
      • Finding "Default Formatter" in Settings and Activating
      • Finding "Editor: Format On Save" in Settings and Checking
    • ESLint
    • Auto Rename Tag
    • HTML to CSS autocompletion
    • HTML CSS support
    • CSS Peek
    • Indent-Rainbow
    • Simple React Snippets