반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- cudnn
- vscode
- html
- postorder
- pycharm
- 웹 용어
- web 용어
- 데이터전문기관
- CES 2O21 참여
- bccard
- web
- 자료구조
- 대이터
- tensorflow
- discrete_scatter
- KNeighborsClassifier
- Keras
- CES 2O21 참가
- 머신러닝
- 재귀함수
- 결합전문기관
- C언어
- classification
- mglearn
- web 개발
- broscoding
- web 사진
- java역사
- paragraph
- inorder
Archives
- Today
- Total
목록[IT]/python (23)
bro's coding
list/tuple/dict/set in python
LIST L=[ ] 변경 가능한 튜플 TUPLE T=( ) 변경 불가능한 리스트 DICTIONARY D={key:value} 키에 따른 값 D.items() D.keys() D.values() SET S={ } 중복 제거 –|(합집합) &(교집합) -(차집합)
[IT]/python
2020. 3. 24. 16:37