Tag

Dynamic Language

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jan 10, 2020 · Fundamentals

Understanding Python Class and Instance Attribute Lookup Rules

This article explains Python’s dynamic attribute lookup mechanism, detailing how class and instance scopes differ, how attributes are searched and assigned, and demonstrates these concepts with concrete code examples that illustrate the impact on class versus instance state.

Attribute LookupClass AttributesDynamic Language
0 likes · 5 min read
Understanding Python Class and Instance Attribute Lookup Rules
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.

Dynamic LanguageJavaJython
0 likes · 11 min read
Embedding Python in Java with Jython for Real‑Time Big Data Jobs