1. update apt 2. Add deadnsakes PPA 3. Install python 3.9 4. 설치 완료
반복문은 되도록이면 객체 그대로를 넘기는 것이 좋다.index가 필요하면 enmerate를 활용하자.일반 리스트를 반복시킬 경우와 제너레이터를 반복시키는 경우는 장단점이 있다.List Loop \- 빠르지만 메모리 소모가 심하다.Generator Loop \- Li
if elif else를 많이 사용해야할 것같은 상황에서if else를 피하는 방법Dict를 활용해서 key값으로 관리하면, 더 좋은 디자인 구조가 될 수 있다.
1. 해결 방법
Exponential backoff is an algorithm that uses feedback to multiplicatively decrease the rate of some process, in order to gradually find an acceptable
결과
라이브러리 링크github