블로그
- 1-1. 심화 이론: 왜 벡터가 for보다 100배 빠른가 Python for가 느린 진짜 이유 / Why Python Loop is Slow Python for i in range(N): c[i]=a[i]+b[i]는 N번 동안 매번 이렇게 합니다: Python 인터프리터가 a[i] 타입이 뭔지 확인 (int?
- 정보처리기사 공부기 #2 - 정리 - Python ■ Python Python Print Python List, Tuple, Dictionary, Set Python String Python Python Slicing, Range Python Lamda ■ Python Print name = "Tom" age = 20 print(f"name: {name}, age: {age}") print("name: {},
- Python & django ErrorNote(3) Index Error - tuple out of range 이번 게시되는 Error Note는 Index Error - tuple out of range에 대해 다뤄봅니다. 이 Index Error가 나타나는 이유는 프로그래밍 개발자가 프로그래밍 과정 중에 흔하게 나타는 일이라기보다는 Syntax Error이기보다는 Semantic Error에
- 20180129 python 3.x 에서 cPickle 이용하기AttributeError: module 'tensorflow.python.ops.nn' has no attribute 'rnn_cell'linear and rangeTypeError: 'range' object does not support item assignment