잠시 티스토리를 방치하고 블로그에 정리해뒀던 것을 다시 티스토리로 백업하기...
https://blog.naver.com/rlawozl96/222573880972
Python 1
-데이터 타입, list tuple set dict 개념, length 파악
https://blog.naver.com/rlawozl96/222587658689
Python 2
-calculation, indent, function과 Def, return과 print, 비교연산자, 조건문(if, elif)
https://blog.naver.com/rlawozl96/222608960760
Python 3
-논리연산자(and, or), 반복문(*중요) for, in, continue, break 및 예제
https://blog.naver.com/rlawozl96/222640602309
Python 4
-연습문제, list comprehension(i for in my list if 조건문),
문자열다루기(split, len, replace, upper, lower, startswith, endswith, strip)
https://blog.naver.com/rlawozl96/222640970529
Python 4 +
-패키지와 모듈, 함수의 관계도, alias(별칭)
'Data Science > Python 기초' 카테고리의 다른 글
데이터 채굴하기 1편: 웹 스크래핑 (0) | 2023.02.09 |
---|---|
Python numpy: np.log1p()란 뭘까? (0) | 2022.11.21 |
Python numpy: reshape(-1, n) 에서 -1은 뭘까? (0) | 2022.07.23 |