AI Agent Developer 황화인 blog
Search
Search
Dark mode
Light mode
Explorer
Tag: python
15 items with this tag.
📄
Apr 21, 2026
isinstance랑 getattr
python
basic
introspection
agent
📄
Apr 21, 2026
파이썬에서 () 소괄호와 [] 대괄호
python
basic
syntax
type-hint
📄
Apr 21, 2026
파이썬에서 `.`, `대괄호`의 쓰임(내부에 있는 무언가를 지칭한다)
python
basic
syntax
attribute
subscript
📄
Apr 21, 2026
class_@abstractmethod_추상 클래스
python
class
abstract_class
ABC
디자인패턴
AI_Agent
📄
Apr 21, 2026
class_`__init__`
python
class
생성자
constructor
AI_Agent
📄
Apr 21, 2026
class_다중상속(부모를 여럿두는것)
python
class
multiple_inheritance
MRO
mixin
AI_Agent
📄
Apr 21, 2026
class_상속시`super()` 사용
python
class
super
상속
MRO
mixin
AI_Agent
📄
Apr 21, 2026
class_오버라이딩
python
class
overriding
LSP
상속
AI_Agent
📄
Apr 21, 2026
class_인스턴스
python
class
객체지향
OOP
AI_Agent
📄
Apr 21, 2026
class_타입힌트
python
class
타입힌트
type_hint
typing
AI_Agent
📄
Apr 21, 2026
class_파라미터
python
class
파라미터
parameter
의존성주입
AI_Agent
📄
Apr 21, 2026
class에서 self. 필요성
python
class
self
객체지향
AI_Agent
📄
Apr 21, 2026
모듈과 객체
python
module
package
class
oop
agent
📄
Apr 21, 2026
sys.path(python이 모듈을 찾을때 검색하는 디렉토리 경로)사용법
python
sys-path
모듈검색경로
가상환경
📄
Apr 21, 2026
운영체제와 상관없는 경로설정
python
pathlib
os-path
dotenv
경로설정
이식성
경로/pathlib
경로/ospath
경로/dotenv
경로/parent