Python in Code Blocks?

I am using linux Mint. i have been programming with C++ in Code Blocks for awhile. I am currently taking a OOP class that wants us to use Python. How can i get Code::Blocks to allow for Python coding as well?
As far as I know you can't. The interpreter comes with an IDE however, so why not just use that?
http://www.python.org/getit/releases/3.2.1/
If you're willing to take a bit of a risk?

http://wiki.codeblocks.org/index.php?title=Python_plugin

=> http://developer.berlios.de/projects/cbilplugin/
A set of experimental plugins for the open source Code::Blocks IDE to provide support for projects that use Interpreted Programming Languages (such as Python, Ruby, Prolog, Perl etc).


Last edited on
Topic archived. No new replies allowed.