Dev Hyeri

전체 480

[영국영어] 원격 조종 remote control

remote control 원격 조종 We need to do some remote control adjustments to the server settings for the website. 웹사이트를 위한 서버 설정을 위해 원격조정 조작을 해야 해 No problem, I'll log in and make the changes right away. 문제 없어, 바로 로그인해서 변경 사항을 적용할게 I'm working on a project to develop a remote control system for smart home appliances. 스마트 홈 가전제품을 위한 원격조정 시스템을 개발하는 프로젝트를 진행중이야. That's interesting! Being able to control e..

[영국영어] 처형, 실행 execution

execution 처형, 실행 He didn't need to be there for the execution. 굳이 직접 죽일 필요가 없으니까 Our project planning is excellent, but sometimes our execution falls short. 우리의 프로젝트 계획은 훌륭하지만 때로는 실행이 부족해지곤해 You're right, we need to work on implementing our plans more effectively. 맞아, 계획을 효과적으로 계획하는 데 노력해야 해 We have a great marketing strategy, but the actual execution of the campaigns can be challenging. 우리는 훌륭한..

[영국영어] 범위를 좁히다, 구체화하다 narrow down

narrow something down 범위를 좁히다, 구체화하다. We need to narrow that down. 범위를 좁혀야 해. We have so many feature ideas for the app, but we need to narrow them down before our next meeting. 앱에 대한 아이디어가 너무 많아, 다음 회의 전에 그 중 몇 가지를 선별해야해 You're right, let's prioritize the most important ones. 맞아, 우선적으로 가장 중요한 것들을 결정하자. We have a long list of potential clients, but we need to narrow it down to the most promising..

[영국영어] 한 지점에서 만나다, 교차하자 intersect

Intersect vi. 한 지점에서 만나다, 교차하다 vt. 가로 지르다, 횡단하다 We need to find a place in the city where all five of these things intersect. 런던에서 이 5가지가 모두 교차하는 장소를 찾아야 합니다. The highway intersects Han River. 고속도로는 한강을 가로지른다. I think our project timelines intersect at some point next month. We should coordinate to avoid any conflicts. 다음 달 어느 부분에서 프로젝트 일정이 겹치는 것 같아 충돌을 피하기 위해 조정해야 할 것 같아. Yeah, we don't want to..

[파이썬] 주피터노트북 '데이터 파일' 한글 깨짐, 인코딩 문제 해결 방법

주피터노트북 CSV 한글 깨짐, 인코딩 문제 한방에 고치기 혹시 아래와 같은 문제를 겪고있지 않은지 확인해보자 1. 불러올 데이터에 한글이 있고 2. 해당 데이터를 주피터 노트북으로 불러왔더니 'utf-8 ~'란 에러 메시지가 뜨고 3. Chat-gpt 한테 물어봤더니 저런 또는 저것과 비슷한 encoding=' ' 을 알려주고 4. 적용해서 불러오는 데 성공은 했지만, 이유를 모르거나 한글이 깨져서 불러온다면 아래의 사항을 체크하자 1. 파일 확장자 확인 1. 왼쪽 상단의 [파일-홈-삽입-페이지····] 중에서 '파일' 클릭 2. 왼쪽 사이드바의 '다른 이름으로 저장' 클릭 3. 확장자 드롭다운을 내려 CSV UTF-8(쉼표분리)(*csv) 로 선택 후 저장 (저장이 안된다면 저장 위치를 바꿔보자) 4..

기술스택/Python 2023.09.18

[ 파이썬 ] 람다 표현식

람다 표현식 lambda 1. 람다 사용 방법 lambda 매개변수 : 리턴 (조건문) lambda x: 50 if x==0 else x 함수의 기능. 간결한 문법. 로직이 복잡하지 않을 때 사용. 함수명과 return이 필요하지 않다. 2. map과 lamda map (함수, 객체) def plus(x): return x+10 list(map(plus, [1,2,3])) 위의 코드를 람다로 바꾸면 map (람다, 객체 ) list(map(lambda x:x+10,[1,2,3])) 3. 람다 안에 elif 사용 불가 if 와 else만 사용해서 코드를 작성해야 한다.

기술스택/Python 2023.09.18

[영국영어] 내 말의 요지는, 내 말의 중점은, 내가 하려는 말은 영어로

What I'm trying to say is that~ What I'm saying is that~ My point is that 내가 말하고 싶은 건, 내가 말하려고 하는 건, 그러니까 내가 하고 싶은 말은, 내 말의 요지는 What I'm trying to say is, that if there's anything I can do, anything you need, anything at all, you can have me. 그러니까 내가 하고 싶은 말은, 내가 해줄 수 있는 게 뭐라도 있으면, 뭐든 도움이 필요하면 날 찾아오라는 거예요. I think this section of code could be refactored to improve readability. 이 코드 부분을 리팩터링하면 가..

[영국영어] ~의 분야가 아니다 not one's area

not one's area ~의 분야가 아니다. It's really not your area. 그쪽으로는 소질 없어. Hey, I heard you're good with database optimization. Can you help me with this query? 야, 너가 데이터베이스 최적화에 능숙하단 얘기를 들었어. 이 쿼리에 도움 좀 줄 수 있어? Sorry, that's not really my area. I'm more into front-end development. 미안해, 그건 내 전문 분야가 아니야. 나는 주로 프론트엔드 개발을 해. Not really, it's not my area of expertise. I'd be better suited for the UI design ..

[영국영어] 대화에 참여하다 make conversation

make conversation 대화에 참여하다, 지속적으로 대화하다 please don't feel the need to make conversation. 대화하려고 애쓰지 마요. I heard there's a company gathering after work today. Do you think we should go? 오늘 퇴근 후 회사 소모임이 있는 걸 들었어. 가보는 게 좋을까? Yeah, it's a great opportunity to make conversation with colleagues outside of work and build better relationships. 응, 이건 업무 외에 동료들과 대화를 나누고 더 좋은 관계를 형성할 수 있는 좋은 기회야. Our project..