250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 파이썬
- 터치디자이너 참조
- 터치디자이너
- 터치디자이너 튜토리얼
- 터치디자이너 인터페이스
- particleGPU
- 터치디자이너 파이썬
- 터치디자이너 replicator
- 터치디자이너 timeline
- 터치디자이너 클론
- TDableton
- 터치디자이너 에이블톤
- 터치디자이너 reference
- touchdesigner particle
- displace
- 터치디자이너 오퍼레이터
- 터치디자이너 Instancing
- 파이썬 if
- 파이썬reference
- TouchDesigner
- ableton live 10
- touchdesigner displace
- 터치디자이너 if
- 터치디자이너 함수
- 터치디자이너 강의
- 터치디자이너 python
- 터치디자이너 list
- touchdesinger
- 터치디자이너 interface
- touchdesigner GPU
Archives
- Today
- Total
caLAB
TouchDesigner Intermediate 05_Python Libraries 본문
TouchDesigner/TouchDesigner 파이썬
TouchDesigner Intermediate 05_Python Libraries
도이(doi) 2021. 3. 5. 12:29728x90
모듈이란?
모듈이란 함수나 변수 또는 클래스를 모아 놓은 파일이다. 모듈은 다른 파이썬 프로그램에서 불러와 사용할 수 있게끔 만든 파이썬 파일이라고도 할 수 있다. 우리는 파이썬으로 프로그래밍을 할 때 굉장히 많은 모듈을 사용한다. 다른 사람들이 이미 만들어 놓은 모듈을 사용할 수도 있고 우리가 직접 만들어서 사용할 수도 있다.
모듈 불러오기
import (모듈)
모듈 리스트는 아래의 python module index를 참고하면 됨.
docs.python.org/3.7/py-modindex.html#cap-d
import random
import date
import requests
728x90
반응형
'TouchDesigner > TouchDesigner 파이썬' 카테고리의 다른 글
[Advanced] TouchDesigner python01 (0) | 2021.03.05 |
---|---|
TouchDesigner Intermediate 06_External Python Libraries (0) | 2021.03.05 |
TouchDesigner Intermediate 04_RunningScripts (0) | 2021.03.05 |
TouchDesigner Intermediate 03_Tricks (0) | 2021.03.02 |
TouchDesigner Intermediate 02_Advanced Control Flow (0) | 2021.03.02 |
Comments