본문 바로가기
IT study/05. IT 참고사이트

교육시 참고사이트

by Lacuna028 2021. 5. 18.

1. W3schools.com

https://www.w3schools.com/

 

W3Schools Online Web Tutorials

HTML Example:

This is a heading

This is a paragraph.

Try it Yourself CSS Example: body {   background-color: lightblue; } h1 {   color: white;   text-align: cente

 

www.w3schools.com

 

 

다양한 언어들을 배울 수 있는 사이트

문법 소개가 잘 되어 있고 예시 코드를 해당 사이트에서 즉석에서 실행 가능하다.(아래 그림 참조)

Try it Yourself를 통해 해당 사이트에서 즉시 예문 코드를 실행해볼 수 있다.

 

 

 

2. Naver D2

https://d2.naver.com/home

IT 기술 블로그

 

 

 

 

 

3. pythontutor

http://pythontutor.com/

 

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

코드를 작성하고 코드가 실행되는 내용을 시각화해서 보여주는 사이트.

해당 사이트에 들어가서 'Live Programming Mode'로 들어가면 코드를 입력시 바로바로 결과물을 시각화해서 보여준다(아래 그림 참조)

처음 언어를 접했을 때 자료 처리가 어떻게 처리되는지 감이 잡히지 않을 때 해당 사이트를 참조하면 좋다.

 

 

 

 

 

4. replit

https://replit.com/

 

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.

replit.com

여러 사람이 동시에 코드 작성이 가능한 사이트.

로그인 후 new repl 클릭, 작성하고자 하는 언어 선택한 후 사용자를 초대(+invite)를 하면 스크립트 동시 작성이 가능하다.(아래 그림 참조)

 

 

 

 

 

 

'IT study > 05. IT 참고사이트' 카테고리의 다른 글

한 번쯤 볼만한 블로그 글  (0) 2021.09.17
알고리즘 문제 사이트  (0) 2021.06.03