Code::Blocks

Code::Blocks is a free C/C++ Integrated Development Environment (IDE). It may be downloaded from: http://www.codeblocks.org/ A number of compilers may be used with Code::Blocks. MinGW is a good choice for the compiler.  The Code::Blocks website has a bundled installion  file that includes MinGW. Note that… Read more

Python on Linux

I have installed Linux Ubuntu on my 64-bit Windows PC, turning it into a dual boot configuration. The link is:  http://www.ubuntu.com/download/ubuntu/windows-installer * * * I have also installed the Linux versions of Python & Spyder. Here is a Python installation method from Nick Smith: Part… Read more