Python을 공부한 내용을 정리합니다.
| # | Topic | Notes |
|---|---|---|
| 1 | basic syntax | note |
| 2 | condition & loop | note |
| 3 | function - basic | note |
| 4 | function - intermediate | note |
| 5 | class - basic | note |
| 6 | class - intermediate | note |
| 7 | module & package | note |
| 8 | file & pickle | note |
| 9 | OS & shutil | note |
| 10 | try & except | note |
| 11 | regex | note |
| # | Topic | Notes |
|---|---|---|
| 1 | NumPy - basic(1) | note |
| 2 | NumPy - basic(2) | note |
| 3 | NumPy - calculation | note |
| 4 | Pandas - basic(1) | note |
| 5 | Pandas - basic(2) | note |