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 | 29 | 30 | 31 |
Tags
- C++
- OpenCV
- LIST
- mysql
- 채보
- YOLO
- Linux
- VS Code
- 핑거스타일
- Numpy
- Docker
- 컨테이너
- label
- paramiko
- Visual Studio
- error
- Selenium
- C#
- 프로그래머스
- SSH
- C
- JSON
- Python
- windows forms
- 오류
- pandas
- pip
- pytorch
- ubuntu
- 기타 연주
Archives
- Today
- Total
목록class (1)
기계는 거짓말하지 않는다
Python Class 정렬, 정렬 기준
클래스에 여러 인스턴스 변수의 기준에 따라 정렬할 때 비교함수 구현 # lt(a, b): a = b operator.ge(a, b) operator.__ge__(a, b) # boolean 값으로 해석할 수도 있고, # 그렇지 않은 임의의 값을 반환할 수도 있음 class TempClass: def __init__(self, string:str, index:int): if type(string) is not str: raise Exception("not string") if type(index) is no..
Python
2021. 8. 3. 15:07