Python Tools For Visual Studio!

By clicking Delete, all history, comments and attachments for this page will be deleted and cannot be restored. * Page Info http://pytools.codeplex.com/wiki/PageInfo?title
Home Page information for Home page. * Change History (all pages http://pytools.codeplex.com/wikipage/history
View change history for all pages. * * * All Project Updates http://pytools.codeplex.com/project/feeds/rss
* Discussions http://pytools.codeplex.com/project/feeds/rss?ProjectRSSFeed
codeplex%3a%2f%2fforum%2fpytools * Issue Tracker http://pytools.codeplex.com/project/feeds/rss?ProjectRSSFeed
codeplex%3a%2f%2fworkitem%2fpytools * Downloads http://pytools.codeplex.com/project/feeds/rss?ProjectRSSFeed
codeplex%3a%2f%2frelease%2fpytools * Reviews http://pytoo

Python Tools For Visual Studio alternatives

  • IPython

  • IPython is an interactive shell for the Python programming language that offers enhanced introspection, additional shell syntax, syntax highlighting, tab completion and rich history. It is a component of the SciPy package.

    tags: python python-shell
  • IDLE

  • Default IDE which come installed with the Python programming language. It aims to be simple and intuitive, and is especially useful for programmers just learning Python. The editor has syntax highlighting, search features, class browsers, and runs Python scripts in a separate, protected process.

    tags: ide python python-ide
  • PyScripter

  • PyScripter is a free and open-source Python Integrated Development Environment (IDE) created with the ambition to become competitive in functionality with commercial Windows-based IDEs available for other languages. Being built in a compiled language is rather snappier than some of the other Python IDEs and provides an extensive blend of features that make it a productive Python development environment.

    tags: ide python python-ide
  • PyDev

  • PyDev is a third-party plug-in for Eclipse. It is an Integrated Development Environment (IDE) used for programming in Python supporting code refactoring, graphical debugging, code analysis and many other features.FeaturesBelow there are some of the features available : CPython, Jython and IronPython support Code completion Code completion with auto-import Code analysis Debugger Django Remote Debugger Debug console Interactive console Python 2.x and 3.x syntax Basic syntax highlighting Parser errors Outline view Tabs or spaces preferences Smart indent / dedent Comment / uncomment / comment blocks Code folding Go to definition Code coverage Mark occurrences Pylint integration TODO tasks Content Assistants Assign result to attribute or local Surround code with try..catch / finally Create docstring Move import to global scope Quick-outline See the Complete Feature Matrix for all features. ยป

    tags: eclipse ide python python-ide
  • bpython

  • bpython is a fancy interface to the Python interpreter for Unix-like operating systems (I hear it works fine on OS X). It is released under the MIT License. It has the following features:

    tags: python python-shell