Skip to Content
For Enterprise
For Government
For Higher Ed
For Individuals
For Marketing
For Enterprise
For Government
For Higher Ed
For Individuals
For Marketing
Explore Skills
Cloud Computing
Microsoft Azure
Amazon Web Services (AWS)
Google Cloud
Cloud Migration
Cloud Deployment
Cloud Platforms
Data Engineering
Data Warehouse
SQL
Apache Spark
Microsoft SQL Server
MySQL
Kafka
Data Lake
Streaming & Messaging
NoSQL Databases
Relational Databases
Data Science
Pandas
R
MATLAB
SAS
D3
Power BI
Tableau
Statistics
Exploratory Data Analysis
Data Visualization
AI & ML
Generative AI
Machine Learning
Artificial Intelligence (AI)
Deep Learning
Reinforcement Learning
Natural Language Processing
TensorFlow
Scikit-Learn
Hyperparameter Tuning
MLOps
Programming Languages
Java
JavaScript
Spring
Python
Go
C#
C++
C
Swift
Rust
Functional Programming
Software Architecture
Object-Oriented
Distributed Systems
Domain-Driven Design
Architectural Patterns
IT/Ops
Kubernetes
Docker
GitHub
Terraform
Continuous Delivery
Continuous Integration
Database Administration
Computer Networking
Operating Systems
IT Certifications
Security
Network Security
Application Security
Incident Response
Zero Trust Model
Disaster Recovery
Penetration Testing / Ethical Hacking
Governance
Malware
Security Architecture
Security Engineering
Security Certifications
Design
Web Design
Graphic Design
Interaction Design
Film & Video
User Experience (UX)
Design Process
Design Tools
Business
Agile
Project Management
Product Management
Marketing
Human Resources
Finance
Team Management
Business Strategy
Digital Transformation
Organizational Leadership
Soft Skills
Professional Communication
Emotional Intelligence
Presentation Skills
Innovation
Critical Thinking
Public Speaking
Collaboration
Personal Productivity
Confidence / Motivation
Features
All features
Verifiable skills
AI Academy
Courses
Certifications
Interactive learning
Live events
Superstreams
Answers
Insights reporting
Radar Blog
Buy Courses
Plans
Sign In
Try Now
O'Reilly Platform
book
전문가를 위한 파이썬(2판)
by
루시아누 하말류
,
강권학
November 2024
Beginner to intermediate
1064 pages
25h 21m
Korean
Hanbit Media, Inc.
Content preview from
전문가를 위한 파이썬(2판)
79
2
장
시퀀스의 배열
표
2-1
리스트나 튜플에 정의된 메서드와 속성(양쪽에 모두 구현된 메서드는 생략)
메서드
리스트
튜플
설명
s
.__
add
__(
s2
)
●
●
s
+
s2
: 연결한다.
s
.__
iadd
__(
s2
)
●
s
+=
s2
: 연결하고
s
에 할당한다.
s
.
append
(
e
)
●
마지막 요소 뒤에
e
를 추가한다.
s
.
clear
()
●
모든 항목을 삭제한다.
s
.__
contains
__(
e
)
●
●
e
in
s
s
.
copy
()
●
리스트를 얕게 복사한다.
s
.
count
(
e
)
●
●
s
안에
e
요소가 발생한 횟수를 반환한다.
s
.__
delitem
__(
p
)
●
p
위치의 항목을 삭제한다.
s
.
extend
(
it
)
●
반복형
it
에서 항목을 가져와 추가한다.
s
.__
getitem
__(
p
)
●
●
s
[
p
]
:
p
위치의 항목을 가져온다.
s
.__
getnewargs
__()
●
pickle
을 이용해 최적화된 직렬화를 지원한다.
s
.
index
(
e
)
●
●
e
가 처음 나타나는 위치를 찾아낸다.
s
.
insert
(
p
,
e
)
●
p
위치에 있는 항목 앞에
e
항목을 추가한다.
s
.__
iter
__()
●
●
반복자를 가져온다.
s
.__
len
__()
●
●
len
(
s
)
: 항목 개수를 반환한다.
s
.__
mul
__(
n
)
●
●
s
*
n
:
n
회 반복해 연결한다.
s
.__
imul
__(
n
)
●
s
*=
n
:
n
회 반복해 연결한 후
s
에 저장한다.
s
.__ ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial
You might also like
전문가를 위한 리액트
테자스 쿠마르
데이터로 전문가처럼 말하기
칼 올친
개발자를 위한 머신러닝&딥러닝
로런스 모로니
고성능 파이썬(2판)
오현석, 미샤 고렐릭, 이안 오스발트
Publisher Resources
ISBN: 9791169211772