파이썬 개발을 도와주는 유용한 도구 IDE(Integrated Development Environment)
사실 파이썬 코딩에 사용할 수 있는 IDE는 정말 많습니다.
아래의 블로그에는 8가지 정도의 IDE를 간략히 소개했는데, 궁금하신 분들은 한 번 보시는 것도 좋을 것 같아요.
파이썬 IDE 사용 순위
개인적으로 Pycharm을 활용하여 개발합니다만,
cos pro등 pychon시험을 볼때는 jupyter나 google colab방식도 알려계시면 좋습니다.
PyCharm: the Python IDE for Professional Developers by JetBrains
PyCharm: the Python IDE for Professional Developers by JetBrains
The Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more...
www.jetbrains.com
Project Jupyter
The Jupyter Notebook is a web-based interactive computing platform. The notebook combines live code, equations, narrative text, visualizations, interactive dashboards and other media.
jupyter.org
Colaboratory에 오신 것을 환영합니다 - Colaboratory (google.com)
Google Colaboratory
colab.research.google.com
Wing Python IDE - Designed for Python (wingware.com)
Wing Python IDE - Designed for Python
Full-featured Python IDE with intelligent editor, powerful debugger, remote development error checking, refactoring, and much more. Wing was designed from the ground up for interactive Python development.
wingware.com
'파이썬(Python) 프로그래밍' 카테고리의 다른 글
AttributeError: 'Updater' object has no attribute 'dispatcher' (0) | 2023.02.04 |
---|---|
Python 3.7에서 torch install (0) | 2022.11.02 |
파이썬 주석 단축키가 먹히지 않을때 (0) | 2021.10.05 |
asyncio로 비동기 처리하여 병렬처리 속도 높이기 (0) | 2021.09.12 |
파이썬3 웹 크롤링 HTTP error 403 발생시 해결방법 (0) | 2021.04.07 |