-
Python REPL이란?(영어임,What is a REPL?)코딩Coding/Mojo★Python파이썬 2021. 11. 28. 21:09728x90
https://codewith.mu/en/tutorials/1.1/repl
Python REPL이란?(영어임,What is a REPL?)
A REPL (say it, “REP-UL”) is an interactive way to talk to your computer in Python. To make this work, the computer does four things:
- Read the user input (your Python commands).
- Evaluate your code (to work out what you mean).
- Print any results (so you can see the computer’s response).
- Loop back to step 1 (to continue the conversation).
한글 REPL뜻?
https://light-tree.tistory.com/48
https://brownbears.tistory.com/320
반응형'코딩Coding > Mojo★Python파이썬' 카테고리의 다른 글
C/C++ dll로 만든 함수를 python에서 사용(feat. C types)-dgkim5360 (0) 2022.01.15 Python]NumPy 예시 (0) 2022.01.14 Python으로 웹브라우저를 제어할 수 있는 Selenium 만나보기 (0) 2021.12.22 파이썬 코딩 무료 강의 (활용편1) - 추억의 오락실 게임을 만들어 보아요. 3시간이면 충분합니다. [나도코딩] (0) 2021.12.18 Python과 C++의 비슷한 점과 차이점.(영문임) (0) 2021.11.28 파이썬으로 사진에서 문자인식하는 AI 쉽게 만들기Tesseract-코딩애플 (0) 2021.11.28 파이썬 창시자 귀도 반 로섬 "최대 약점인 속도 4년 내 최대 5배 향상 예정" (0) 2021.05.17 Python in Visual Studio Code – March 2021 Release (0) 2021.03.17