1)공식 사용설명서 보는 방법
입문자에겐 tutorial 추천,
공식문서는 모두에게 해당되는 복잡한 것
부품= python, sw를 만들 때 필요한 부품 library (부품들이 모여 있는 곳)
접착제 = 문법 syntax
1-1 Library Reference
https://docs.python.org/3/library/index.html
The Python Standard Library
While The Python Language Reference describes the exact syntax and semantics of the Python language, this library reference manual describes the standard library that is distributed with Python. It...
docs.python.org
제목만 알아도 ㅇㅇ ㅡ 나중에 필요할때 찾아서 쓸 수 있게
[우리 이미 배운 것]
built in type
built in function : 내장된 함수
sequence - list
text - string
math module
정보를 뽑아내는 중요한 원천은 파일
'file and directory access'
처리한 데이터를 파일에 기록 : 그때 사용하는 부품
data persistence
database
data compression and archiving
데이터 압축
file formats
여러가지 데이터 포맷을 해석
1-2 language reference
입문자보단 데이터 만드는 고급자 해당
tutorial 보기.
1-3 tutorial
이거 많이 보면 됨
한번에 다 볼 필요없고 제목만
2)검색 통해 원하는 정보 빠르게 찾아내는 것(구글)
필요한 기능을 알아내는,
1초만에 알아낼 수 있는 시대에!
필요할지도 모르는 지식을 다 머리에 넣을 필요 없음. 뇌를 아끼자.
'Backend 개발 > Python' 카테고리의 다른 글
[파이썬] '디버깅 도구' :버그를 찾아내는 유용한 도구** (0) | 2024.03.03 |
---|---|
[파이썬] variable 변수 (0) | 2024.03.03 |
[파이썬] 데이터 타입 - 리스트 (0) | 2024.03.03 |
[파이썬] 데이터 타입 - 문자 Text (0) | 2024.03.03 |
[파이썬] 데이터 타입 - 숫자 (0) | 2024.03.03 |