전체 글 (201) 썸네일형 리스트형 파이썬 연속적인 크롤링하기 import requests from bs4 import BeautifulSoup class Conversation: def __init__(self, question, answer): self.question=question self.answer=answer def __str__(self): return "질문: " +self.question + "\n답변: " + self.answer + "\n" def get_subjects(): subjects=[] req=requests.get('https://basicenglishspeaking.com/daily-english-conversation-topics/') html=req.text soup=BeautifulSoup(html, 'html.parser'.. 파이썬 공지사항 크롤링 하기 import requests from bs4 import BeautifulSoup # 특정 url에 접속하는 요청(Request) 객체를 생성합니다. request=requests.get("http://www.dowellcomputer.com/main.jsp") # 접속한 이후의 웹 사이트 소스코드를 추출합니다. html=request.text # HTML 소스코드를 파이썬 객체로 변환합니다. soup=BeautifulSoup(html, 'html.parser') # 태그 포함하는 요소를 추출합니다. links=soup.select('td > a') # 모든 링크에 하나씩 접근합니다. for link in links: #링크가 href 속성을 가지고있다면 if link.has_attr('href'): #.. 미드 표현정리 12_3 ex)I still haven't gotten up the guts to tell my parents Infidelity (synonyms include: cheating, adultery (when married), being unfaithful, or having an affair) is a violation of a couple's assumed or stated contract regarding emotional and/or sexual exclusivity. call off something— phrasal verb with call US /kɔl/ verbto decide that a planned event will not happen:Union leaders called the str.. if anything if anything, you're pathologically unshallow오히려 너는 병리학적으로(비정상적으로) 얕지않은 사람이야 free translation다른 보통 남자들(여자를 겉모습을 가지고 판단하는)과 너는 너무나도 다르다. 11_27 미드 표현 정리 this just inThis Just In is a phrase told by anchormen when an important piece of news has just arrived while on the air.This just in. reelingBeing to awestruck, to shocked to comprehend anything" man, im still reeling form last night" " i cant beleive she is still reeling from what he said"I'm still reeling from the last time you were on the news fine kettle of fishA difficult or awkward situat.. 요리관련 동사 정리 fry bake roast Roasting and baking are essentially the same process, the application of dry heat in an oven. But baking is usually seen as applying to breads, cakes and pastries, while roasting is something you do to meat and vegetables. when you cook a Thanksgiving turkey or a Christmas goose (does anyone still cook geese?), you are roasting.Frying is done on top of the stove or in an electric fryer, and it i.. 영어회화 | 시급한 교정 - 07 | "그래서"의 두 가지 표현 / "누구에게 무엇을 주다" 라고 말할 때 주의점 So와 That's why의 차이 -so 앞의 사건의 단순한 결과나 반응에 의할때 단순한 원인결과 -That's why 또는 That's the reason 앞의 문장에 대해서 해명을할때 "누구에게 무엇을 주다" 라고 말할 때 주의점 “부모님에게 돈을 드렸어요.” “I gave my parents some money” ”I gave some money to my parents.”“돈을 부모님에게 드렸어요” *give 무엇을 누구한테 준다 라는 부분을 부각함안 되는 경우가 많다. 쓰는 경우 있긴 있음 어떤 질문에 대한 답인지 해주면 더 쉽게 와닿을듯해요. "그 돈 너 어디다 썼어? 그 돈 어쨌어?" 에대한 답은 I gave the money to my parents 가 되겠죠 댓글 중 하나 인데 아마 맞는.. 영어 공부 정리 10_25 He didn't go to church until two years ago.그는 2년 전 까지만 해도 교회에 가지 않았다. chicken goes well with beer.치킨은 맥주와 잘 어울려. I'm not sure whether he'll come to Seoul on Sunday or Saturday.여기에 if 쓰면 안 됨.I'm not sure whether he likes it.여기엔 if 써도 됨. 이전 1 ··· 18 19 20 21 22 23 24 ··· 26 다음