뒤이어 오라클 데이터타입 중 레코드와 컬렉션을 배운다. 레코드와 컬렉션을 한마디로 정의하면 세트 형태의 오라클 데이터 타입이라 할 수 있다. 기존 오라클 데이터 타입의 변수는 한 번에 하나의 값만 설정이 가능한데, 레코드와 컬렉션을 사용하면 여러 개의 값으로 이루어진 일종의 데이터 집합을 저장해 사용할 수 있다.
- Home
- Programming
- _Getting Started with Python
- __Hello, Python!
- __Numeric Data Types in Python
- __Text Representations in Python
- __String Manipulations in Python
- __Regular Expressions
- __Lists
- __Tuples, Sets, and Dictionaries
- __Deep Copy vs. Shallow Copy
- __Control Flows
- __Functions
- __Exception Handling
- __Generators
- __Multithreading and Multiprocessing
- _Object Oriented Python
- __Test-based Design
- __Top-down Design
- __File Handling in Python
- __Python Packages
- _Standard Python Libraries
- _Scientific Python Libraries
- Math
- _Mathematical Precursors
0 Comments