파이썬 study_list 입니다.
Index |
contents |
완료여부 |
1 |
파이썬 변수생성, 들여쓰기 |
Y |
2 |
if, for, while 문 |
Y |
3 |
None, 정수형, 실수형, 복소수형 |
Y |
4 |
연산자, TRUE/FALSE |
Y |
5 |
시퀀스 자료 |
Y |
6 |
문자열, escape |
Y |
7 |
리스트, 튜플, dictionary |
Y |
8 |
함수, 지역/전역변수 |
Y |
9 |
from/import |
Y |
10 |
class |
Y |
11 |
try~except |
Y |
12 |
%, divmod, max/min |
Y |
13 |
이진탐색 |
Y |
14 |
pandas |
Y |
15-1 |
round, filter, type변환하기 |
Y |
15-2 |
특정위치 문자열(count, find) |
Y |
16 |
텍스트 마이닝 |
Y |
17 |
comprehension |
Y |
18 |
isalpha, isdigit, 특수문자 |
Y |
19 |
대소문자 변환, 공백제거(upper, lower, lstrip, rstrip) |
Y |
20 |
재귀알고리즘(구구단, 별, 팩토리얼, 최대공약수) |
Y |
21 |
문자열 다루기(split, join, replace, encode, decode) |
Y |
22 |
버블정렬 |
Y |
23 |
리스트(range, copy, index, reverse, append, insert, del, remove, len, count, del, sort, shuffle, enumerate, all, any) |
Y |
24 |
사전(del,clear,keys,values, items,sorte) |
Y |
25 |
문자코드값(ord, chr, eval) |
Y |
26 |
lambda, map |
Y |
27 |
텍스트파일(read, readline, readlines, wrtie, writelines) |
Y |
28 |
이미지_바이너리(with~as, seek, ospathgetsize, osremove, osrename, oslistdir, globglob, osgetcwd, oschdir, osmkdir, osrmdir, shutilrmtree, ospathexists,ospathisfile) |
Y |
29 |
시간(localtime, strftime, localtime, datetimenow) |
Y |
30-1 |
웹크롤링[텍스트] |
Y |
30-2 |
웹크롤링[텍스트] |
Y |
31 |
웹크롤링[이미지] |
Y |
32-1 |
파이썬으로 게임 프로그램 |
Y |
32-2 |
벽돌깨기_핑퐁게임 |
Y |