25

실습: 실제 README 읽기

Day 3: GitHub README 해독

학습 목표

실제 GitHub README를 읽고 필요한 정보를 찾을 수 있다 설치 명령어와 기본 사용법을 파악할 수 있다

미션: requests 라이브러리 README 분석

아래는 Python requests 라이브러리 README의 일부입니다. 읽고 질문에 답하세요.


README 내용

에디터 로딩 중...

Requests allows you to send HTTP/1.1 requests extremely easily. There's no need to manually add query strings to your URLs.

Installation

Requests is available on PyPI:

에디터 로딩 중...

Requests officially supports Python 3.8+.

Features

  • Keep-Alive & Connection Pooling
  • International Domains and URLs
  • Sessions with Cookie Persistence
  • Browser-style SSL Verification
  • Automatic Content Decoding
  • Basic/Digest Authentication

Documentation

Documentation is available at https://requests.readthedocs.io

에디터 로딩 중...
에디터 로딩 중...
정답 보기
에디터 로딩 중...