MAT Software Carpentry Feb 2013 - Links

updated 11 Feb 2013 -- new link to Introduction to Python repository; added repository for Audio in Python

Material used in the workshop

Assessed Exercise

Other material from us

Links about the software in the workshop

Topical links

Unix and shell

To use Unix commands on a Windows machine, you will need to install additional software (e.g. MinGW or Cygwin).
NB: Cygwin doesn't install nano, Python or Mercurial by default - they need to be selected in the setup.

The Windows command prompt and powershell provide similar facilities to the Unix shell, but with different commands and syntax! Of the two, the command prompt is very similar to the basic Unix tools we introduced, but Powershell is more powerful.

If you own an android tablet or phone, then that is a Unix device. It doesn't come with a command prompt by default, but you can install one. NB: this may be dangerous for your device!

If you want to try a full Unix system, then VirtualBox can be used to create a "virtual machine" - a fake computer that runs inside your normal session. You can then install a Linux distribution on that virtual machine.

Python

Lots of code editors will do syntax highlighting for python.

  • Spyder -- "Matlab-like" interface
  • PyCharm -- cross-platform, 30 day free trial, ca. £25 for academic licence
  • Lots more here

Version Control

On Windows, TortoiseHg provides an alternative interface to Mercurial - you can right-click files in Windows Explorer. It's more techy than EasyMercurial!

Data Management