🤲 자주 가는 사이트 모음집

metamong 2022. 3. 20.

-- 평소에 분석하면서 자주 방문하는, DS계의 정석과도 같은 실제 유용한 사이트 링크 모음집이다 --

(참고하시길 바란다🙏)


* 원서>

 

** fundamentals of Data Visualization

>데이터 시각화 관련 자세한 내용이 담겨 있는 영어원서<

https://clauswilke.com/dataviz/

 


* docu>

 

** NumPy User Guide (1.22.0) **

> NumPy에 대한 모든 정보가 다 담겨있는 약 500pg 분량의 설명서 <

https://numpy.org/doc/stable/numpy-user.pdf 

 

** web 개발 관련 공식 문서 **

> HTML, CSS, JS, HTTP, Web APIs, Web Tech <

 

MDN Web Docs

The MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites and progressive web apps.

developer.mozilla.org

 

** BeautifulSoup Library 4.9.0 (for web scraping) 공식 문서 **

 

Beautiful Soup Documentation — Beautiful Soup 4.9.0 documentation

Non-pretty printing If you just want a string, with no fancy formatting, you can call str() on a BeautifulSoup object, or on a Tag within it: str(soup) # ' I linked to example.com ' str(soup.a) # ' I linked to example.com ' The str() function returns a str

www.crummy.com

 

 


** UTF-8 HTML 도형 type **

> 해당 UTF-8 형태 code로 원하는 도형을 표현하기 위해 참조 <

 

 

HTML Unicode UTF-8

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

www.w3schools.com