개발자 최솔이

  • 홈

status_code 2

python 7일차 웹 스크래핑 / beautifulsoup 4 / find / find_all / requests / response status_code

# 5.0 웹 스크래핑 # beautiful soup (웹사이트의 데이터를 받아올 수 있게 해주는 python 라이블러리) # 5.1 다운로드 # $ pip install beautifulsoup4 # https://www.crummy.com/software/BeautifulSoup/bs4/doc/#quick-start # 5.2 주의사항 # 웹스크래핑으로 상업적 이용시 주의해야한다. from requests import get from bs4 import BeautifulSoup base_url ="https://weworkremotely.com/remote-jobs/search?term=" search_term ="vue" reseponse = get(f"{base_url}{search_term}")..

Python 2023.01.10

python 6일차 / for ~ in ~ / for loop / requests / status_code

# 4.5 For Loops websites = ( "google.com", "airbnb.com", "https://twitter.com", "facebook.com", "https://tictoc.com" ) websites[0] # tuple 의 갯수만큼 반복 for website in websites: print("Hello", website) # 일반적으로 tuple이나 list를 만들 때 복수형으로 만든다 # websites, movies, users, photos ,... # for 에서는 단수형으로 쓴다. # website, movie, user, photo # 4.6 URL Formatting for website in websites: if not website.startswith("h..

Python 2023.01.06
1
더보기
프로필사진

⬇사이드프로젝트 피드백 환영합니다⬇
트라이미
  • 분류 전체보기 (261)
    • ERROR (1)
    • flutter (2)
    • Algorithm (0)
    • JavaScript (12)
    • NestJs (1)
    • vue (31)
    • Nuxt.js (3)
    • React (7)
    • MSSQL (1)
    • ASP.NET (3)
    • 유료강의 (10)
    • Windows Service (1)
    • Python (9)
    • Frontend (1)
    • Backend (0)
    • Git (4)
    • Choi solyi (27)
      • 토이프로젝트 (0)
      • 개발자 컨퍼런스 (1)
      • 책 (17)
      • 나는 리뷰어다 2022 (3)
      • 자격증 (3)
      • 원동력 (3)
    • 2021 (13)
      • 일지 (9)
      • 힉점은행제 (4)
    • 2019 (123)
      • 초기 설정 (2)
      • JAVA (0)
      • ORACLE (38)
      • JDBC (4)
      • HTML & CSS (20)
      • JavaScript (19)
      • jQuery (18)
      • JSP Servlet (13)
      • JSON (0)
      • EL JSTL (9)
      • Spring (0)

Tag

python, 노마드코더, Vue, 실용주의프로그래머, git, JavaScript, vue3, js, status_code, SQL, React, vuejs, 노개북, 기록, 일기, 개발자북클럽, 일지, computed, 북클럽, 개발자,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

Archives

Calendar

«   2023/09   »
일 월 화 수 목 금 토
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30

방문자수Total

  • Today :
  • Yesterday :
트라이미.

Copyright © Kakao Corp. All rights reserved.

티스토리툴바

티스토리툴바