Programming Language and Python 소개
2023.10.23 - [Python] - [Python] Programming Language and Introduction of Python.
Python 개발 환경 (Terminal 기준)
2023.12.15 - [Python] - [Python] Terminal, WSL, Conda, and VSCode
산술연산과 변수, Types, 할당 등
2024.01.24 - [Python] - [Python] Arithmetics, Variables, Types and Assignment
참고: Python Interpreter와 사용자와 상호작용을 위한 기초 (through Terminal)
2024.07.24 - [Python] - [Python] 사용자와 상호작용: 입력받기: input, argv, and sys
흐름 제어하기
2023.10.06 - [Pages] - [Python] Control Structure and Control Flow
예외처리 및 디버깅
2024.09.25 - [Python] - [Py] Debug: Error and Exception.
https://dsaint31.tistory.com/526
Debugging : Traceback, Stacktrace, Backtrace
2023.12.25 - [Python] - [Python] Debugging : Traceback, Stacktrace, Backtrace ...
2024.09.25 - [Python] - [Py] Debugging: pdb and ipdb
문자열 (String) 데이터 타입.
2023.10.06 - [Pages] - [Python] String : 문자열
Function and Scope, Name Space (함수와 범위, 이름공간)
2023.10.06 - [Pages] - [Python] function 과 Scope, Name Space 정리
OOP and Class
https://dsaint31.me/mkdocs_site/python/oop/oop_0_00_OOP/
2024.07.24 - [Python] - [Python] Class 간단 정리
Collection 데이터 타입
2023.10.06 - [Pages] - [Python] Collections
Module and Library
2024.02.03 - [Python] - [Python] Module, Package and Library (+ Framework)
File Handling
2023.12.05 - [Python] - [Python] File Handling