컨텐츠 바로가기


이전 제품 보기

다음 제품 보기

Wing IDE Professional 적립금

() 해외배송 가능

Wing IDE Professional 기본 정보
판매가 (VAT포함) 재입고 알림 SMS
쿠폰적용가 원 ( 할인)
적립금
  • 0 (0%)
  • 무통장 결제시 적립금( %)
  • 카드 결제시 적립금( %)
  • 실시간 계좌 이체시 적립금( %)
  • 적립금 결제시 적립금( %)
  • 휴대폰 결제시 적립금( %)
제휴 적립금 네이버 마일리지 적립  
무이자할부
제조사 WingWare
원산지
상품코드 P0000EZM
수량

updown

국내/해외배송
SNS 상품홍보

개인결제창을 통한 결제 시 네이버 마일리지 적립 및 사용이 가능합니다.

장바구니 담기 관심상품 등록 추천 메일 보내기

쇼핑 계속하기 바로 구매하기

상품상세정보

Wing IDE Professional

Wing IDE Professional is a powerful integrated development environment (IDE) for the Python programming language. Wing IDE and Python focus on boosting productivity and code quality, especially in complex projects with changing requirements.

Code Intelligence

Wing understands your Python code and puts context appropriate-knowledge at your fingertips, whether you're typing in the editor, working in the source browser, managing your project, crafting unit tests, or debugging your application. The code intelligence tools provided by Wing are:

Auto-completer Reduces typing burden and mistakes. The completion options are always context-appropriate and update immediately after code is edited. Wing offers completions both in the editor and in the integrated Python shells.

Source Assistant Provides context-appropriate call signature and source documentation while you edit or browse your code.

Error Indicators Flag bad code as you type.

Source Browser Browse single files or your whole project by module or class heirarchy.

Goto-definition Jump directly to point of definition.

Navigation Menus Layered menus in each editor provide a handy index into your code.

Indentation Analyser Inspect, repair, and convert indentation style in source files. Wing's editor also auto-indents and block indents according to context.

Advanced Debugger

Wing can debug all forms of Python code, whether launched from the IDE, externally by a web server, or run as a script in an embedded copy of Python. The debugger works with many Python versions and also includes special support for Zope and Plone and can be used with Django, Turbogears, wxPython, and many other libraries.

In addition to basic breakpoint, flow control support, and stack data display, the Wing IDE Professional debugger provides the following power tools to reduce debugging time:

Floating Debug Value Tips: Wing shows the value of variables or expressions under the mouse cursor in the editor or integrated shells.

Exception Detection Wing can distinguish handled and unhandled exceptions at the moment that they occur, allowing inspection of runtime state at the point of failure, not after the fact. Several exception reporting modes are provided.

Debug Probe Run interactive Python commands, with auto-completion, in the context of your paused debug process. This tool is unmatched for complex debugging, and a great way to try out code in context while crafting a bug fix.

Conditional Breakpoints Stop only on the cases you're interested in debugging, even in code that is executed thousands of times before your problem case is reached. Ignore-counted breakpoints are also available.

Watch Debug Data and Expressions Track values as your program runs, by object reference, symbolic path, or by symbolic slot within a referenced object. A great way to keep track of values as you move outside of their scope of definition, this tool also allows watching the value of Python expressions as the run state changes.

Module View Browse program data starting at sys.modules, the list of all loaded Python modules.

Change Debug Data Debug data values can be changed from the graphical display and from the Debug Probe, as a way to test out alternative runtime environments while debugging.

Multi-Threaded Debugs multi-threaded Python applications.

Powerful Search Options

Wing provides three different ways to search your source files: Quick search from the toolbar, keyboard driven interactive mini-search, and using one or more instances of the Search Manager. Advanced search capabilities include:

Multi-file Search Search through all project files or all open files, optionally constrained by file type.

Disk Search Search all files within a directory, or directory tree, optionally constrained by file type.

Wildcard Search Use simple wildcards as part of your search string.

Regular Expression Search Craft complex searches using regular expressions. This can also be used to design and test regular expressions for your program.

Multi-file Replace Replace search matches across multiple files.

Full-featured Editor

Wing's editor is more than basic. In addition to the code intelligence features outlined above, it provides:

Visual Studio, VI/Vim, Emacs, OS X, and Brief Emulation Optional key bindings are available to make Wing act like many of the most commonly used editors.

Subversion, Mercurial, Git, Bazaar, CVS, and Perforce Support Access these popular revision control systems directly from the editor, project, and version control tool.

Syntax Highlighting Colorized files are easy on your eyes, for over 60 different programming languages and file types.

Split Views Divide editors horizontally, vertically, or any combination thereof. Multiple editable views can be opened into the same file.

Notebook or Menu Selector Select among open files within an editor using notebook tabs or a popup menu for easier navigation of larger file sets.

Structural Code Folding Hide sections of code by structure, for example fold up everything but top-level classes and their methods as a way to see an overview of the file contents.

Brace Matching Automatic as you type, or select blocks within braces on command.

Block Indentation Select and indent, dedent, or indent-to-match whole blocks of code. This speeds refactoring, where code is being moved around.

Block Commenting Comment out or restore blocks of code with a single key stroke.

Named Bookmarks Set bookmarks in your code. In Python files, the marks are symbolic and track changes in the file.

Line and Rectangle Selection Select and operate on ranges of text by character, whole lines, or rectangles.

Keyboard Macros Record and play back sequences of key strokes and commands. Especially helpful in repetitive reformatting of code.

Templates/Snippets Define named context-appropriate code snippets that appear in the auto-completer and offer inline argument entry for quick and convenient insertion of commonly used coding constructs.

Intelligent Rewrapping Rewrap long lines of code, but only within appropriate logical lines as determined by Wing's source analyser.

Visible White Space Optionally, show spacing and/or line endings as visible characters.

Unlimited Undo Undo works as far back as necessary to the point where a file was opened.

Line Numbering Show optional line numbers.

Evaluate File or Selection Select lines or evaluate a whole file quickly in the integrated Python Shell tool.

Auto-save Automatically tracks unsaved buffers and offers to restore them if Wing is terminated without saving.

Extreme Configurability

Wing is designed to look and work the way you want it to. You can alter:

Windowing Mode Change between single window and multi-window modes.

Display Theme Change the overall look and feel of the user interface on the fly by selecting among 28 themes, including black background, low contrast, high contrast, and large print options. Or, on Windows, let Wing adapt to your native look and feel. Font, size, and color options can also be altered on the editor and other areas. On Linux, optionally run with the system-provided GTK and themes.

Tool Areas Add or remove splits in the tool areas, add or remove instances of tools such as Stack Data or Search/Replace, or move tools around among areas or out to separate windows.

Toolbar Change the icon and text size and configuration.

See screenshots for some configuration examples.

Other Features

Cross-platform Wing runs in Windows, Linux, and OS X, and can be compiled from sources on some other OSes. See supported platforms for details.

Project Manager Provides debug and source analysis configuration options, auto-updating project directory display, disk file operations, and version control status display.

Unit Testing Integrated unit testing tool for running and debugging tests based on the unittest, doctest, and nose unit testing frameworks.

OS Commands Execute external command lines from within Wing, optionally passing current file name, line number, and other information from the IDE.

Extension Scripting API Extend Wing by writing scripts in Python.

Fast File and Symbol Search Open files and find point of definition of source symbols by typing a fragment of their names.

Perspectives Create, save, and restore named GUI states, optionally automatically switching between and edit and debug perspective when the debugger is started and stopped.

Integrated Documentation: Quick access to Wing IDE and Python documentation, How-Tos for using Wing with common frameworks, and Tutorial.

상품결제정보

고액결제의 경우 안전을 위해 카드사에서 확인전화를 드릴 수도 있습니다. 확인과정에서 도난 카드의 사용이나 타인 명의의 주문등 정상적인 주문이 아니라고 판단될 경우 임의로 주문을 보류 또는 취소할 수 있습니다.  

무통장 입금은 상품 구매 대금은 PC뱅킹, 인터넷뱅킹, 텔레뱅킹 혹은 가까운 은행에서 직접 입금하시면 됩니다.  
주문시 입력한 입금자명과 실제입금자의 성명이 반드시 일치하여야 하며, 7일 이내로 입금을 하셔야 하며 입금되지 않은 주문은 자동취소 됩니다.

배송 정보

  • 배송 방법 : 택배
  • 배송 지역 : 전국지역
  • 배송 비용 : 무료
  • 배송 기간 : 3일 ~ 7일
  • 배송 안내 : - 산간벽지나 도서지방은 별도의 추가금액을 지불하셔야 하는 경우가 있습니다.
    고객님께서 주문하신 상품은 입금 확인후 배송해 드립니다. 다만, 상품종류에 따라서 상품의 배송이 다소 지연될 수 있습니다.

교환 및 반품 정보

교환 및 반품이 가능한 경우
- 상품을 공급 받으신 날로부터 7일이내 단, 가전제품의
  경우 포장을 개봉하였거나 포장이 훼손되어 상품가치가 상실된 경우에는 교환/반품이 불가능합니다.
- 공급받으신 상품 및 용역의 내용이 표시.광고 내용과
  다르거나 다르게 이행된 경우에는 공급받은 날로부터 3월이내, 그사실을 알게 된 날로부터 30일이내

교환 및 반품이 불가능한 경우
- ESD(Electronic Software Distribution), 이메일로 설치key, 설치파일 또는 사용증서로 납품되는 제품의 경우는 제품 자체에 심각한 문제가 있는 경우를 제외하고는

  반품이 불가 합니다.

- 고객님의 책임 있는 사유로 상품등이 멸실 또는 훼손된 경우. 단, 상품의 내용을 확인하기 위하여
  포장 등을 훼손한 경우는 제외
- 포장을 개봉하였거나 포장이 훼손되어 상품가치가 상실된 경우
  (예 : 가전제품, 식품, 음반 등, 단 액정화면이 부착된 노트북, LCD모니터, 디지털 카메라 등의 불량화소에
  따른 반품/교환은 제조사 기준에 따릅니다.)
- 고객님의 사용 또는 일부 소비에 의하여 상품의 가치가 현저히 감소한 경우 단, 화장품등의 경우 시용제품을
  제공한 경우에 한 합니다.
- 시간의 경과에 의하여 재판매가 곤란할 정도로 상품등의 가치가 현저히 감소한 경우
- 복제가 가능한 상품등의 포장을 훼손한 경우
  (자세한 내용은 고객만족센터 Q&A게시판 또는 E-MAIL상담을 이용해 주시기 바랍니다.)

※ 고객님의 마음이 바뀌어 교환, 반품을 하실 경우 상품반송 비용은 고객님께서 부담하셔야 합니다.
  (색상 교환, 사이즈 교환 등 포함)

상품 사용 후기

상품의 사용후기를 적어주세요.

게시물이 없습니다

모두 보기 사용 후기 쓰기

상품 Q&A

상품에 대해 궁금한 점을 해결해 드립니다.

게시물이 없습니다

모두 보기 상품 Q & A 쓰기