Table of Contents > Programming in Jython
Programming in Jython

Programming in Jython is exactly like programming in the language Python. The only difference between Jython and Python is that Jython runs in Java but for the most part, you'll never notice the difference. That means that if you want to find more help or documentation on the web, you can look at the Python documentation that is linked from www.Jython.org.

    Formatting in Jython (indentation and blocks)

    Basic Data Types

    Basic Data Structures

    Math, Comparison and Boolean Operations

    "If" statements

    Loops

    Functions