| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- t1
- 315. Count of Smaller Numbers After Self
- Convert Sorted List to Binary Search Tree
- 프로그래머스
- iterator
- Generator
- kaggle
- data science
- Python Implementation
- Protocol
- Decorator
- 밴픽
- shiba
- Substring with Concatenation of All Words
- 715. Range Module
- LeetCode
- concurrency
- 컴퓨터의 구조
- 30. Substring with Concatenation of All Words
- attribute
- Class
- Python Code
- 시바견
- 운영체제
- 109. Convert Sorted List to Binary Search Tree
- 파이썬
- Regular Expression
- Python
- 43. Multiply Strings
- DWG
Archives
- Today
- Total
목록ABC (1)
Scribbling
Python: ABC Class
The main goals we use 'Abstract Base Class' in python are as follows: - to provide a standerdized way to test whether an object adheres to a certain specification - to prevent any attempt to initiate a subclass that does not override methods of the super class 1> To provide a standerdized way to test whether an object adheres to a certain specification import abc class TypeGroup1(metaclass=abc.A..
Computer Science/Python
2022. 4. 7. 12:07