๐ŸŒ
GitHub
github.com โ€บ ninia โ€บ jep
GitHub - ninia/jep: Embed Python in Java ยท GitHub
Jep embeds CPython in Java through JNI. ... Using the native Python interpreter may be much faster than alternatives.
Starred by 1.5K users
Forked by 163 users
Languages ย  C 52.1% | Java 30.2% | Python 17.7%
๐ŸŒ
JEP
ninia.github.io โ€บ jep
Jep - Java Embedded Python | JEP
Jep embeds CPython in Java through JNI. ... Using the native Python interpreter may be much faster than alternatives.
๐ŸŒ
GitHub
github.com โ€บ bytedeco โ€บ javacpp-embedded-python
GitHub - bytedeco/javacpp-embedded-python: With this library, you can embed Python to your Java or Scala project. The main purpose of this library is to use Python libraries from Java or Scala.
With this library, you can embed Python to your Java or Scala project. This library is a wrapper of javacpp-presets/cpython.
Starred by 12 users
Forked by 5 users
Languages ย  Java 100.0% | Java 100.0%
Java implementation of the Python interpreter
Jython Logo
Jython is an implementation of the Python programming language designed to run on the Java platform. It was known as JPython until 1999. Jython programs can import and use any Java class. โ€ฆ Wikipedia
Factsheet
Initial release January 17, 2001; 25 years ago (2001-01-17)
Stable release 2.7.4
/ 18 August 2024; 19 months ago (18 August 2024)
Written in Python and Java
Factsheet
Initial release January 17, 2001; 25 years ago (2001-01-17)
Stable release 2.7.4
/ 18 August 2024; 19 months ago (18 August 2024)
Written in Python and Java
๐ŸŒ
Jython
jython.org
Home | Jython
There is work towards a Python 3 in the projectโ€™s GitHub repository. Jython implementations are freely available for both commercial and non-commercial use. They are distributed with source code under the PSF License v2. Jython is complementary to Java and is especially suited for the following tasks: Embedded scripting - Java programmers can add the Jython libraries to their system to allow end users to write simple or complicated scripts that add functionality to the application.
๐ŸŒ
GitHub
github.com โ€บ jimmoores โ€บ jep
GitHub - jimmoores/jep: Embed Python in Java
Jep embeds CPython in Java. It is safe to use in a heavily threaded environment, it is quite fast and its stability is a main feature and goal. Some benefits of CPython over Java-based languages: Using the native Python interpreter may be much ...
Author ย  jimmoores
๐ŸŒ
GitHub
github.com โ€บ macdidi5 โ€บ jep
GitHub - macdidi5/jep: Embed Python in Java
Jep embeds CPython in Java through JNI and is safe to use in a heavily threaded environment. ... Using the native Python interpreter may be much faster than alternatives.
Author ย  macdidi5
๐ŸŒ
SourceForge
sourceforge.net โ€บ projects โ€บ jepp
Java Embedded Python download | SourceForge.net
August 15, 2014 - Jepp (Java Embedded Python) embeds CPython in Java. It is stable and thread-safe, and is suitable for many different scripting needs. Note: for most purposes Jep is now at https://github.com/mrj0/jep Releases can be found on pypi: https://pypi.python.org/pypi/jep/3.1.0
๐ŸŒ
GitHub
github.com โ€บ jpy-consortium โ€บ jpy
GitHub - jpy-consortium/jpy ยท GitHub
jpy is a bi-directional Python-Java bridge which you can use to embed Java code in Python programs or the other way round. It has been designed particularly with regard to maximum data transfer speed between the two languages.
Starred by 81 users
Forked by 20 users
Languages ย  C 50.1% | Java 29.2% | Python 20.4% | Shell 0.3%
๐ŸŒ
Robert Peng's Blog
mr-dai.github.io โ€บ embedding-jython
Embedding Python in Java using Jython - Robert Peng's Blog
September 10, 2018 - In the past few days, I managed to find a way to dynamically load and run Python code in a Java program. In this post, I will briefly explain how I achieve this.
Find elsewhere
๐ŸŒ
Bioimageanalysis
icy.bioimageanalysis.org โ€บ plugin โ€บ jep-java-embedded-python
JEP โ€“ Java Embedded Python | โ€“ Open Source Image Processing Software
August 3, 2022 - Building and installing require the JDK, Python, and optionally numpy to be installed beforehand. ... <dependency> <groupId>org.bioimageanalysis.icy</groupId> <artifactId>icy-jep</artifactId> <version>4.1.0</version> </dependency> ... We welcome comments, contributions, bug reports, wiki documentation, etc. If you need help, please first search for existing solutions online, in the issues, and on the wiki. If you still need help, please open a GitHub issue, and we will try and help you.
๐ŸŒ
Stack Overflow
stackoverflow.com โ€บ questions โ€บ 64865922 โ€บ embedded-python-in-java-coldfusion
Embedded Python in Java / Coldfusion? - Stack Overflow
Take a look here:github.com/mkopsnc/keplerhacks/tree/master/python You have there a sample where you can go to Python via JNI. In case you don't need tight integration you can always run script from Java and either read stdout/stderr or create some output data that will be read once Python is done with it's work. ... Unless you really need to embed ...
๐ŸŒ
Tech
galina.tech.blog โ€บ 2022 โ€บ 07 โ€บ 11 โ€บ how-to-execute-python-modules-from-java
How To Execute Python Modules From Java. โ€“ A technical blog about Data Science
July 15, 2022 - One of the working solutions is to run this service in docker. Or we can find another, more effective production-friendly solution: to execute python code directly from Java code via the Jep library (Java Embedded Python). Down below are some citations from their FAQ on GitHub :
๐ŸŒ
Py4j
py4j.org
Welcome to Py4J โ€” Py4J
Py4J enables Python programs running in a Python interpreter to dynamically access Java objects in a Java Virtual Machine. Methods are called as if the Java objects resided in the Python interpreter and Java collections can be accessed through standard Python collection methods.
๐ŸŒ
PyPI
pypi.org โ€บ project โ€บ jep โ€บ 3.3.3
jep ยท PyPI
Jep embeds CPython in Java through JNI and is safe to use in a heavily threaded environment. ... Using the native Python interpreter may be much faster than alternatives.
      ยป pip install jep
    
Published ย  May 26, 2015
Version ย  3.3.3
๐ŸŒ
Blogger
nishantgandhi99.blogspot.com โ€บ 2016 โ€บ 12 โ€บ java-embedded-python-jep.html
Nishant Gandhi: Java Embedded Python (JEP)
December 9, 2016 - Project Page: https://github.com/mrj0/jep Documentation: https://github.com/mrj0/jep/wiki Prerequisite: JDK 6+ Python 2.6+ ...
๐ŸŒ
Maven Repository
mvnrepository.com โ€บ artifact โ€บ black.ninia โ€บ jep
Maven Repository: black.ninia ยป jep
November 4, 2025 - Jep embeds CPython in Java through JNI. ... Develop and launch modern apps with MongoDB Atlas, a resilient data platform. ... aar android apache api arm assets build build-system bundle client clojure cloud config cran data database eclipse example extension framework github gradle groovy io ...
๐ŸŒ
GitHub
github.com โ€บ neo4j-contrib โ€บ python-embedded
GitHub - neo4j-contrib/python-embedded: Python bindings for Neo4j ยท GitHub
These are Python bindings for the embedded Neo4j Graph Database. The neo4j embedded database is a java application, which means you have to provide an interface to communicate with java-land.
Starred by 28 users
Forked by 12 users
Languages ย  Python 73.5% | XSLT 13.7% | Java 11.3% | Shell 1.5%
๐ŸŒ
GraalVM
graalvm.org โ€บ python
GraalPy
Embed Python in JVM Applications ยท import org.graalvm.polyglot.Context; try (Context context = Context.newBuilder() .allowAllAccess(true) // See documentation for options .build()) { context.eval("python", "print('Hello from GraalPy!')"); } Use Python packages directly in Java, Kotlin, or Scala ยท
๐ŸŒ
GitHub
github.com โ€บ humemai โ€บ arcadedb-embedded-python
GitHub - humemai/arcadedb-embedded-python: ArcadeDB embedded in python
Embedded from Python via bindings: arcadedb-embedded-python ... Lightweight Java 25 runtime (jlink) bundled per platform.
Author ย  humemai