Tagged articles
13 articles
Page 1 of 1
21CTO
21CTO
Nov 9, 2022 · Fundamentals

Exploring Python’s Major Interpreters: CPython, Jython, IronPython, PyPy, and Cython

An overview of Python’s primary interpreter implementations—including CPython, Jython, IronPython, PyPy, and Cython—highlights their origins, execution models, compatibility, performance characteristics, and unique advantages, helping developers choose the right runtime for their specific needs.

CPythonCythonInterpreters
0 likes · 4 min read
Exploring Python’s Major Interpreters: CPython, Jython, IronPython, PyPy, and Cython
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.

Interprocess CommunicationJythonPython
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 LanguageEmbedding
0 likes · 11 min read
Embedding Python in Java with Jython for Real‑Time Big Data Jobs
MaGe Linux Operations
MaGe Linux Operations
Mar 4, 2019 · Fundamentals

Which Python Implementation Is Right for You? A Comparative Guide

An overview of major Python implementations—including CPython, Jython, IronPython, PyPy, and Pyston—explains their underlying technologies, performance characteristics, platform integrations, and ideal use cases, helping developers choose the most suitable runtime for their projects.

CPythonIronPythonJython
0 likes · 6 min read
Which Python Implementation Is Right for You? A Comparative Guide
MaGe Linux Operations
MaGe Linux Operations
Jan 4, 2019 · Fundamentals

Which Python Implementation Fits Your Needs? A Comparative Overview

This article explains that Python is a language specification implemented by various runtimes—CPython, Jython, IronPython, PyPy, and Pyston—detailing their architectures, strengths, and ideal use‑cases so developers can choose the most suitable implementation for their projects.

IronPythonJythonPyPy
0 likes · 5 min read
Which Python Implementation Fits Your Needs? A Comparative Overview
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.

Computer VisionJythonSikuli
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