python basics review notes:python은 object-oriented language이다. python에서는 variable들이 object다.(Java와는 다르게) variable을 생성할때에 선언을 할 필요가없다!2가지 number types가
어떤 객체가 순서를 가지고 나열되어 있는것python에서 sequence는: String, list, tuple이 있다.
Mutable vs. Immutable Mutable data structure: list, dict, set Immutable data structure: string, tuple Mutable Object Mutable data type은 추가, 삭제, 수정이 가
Functions Scope python namespace 전역 네임스페이스 지역 네임스페이스 빌트인 네임스페이스
What is web crawling? and What is web scraping?
How to deal with missing values in a data set?
pandas와 numpy를 다루는 방법 총정리!