Tag

Jython

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Feb 21, 2025 · Backend Development

Getting Started with Jython: Integrating Python and Java

This article introduces Jython, explains its features, provides step‑by‑step installation instructions, demonstrates how to run Python code on the Java platform and how Java can invoke Jython scripts, and outlines common application scenarios for this Python‑Java bridge.

IntegrationJavaJython
0 likes · 7 min read
Getting Started with Jython: Integrating Python and Java
360 Quality & Efficiency
360 Quality & Efficiency
May 28, 2019 · Backend Development

Running a Python Script from Java Using Runtime.exec and Jython

This article explains how to invoke a Python script from a Java program, pass arguments, retrieve output, and compares two approaches: using the Jython library for seamless JVM integration and the simpler Runtime.getRuntime().exec method for quick execution.

JavaJythonRuntime.exec
0 likes · 3 min read
Running a Python Script from Java Using Runtime.exec and Jython
NetEase Game Operations Platform
NetEase Game Operations Platform
Mar 27, 2019 · Big Data

Embedding Python in Java with Jython for Real‑Time Big Data Jobs

This article explains why and how to embed Python code in Java using Jython for real‑time big‑data processing, covering performance benefits, memory‑leak pitfalls, singleton interpreter patterns, function factories, Java‑object conversion, and importing external PyPI packages with practical code examples.

Big DataDynamic LanguageJava
0 likes · 11 min read
Embedding Python in Java with Jython for Real‑Time Big Data Jobs
360 Quality & Efficiency
360 Quality & Efficiency
Nov 23, 2018 · Artificial Intelligence

Using Image Recognition for UI Automation with Sikuli: Principles, Functions, and Code Examples

This article explains how image‑recognition techniques, particularly via the Sikuli tool, can be applied to UI automation testing, covering underlying principles, a comprehensive list of built‑in functions, sample code snippets, and the advantages and limitations of this approach.

Image RecognitionJythonSikuli
0 likes · 7 min read
Using Image Recognition for UI Automation with Sikuli: Principles, Functions, and Code Examples
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
May 17, 2018 · Operations

Boost UI Test Automation with Sikuli’s Image Recognition: A Practical Guide

This article explains how image recognition can enhance UI automation testing for web and mobile applications, introduces Sikuli as a tool, details its core functions, provides code examples, and discusses the advantages and limitations of using visual‑based testing approaches.

Image RecognitionJythonSikuli
0 likes · 8 min read
Boost UI Test Automation with Sikuli’s Image Recognition: A Practical Guide
360 Quality & Efficiency
360 Quality & Efficiency
May 16, 2018 · Fundamentals

Applying Image Recognition in UI Automation Testing with Sikuli

This article introduces the use of image‑recognition techniques, particularly the Sikuli tool, for UI automation testing, covering typical scenarios, underlying principles, key functions such as Find, click, wait, and type, as well as example code, and discusses the advantages and limitations of this approach.

Image RecognitionJythonSikuli
0 likes · 7 min read
Applying Image Recognition in UI Automation Testing with Sikuli
Qunar Tech Salon
Qunar Tech Salon
Sep 20, 2015 · Fundamentals

Take a Look at the Weird Things Python Has Produced

The article explores Python's popularity, its ease of use versus performance trade‑offs, its role as a glue language that can wrap faster C/Fortran code, and its interoperability options like Jython and IronPython, while also highlighting the cultural enthusiasm of its community.

IronPythonJythonLanguage Interoperability
0 likes · 4 min read
Take a Look at the Weird Things Python Has Produced