Difference between revisions of "Python plugins"

From Code::Blocks
(Created page with "Category:Code::Blocks 3rd Party Plugins {{Infobox_Plugin| name = Python | logo = File:Generic-plugin.png | developer = dmoore | maintainer = | version = }} A s...")
(No difference)

Revision as of 05:11, 26 January 2015

Python
Generic-plugin.png
Developer(s): dmoore
Maintainer(s):
Version:

A set of plugins that aim to make C::B more useful for python programmers. It adds code completion for python files, python debugging support. Source code can be downloaded from the codeblocks-python on github .

See also

  • File Manager plugin: As an alternative to setting up Code::Blocks projects for your python programs, just interact with your code using the files tab in the Management pane the provided by the File Manager plugin.
  • Tools+ plugin: Setup tools to run your python programs using your preferred command line.