개발을 잘하려면 구글링을 "잘"해야된다!

김태인·2022년 8월 30일
0
post-thumbnail

구글링 잘하는법

  • 영어로 검색한다
  • 단순하게 검색한다
    1. 언어 종류
    2. 핵심 검색어 [언어종류][핵심검색어]
    ex) 파이썬에서 파일에 쓰는 방법? 을 검색한다? -> python write file
    ex) python find vs index (vs를 통해 비교 검색)
    ex) pygame sound
  • 때론 OS가 필요할때도 있음 [언어종류][핵심검색어][OS]
    1. ex)python write file mac
    1. ex)python write file window / lunux
  • 언어에 종류에 맞는 에러 메세지 [언어종류][에러 메시지]
    1. ex) python + 에러 메시지 복사
  • site:
    1. ex)python write file site:stackoverflow.com

  • control + click (브라우저에서 사용)
    1. 링크가 꼬일 위험이 없음
  • filetype:
    1. ex) 파이썬 머신러닝 filetype:ppt
    1. ex) 파이썬 머신러닝 filetype:pdf
  • 키워드검색 (따옴표로 묶음)
    1. ex) python "randint vs randrange"
  • +포함 -제외 (혼용 가능)
    1. ex) python excel automation library +openyxl
    1. ex) python excel automation library -openyxl
    2. **ex) python excel automation library -openyxl +xlsxwriter
참조유튜브 https://www.youtube.com/watch?v=PEtjVQa_LEA
profile
코딩이 취미가 되는 그날까지

0개의 댓글