잠시 티스토리를 방치하고 블로그에 정리해뒀던 것을 다시 티스토리로 백업하기...
https://blog.naver.com/rlawozl96/222573880972
Python 1
다시 파이썬... 티스토리까지 관리할 자신이 없어서 다시 블로그로 돌아옴 예전에 들었던 부분 기억이 안나...
blog.naver.com
Python 1
-데이터 타입, list tuple set dict 개념, length 파악
https://blog.naver.com/rlawozl96/222587658689
Python 2
0. Other Calculation a = 10 b = 3 1) % : 몫을 나눈 나머지를 구함 a % b = 1 (10/3...
blog.naver.com
Python 2
-calculation, indent, function과 Def, return과 print, 비교연산자, 조건문(if, elif)
https://blog.naver.com/rlawozl96/222608960760
Python 3
저번에 쓰다가 다 날라가고 코딩도장 캡쳐만 남았다... 노트북 덮으려다가 처음으로 듀얼모니터로 공부중이...
blog.naver.com
Python 3
-논리연산자(and, or), 반복문(*중요) for, in, continue, break 및 예제
https://blog.naver.com/rlawozl96/222640602309
Python 4
목차 - 연습문제 이어서 - List Comprehension even = [i for i in mylist if i % 2 ==...
blog.naver.com
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 +
1. 패키지와 모듈, 함수의 관계도 함수들이 뭉쳐진 하나의 .py(파이썬 확장자) 파일 안에 이루어진 것을 모...
blog.naver.com
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 |