Keyword == if, while, break, continue...
Keyword == while, else loop, binary search
keyword: list, index, x.append(), sort, sorted, reverse, list
Keyword: nested data structure, tuple, list, unpacking, enumerate
Keyword: list slicing, delete, time-complexity, Class, inheritance, polymorphism, abstract class
Keyword: function, docstring, args, kwargs
Keyword: Class, Inheritance, Polymorphism
Keyword: Generator, Yield
Keyword: decorator
Keyword: exceptions handling, 예외처리
Keyword: Web-Scraping, Soup, bs4, requests
Keyword: 정규표현식, Regular Expressions
Keyword: name hiding, name mangling, encapsulation, 캡슐화
Keyword: 비밀번호 유효성, password validation
keyword: Data Type, Operator, Arithmetic Expression, String Formatting.
Keyword: Function Parameters...
Keyword: module, package, sys, relative import/path, absolute import/path...
Unit Test 세션기록 진정한 개발자가 되려면 유닛 테스트를 통해서 내가 가진 코드를 검증할 줄 알아야 한다. Unit Test 자동화의 중요성 개발자라면 버그를 발견하는 테스트 조차 자동화 해야된다. 1차 프로젝트때는 메뉴얼 테스트로 했었음. => 사
keyword = Code Record