Top  | Previous | Next

Learn More

Online Tutorials

Since Python is such a popular and well-regarded language, there are many high-quality tutorials available on the web. The official python tutorial, written by the inventor of Python himself, Guido van Rossum, is very good.

https://docs.python.org/2/tutorial/index.html

 

The Non-Programmers Tutorial For Python by Josh Cogliati is also very good for those with no previous programming experience.

http://www.oopweb.com/Python/Documents/easytut/VolumeFrames.html

 

You can go and download a printable Python "cheat sheet" from the Added Bytes website, available here:

http://www.addedbytes.com/cheat-sheets/python-cheat-sheet/

Recommended Books

Sometimes a good reference book is invaluable. The following books have gotten good reviews from us and our customers:

 

Learning Python (O'Reilly, 2007)

Python Pocket Reference (O'Reilly, 2005)

Core Python Programming (Prentice Hall, 2006)

Python Power (Course Technology, 2007)

 

Using Java

This book would be useful for anyone who finds themselves accessing the Java standard library frequently from Python:

Python Programming with the Java(TM) Class Libraries (Addison-Wesley, 2002)

 

You can also find the excellent API documentation for the Java standard libraries from Sun here:

http://docs.oracle.com/javase/6/docs/api/index.html

Online Forum

Our online forum at http://www.inductiveautomation.com/forum is a great place to go for scripting help. Not only do we, the Inductive Automation staff, monitor it actively, but we have a thriving user community who can help you with any scripting questions.