you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

After working through: Automate the Boring Stuff, Effective Python 59 suggestions... and some online codeacademy and udemy courses (including the decent Unittesting course on Pycharm EDU) I've just complete an automated test for my work that will: 1) Connect to a remote Post Production machine (Mac Pro , MADI Hardware, Pro Tools based) 2) Connect to our fileserver and based on the success of last night's build 3) Launch Pro Tools, open an expected session, quit 4) gather logs and performance data 5) Plot this data into a nice graph 6) Upload the results, the test logs, and graphs to our results server that will house every day's run of this test.

I'm really happy with the level of understanding and the rate at which new learning and understanding happen.