블로그
- 2025.08.04(월) 슈퍼코딩 신입연수원 2주차 Day 1 후기 [To-Do List] . 28강 JavaScript 응용 2 - 시간과 문자열 ~ 31강 실습하기 - 애플리케이션 만들기 (wordle 챌린지) [수업내용] . 숫자를 문자로 바꿔주는 함수 toString() . new Date() 함수를 이용해서 타이머 생성 [부족한 점] . function 에 대한 이해 및 코드에 대한 이해 [회고] .
- Python - Graded assessment(Managing files and directories) The create_python_script function creates a new python script in the current working directory, adds a new empty file inside the new directory, and returns the list of files in that directory.
- Python pdb Python debuggin tool pdb gdb와 유사한 상호 대화식 소스코드 디버거 pdb 호출 함수 pdb.run(statement[, globals[, locals]]) - [, argument, ..]) - 디버킹 모드로 함수 호출 pdb 명령어 q(quit) - 디버거 종료 l(list) [시작값, 끝값]] - 소스코드 라인 표시 b(break) [