With universities soon to start back, I’ve been focussing on student software a lot these past couple of weeks. First I suggested some freeware and open source software that all students will find useful. Next I looked at how Open Source software can benefit computing students and why they should try Linux. Today I’m going to suggest some Open Source software which will be particularly beneficial to computing students.
The Text Editor
You weren’t planning on writing code in Notepad were you? When a full featured IDE is too much for the task at hand, these text editors will give you all the features you need without too much bulk. Each of them lets you have multiple files open at once, has syntax highlighting and search and replace functions, and a whole lot more.
The IDE
Asside from being expensive, Microsoft Visual Studio is closed source, and only runs under Windows. Whether you want something a little lighter, something tailored to your language or just something free, there’s an open source option available. Here are some great choices for a range of platforms.
The UML Editor
I’ve looked before at the importance of planning. UML modelling tools make it easy to put together a visual representation of a solution, and to modify it as you work.
The Mind Mapper
Some times you need do some planning without the constraints of something formal like UML. When you just need to get ideas onto paper (or screen as the case may be), mind mapping can be ideal. These applications help you make maps quickly and easily, and unlike writing them in a notepad, they’re easy to edit later on.
Whilst not open source, this online tool can also be useful:
The Source Manager
Whether you’re working alone or as part of a group, losing all of your work is never fun. Source code repositories make it easy to store your code in a seperate location, access it from multiple computers, and revert to older versions when something goes wrong. Several of the IDEs I listed above have support for repositories either natively or through plugins, plus I have listed some stand alone tools below.
The LiveCD
This might seem like an odd choice if you’re not normally a Linux user, however it can be a lifesaver if you experience computer problems. A Live CD can be great for rescuing data before a reinstall if Windows messes up, testing problematic hardware and of course trying out Linux without installing it to your harddrive.
Whilst these distributions might not be the most suitable for long term use, they come with great tools for emergencies.
Over To You…
I hope you find some of the items on this list useful. If you have any other great pieces of Open Source software computing students might find beneficial, please share it in a comment below.
If you enjoyed this post, I’d encourage you to check out http://blog.padowi.se, which features an expansive overview of software which could be useful to any developer, an in particular to students.