Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
foss-final-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mingi Song
foss-final-project
Commits
aae48e45
Commit
aae48e45
authored
3 years ago
by
Mingi Song
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
9de1e1a5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+43
-0
43 additions, 0 deletions
README.md
with
43 additions
and
0 deletions
README.md
+
43
−
0
View file @
aae48e45
...
...
@@ -10,11 +10,54 @@
## Python이란?
### Python이란?
-
1990년 암스테르담의 귀도 반 로섬이 개발한 인터프리터 언어이다.
-
프로그래밍 교육을 위해 많이 사용되지만, 기업의 실무에서도 많이 사용한다.
-
공동 작업과 유지 보수가 매우 쉽고 편하다.
### python 특징
-
문법이 쉬워서 빠르게 배울 수 있다.
-
생각하는 방식을 그대로 표현할 수 있는 언어이다.
-
개발속도가 빠르다.
-
무료지만 강력한다. -> 오픈소스( 다양한 라이브러리 제공)
### python 목적
-
시스템 유틸리티 제작
-
GUI 프로그래밍
-
C/C++ 와의 결합
-
웹프로그래밍
-
수치 연산 프로그래밍
-
데이터 베이스 프로그래밍
-
데이터 분석
### python 라이브러리
#### Pandas
-
쉽고 직관적인 관계형 또는 분류된 데이터로 작업할 수 있도록 설계된 데이터 구조를 제공하는 python 패키지이다.
#### Numpy
– python에서 개발된 선형 대수용 라이브러리이다.
-
난수 및 행렬 등 복잡한 수학연산 처리에 유용하다.
#### Tensorflow
-
머신러닝 라이브러리이다.
-
자연어 처리, 순환 신경망, 이미지 인식 등에 사용한다.
#### Pytorch
– 우수한 예제들과 애플리케이션 및 사용 사례를 갖춘 머신러닝 라이브러리이다.
#### Matplotlib
– 고품질 2D 플로팅 그래프 및 그림 생성 기능 제공한다.
## Python 라이브러리 'Requests'
### Requests란?
-
Python 용 HTTP 라이브러리이다.
-
특정 웹사이트에 HTTP 요청을 보내는 모듈이다.
-
HTTP 요청을 보내 HTML 문서를 받아올 수 있는 라이브러리이다.
-
받아온 HTML 정보는 단순한 String형이기 때문에, BeautifulSoup 이용하여 HTML 문서로 변환하여야 한다.
### BeautifulSoup란?
-
HTML 정보로부터 원하는 데이터를 가져오기 쉽게, 비슷한 분류의 데이터별로 파싱해주는 역할을 하는 라이브러리이다.
-
원하는 정보의 태그값을 통해서 정보를 불러올 수 있다.
### Requests란?
### BeautifulSoup란?
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment