코딩테스트 연습/Python (3) 썸네일형 리스트형 [Leetcode/Python] 1. Two Sum 📝 DescriptionGiven an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.You may assume that each input would have exactly one solution, and you may not use the same element twice.You can return the answer in any order. Example 1:Input: nums = [2,7,11,15], target = 9Output: [0,1]Explanation: Because nums[0] + nums[1] == 9, we return [.. MacOS Python Poetry 설치하는 방법 https://python-poetry.org/ Poetry - Python dependency management and packaging made easy Dependency resolver Poetry comes with an exhaustive dependency resolver, which will always find a solution if it exists. And get a detailed explanation if no solution exists. Isolation Poetry either uses your configured virtualenvs or creates its own to al python-poetry.org 이 페이지의 installation으로 가면 된다. 참고로 나.. MacOS Homebrew 설치하는 방법 (삭제, 버전 확인까지) 처음 세팅하는 게 항상 어려운 것 같다. 다음을 위해 기록해둔다. 사용하고 있는 것은 Apple M2 기반 맥북 에어이다. 우선 Homebrew 사이트에 들어가서, 명령어를 복사한 뒤, 터미널에 그대로 복붙한다. https://brew.sh/ Homebrew The Missing Package Manager for macOS (or Linux). brew.sh 계속해서 맥북 패스워드를 입력하다보면, 그 다음 단계는, Run these two commands in your terminal to add Homebrew to your PATH 이었는데, 개인적으로 그래서 이 명령어 뭐를 입력하라는거지? 싶었다. 그래서 일단 복붙하긴 했는데, 맞는지 모르겠다...ㅎ Homebrew가 잘 설치되었는지 확인 혹은 .. 이전 1 다음