Github user spmallette commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/296#issuecomment-215168374 This line doesn't seem completely accurate to me: > Jython is a JSR-223 ScriptEngine implementation that enables the evaluation of Python on the Java virtual machine. Jython provides a JSR-223 implementation but isn't Jython on its own much more than that? Something else I hadn't thought of before. We refer to all of this generated code as `gremlin-python` but there's actually two distinct sets of classes at play - one that works directly with the JVM and one that creates groovy scripts for submission over `RemoteConnection`. Seems like there should be some distinction in naming there whether at the class level or the module level. Maybe this doesn't matter for the tutorial, but does matter on implementation of TINKERPOP-1278 ? Anyway, despite my thoughts/questions - this is an good tutorial and an important one for organizing the community into something coherent around these issues. VOTE +1
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---