Notice
Recent Posts
Recent Comments
관리 메뉴

안까먹을라고 쓰는 블로그

[Python] 파이썬 정리!! 본문

Language/Python

[Python] 파이썬 정리!!

YawnsDuzin 2022. 1. 28. 15:27

 

반응형

파이썬이란?
  . https://www.python.org/
  . https://namu.wiki/w/Python


개발환경설정
 - 아나콘다
  . https://www.anaconda.com/products/individual
 - 파이참
 - vscode
  . https://code.visualstudio.com/
 - atom
  . https://atom.io/


기본문법
 - 파이썬 기본문법
 - 

추가스터디
 - 데이터분석
 - 딥러닝/머신러닝
 - 크롤링 (beautifullsoap, scrapy)


라이브러리
 - numpy
  . https://numpy.org/
  . https://namu.wiki/w/NumPy
 - pandas
 - matplot https://matplotlib.org/
 - tensorflow
 - beautifullsoap
 - Django

 - scrapy
 - keras
 - pygame

 

 

Anaconda | Individual Edition

Anaconda's open-source Individual Edition is the easiest way to perform Python/R data science and machine learning on a single machine.

www.anaconda.com

 

반응형
Comments