Numpy
"Life is too short, You need python" Python Guido van Rossum이 만듬 executed언어, 큰 뱀에서 따옴 파이썬의 용도 programming utility glue language(with c,c++) gui web programming , mobile programming basic of python type() : 변수의 type을 return해줌 파이썬은 할당된 값에 의해 자동으로 type을 지정해준다. 파이썬의 변수자체가 포인터이다. id(): 주소값을 리턴해줌 ex) arr=[1,2,3] 어레이의 시작주소를 리턴 변수이름 _,a,A로만 시작 -camel case : myVariableName: ~ -phascal case:MyVariableName..
2022.12.04