Python

기본 환경 구축

1. 설치

sudo apt install python3

sudo apt install python3-pip

sudo pip3 install beautifulsoup4 ; web 긁어오는 모듈

Back To Top