Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- namespace
- Container
- aws codecommit
- AWS
- Python
- Linux
- 커피머니불리기
- network
- 도커
- MongoEngine
- MongoDB
- docker network
- 리워드앱
- 후기
- codecommit
- 토스카드
- VPC
- 포인트앱
- clone
- docker
- 실사용
- 리뷰
- mininet
- 재테크
- 앱테크
- 하나머니
- DocumentDB
- built-in
- S3
- python3
Archives
- Today
- Total
목록eval() (1)
ㅍㅍㅋㄷ
python eval() 함수 - 사용을 조심해야 하는 이유
python eval() 함수 python 의 built-in 함수 중 하나인 eval 함수는 매우 강력하면서도 사용을 자제 하도록 권고하는 양날의 검과 같은 기능이다. 먼저 python docs 의 정의를 보자. eval(expression, globals=None, locals=None) The arguments are a string and optional globals and locals. If provided, globals must be a dictionary. If provided, locals can be any mapping object. The expression argument is parsed and evaluated as a Python expression (technically ..
Programming/Python
2019. 1. 22. 17:32