Just a small point, if you have used any modern programming language then Python is very easy to use/learn. The learning curve tends to be (like many other languages) in learning about all the library functions available. However when jumping into an already working system this tends to be less of an issue as most of the hard work has already been done and so there are lots of working examples already in the existing code for most relevant areas.
|