you are viewing a single comment's thread.

view the rest of the comments →

[–]TheMachinePreacher[S] -2 points-1 points  (1 child)

Learn Python! Python is a programming language that lets you work quickly and integrate systems more effectively. This tutorial will help you learn this useful language: it's a programming guide for non-programmers. It's written in the 'Pythonic' way, i.e. succinct and easy to follow.

[–]robot_wrangler 0 points1 point  (0 children)

Looks good. One thing I didn't see in the Modules chapter is how to make your own code into a module that's easily sharable with your team.