본문 바로가기
728x90
반응형

Summary4

[summary] vscode vscode 소개 (visual studio 와 비교)https://ds31x.blogspot.com/2023/07/env-visual-studio-code-and-visual-studio.html?view=classic [Env] Visual Studio Code and Visual StudioVisual Studio Code (vscode)는 Visual Studio와 달리, code editor임을 강조하고 있다. Visual Studio는 전형적인 Integrated Development Environment로 MFC, .NET 등의 ...ds31x.blogspot.com vscode 설치2023.12.15 - [개발환경] - [vscode] How to install vscode: macOS, .. 2025. 1. 17.
[Summary] NumPy(Numerical Python) 파이썬 생태계에서 과학적 계산의 기본이 되는 라이브러리 NumPy는 파이썬에서 과학 계산과 수치 연산을 효율적으로 처리하기 위한 라이브러리 n-dimensional array(다차원 배열)인 ndarray 객체를 중심으로 고성능 수치 계산을 지원벡터화 연산을 통해 루프 없이 대량의 데이터를 빠르게 처리할 수 있음.또한, 선형대수, 통계 등 다양한 수학적 기능을 제공하여 데이터 분석, 머신러닝, 시뮬레이션 등에서 필수적인 도구로 사용됨.openCV, Sickit-image에서도 기본 데이터 타입으로 NumPy의 ndarray를 사용함.https://numpy.org/ NumPy -Use the interactive shell to try NumPy in the browsernumpy.orghttps://d.. 2024. 9. 12.
[Python] Terminal, WSL, Conda, and VSCode Terminal and Console (+ Shell)https://dsaint31.me/mkdocs_site/OS/console_terminal_shell_kernel/ BME228Console, Terminal, and Shell Console: 컴퓨터(주로 서버)에 command를 작성하여 입력하고 그 결과를 확인할 수 있는 (물리적) 입출력 장치. Terminal과 비슷한 의미를 가지고 있으나 보다 물리적인 측면이 강조dsaint31.meWindows Subsystem Linux (WSL)https://dsaint31.tistory.com/423 [CE] Introduction of WSLWindows Subsystem for Linux : Linux용 Windows 하위 시스템. Windows .. 2023. 12. 15.
[vscode] How to install vscode: macOS, Linux, Windows How to install vscodemacOS, Linux, 그리고 Windows에서의 vscode 설치에 대한 방법을 다룸.MacOShomebrew를 이용하여 설치하는 것이 가장 편한 방법임.brew install --cask visual-studio-codeReferencehttps://formulae.brew.sh/cask/visual-studio-code visual-studio-codeHomebrew’s package indexformulae.brew.sh2023.12.15 - [Mac] - [Homebrew] 사용법 요약본 [Homebrew] 사용법 요약본brew --version brew의 버전을 출력함. brew update brew를 최신버전으로 업데이트. brew upgrade bre.. 2023. 12. 15.
728x90
반응형