설치 프로그램
Editor
Visual Studio Code – Code editing. Redefined.
https://code.visualstudio.com/
Atom – A hackable text editor
# Atom 에서 파이썬 실행 결과 console 창에서 한글 깨질 때
import sys
import io
sys.stdout = io.TextIOWrapper(sys.stdout.detach(), encoding = 'utf-8')
sys.stderr = io.TextIOWrapper(sys.stderr.detach(), encoding = 'utf-8')
Dev C++ — a full-featured Integrated Development Environment (IDE) for the C/C++ programming language
Typora — a minimal markdown editor, markdown reader
FTP Server / Client
FileZilla – The free FTP solution
Web Server
오토셋(AutoSet)
- http://autoset.net/xe/
- Apache HTTP Server (The Apache Software Foundation)
- PHP (The PHP Group)
- CUBRID (CUBRID Co., Ltd) : GPL v2 / BSD License
- MySQL (Oracle Corporation) : GPL v2
- Subversion (The Apache Software Foundation) : Apache License Version 2.0
- Fake Sendmail (Byron Jones) : BSD License
- phpMyAdmin (phpMyAdmin Devel Team) : GNU Version 2
- XpressEngine (NHN Corp) : LGPL v2