[python] python관련 유용한 링크 및 참고자료

 파이썬 재단 - 공식 홈페이지 
https://www.python.org/

 

Welcome to Python.org

The official home of the Python Programming Language

www.python.org

 

 

비주얼스튜디오 커뮤니티 에디션 - 파이썬 에디터
https://www.visualstudio.com/ko-kr/products/visual-studio-community-vs.aspx

 

Visual Studio 2022 Community Edition – Download Latest Free Version

Try our free, fully-featured, and extensible IDE for creating modern developer apps for Windows, Android, & iOS. Download Community for free today!

visualstudio.microsoft.com

 

 

웹크롤링 설치

pip install setuptools --upgrade
pip install beautifulsoup4

 

 

뷰티플스프
http://www.crummy.com/software/BeautifulSoup/

 

Beautiful Soup: We called him Tortoise because he taught us.

 

www.crummy.com

 

오픈튜토리얼(html)
https://opentutorials.org/course/2039

 

HTML 수업 - 생활코딩

수업의 목적 본 수업은 HTML에 대한 심화된 내용을 다룹니다. HTML의 기본문법과 HTML의 주요한 태그들에 대한 수업을 담고 있습니다.  선행학습 본 수업을 효과적으로 수행하기 위해서는 웹애플리

opentutorials.org

 

 

GUI라이브러리(PyQt)
https://www.riverbankcomputing.com/software/pyqt/download5

 

Riverbank Computing | Download

PyQt6 PyQt5 SIP PyQt-builder pyqtdeploy QScintilla PyQt4

www.riverbankcomputing.com

 

sqlite에 관련된 툴 - 데이터베이스 간단한 실습을 위해 사용
http://sqlitebrowser.org/

 

DB Browser for SQLite

DB Browser for SQLite The Official home of the DB Browser for SQLite Screenshot What it is DB Browser for SQLite (DB4S) is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite. DB4S is for users and dev

sqlitebrowser.org

 

참고도서
[도서] 밑바닥부터 시작하는 데이터 과학 : 데이터 분석을 위한 파이썬 프로그래밍과 수학, 통계 기초
머신러닝을 이용한 알고리즘 트레이딩 시스템 개발
파이썬 완벽 가이드
파이썬 라이브러리를 활용한 데이터 분석
해커의 언어, 치명적 파이썬

 

 

아나콘다 다운로드
http://continuum.io/downloads

 

Anaconda | Anaconda Distribution

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

www.anaconda.com

 

pandas자료
https://pandas.pydata.org/
https://matplotlib.org/

 

Matplotlib — Visualization with Python

seaborn seaborn is a high level interface for drawing statistical graphics with Matplotlib. It aims to make visualization a central part of exploring and understanding complex datasets. statistical data visualization Cartopy Cartopy is a Python package des

matplotlib.org

 

pandas - Python Data Analysis Library

pandas pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming language. Install pandas now!

pandas.pydata.org

 

 

김성훈 교수의 머신러닝(딥러닝)
https://hunkim.github.io/ml/

 

모두를 위한 머신러닝/딥러닝 강의

 

hunkim.github.io