반응형

online python compiler : www.onlinegdb.com/online_python_compiler

 

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

 

python 공식홈페이지 온라인 쉘 : www.python.org/shell/

 

Welcome to Python.org

The official home of the Python Programming Language

www.python.org

반응형
반응형

기본 셸 명령

셸에서는 디렉토리와 파일을 만들고 관리할 수 있으며 현재 사용자가 보고 있는 디렉토리를 변경(이동)할 수도 있다. 다음은 셸에서 많이 사용되는 몇가지 명령을 정리한 것이다.


명령 윈도우즈 셸 맥/리눅스 셸
화면 지우기 cls ctrl+l
현재 디렉토리 이름 출력 cd pwd
현재 디렉토리의 파일 목록 출력 dir ls -Fcal
한 칸 위의 디렉토리로 이동 cd .. cd ..
한 칸 아래의 디렉토리로 이동 cd 디렉토리이름 cd 디렉토리이름
파일 지우기 del 파일이름 rm 파일이름
디렉토리 만들기 mkdir 디렉토리이름 mkdir 디렉토리이름
디렉토리 지우기 rmdir 디렉토리이름 rmdir 디렉토리이름
셸 나가기 exit exit


반응형
반응형

Galileo: Shell search for your GitHub repos

galileo

 

Galileo. Search your starred GitHub repos from the shell

반응형
반응형

크롬 브라우저 파이썬 쉘 - https://chrome.google.com/webstore

 

크롬브라우저에서 파이썬 쉘 사용하기.

APP과 확장 프로그램이 있는데, 둘다 차이점은 별로 없다.

 

 

반응형

+ Recent posts