Python 온라인 개발 환경
온라인 웹 IDE
1. 리플릿 (Real.it)
- 협업 가능 (로그인 필요)
- 온라인 저장 가능 (로그인 필요)
(제가 주로 이용할 IDE 입니다.)
The collaborative browser based IDE
Replit is a simple yet powerful online IDE, Editor, Compiler, Interpreter, and REPL. Code, compile, run, and host in 50+ programming languages.
repl.it
2. 파이썬 튜터(Python Tutor)
- 단계 별 소스코드 실행 가능
- 실제 메모리에 데이터가 어떻게 부여되는지 시각적으로 확인 가능
Python Tutor - Visualize Python, Java, C, C++, JavaScript, TypeScript, and Ruby code execution
VISUALIZE CODE EXECUTION Learn Python, Java, C, C++, JavaScript, and Ruby Python Tutor helps people overcome a fundamental barrier to learning programming: understanding what happens as the computer runs each line of code. You can use it to write Python, J
pythontutor.com
3. 온라인 GDB (Online GDB)
- 디버깅 기능 제공
- C나 C++ 사용자가 많이 이용함
- 리플릿과 파이썬 튜터가 동작하지 않을 때 사용하면 좋음
Online Python Compiler - online editor
OnlineGDB is online IDE with python compiler. Quick and easy way to compile python program online. It supports python3.
www.onlinegdb.com
[ 출처 이것이 코딩테스트다 한빛미디어 나동빈]