Java Python

Open-source Java projects categorized as Python

Top 23 Java Python Projects

  • Selenium WebDriver

    A browser automation framework and ecosystem.

    Project mention: What is Playwright? | dev.to | 2023-10-11

    While similar to Puppeteer, Cypress, and Selenium, there are some differences. Let’s find out what they are.

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • Graal

    GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀

    Project mention: Crash report and loading time | /r/fabricmc | 2023-11-15

    I'm also using GraalVM if that's of any help.

  • ANTLR

    ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.

    Project mention: Library to parse slash commands with validation? | /r/dotnet | 2023-06-02

    antlr https://github.com/antlr/antlr4

  • Deeplearning4j

    Suite of tools for deploying and training deep learning models using the JVM. Highlights include model import for keras, tensorflow, and onnx/pytorch, a modular and tiny c++ library for running math code and a java based math library on top of the core c++ library. Also includes samediff: a pytorch/tensorflow like library for running deep learning using automatic differentiation.

  • aws-doc-sdk-examples

    Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.

    Project mention: Stubbing AWS Service calls in Golang | dev.to | 2023-08-15

    So I did some more research and I found the awsdocs/aws-doc-sdk-examples repo. This repository used a testtools module. So I started an experiment to see how I could use this module. I refactored the code as followed:

  • beam

    Apache Beam is a unified programming model for Batch and Streaming data processing.

    Project mention: Releasing Temporian, a Python library for processing temporal data, built together with Google | /r/Python | 2023-09-17

    Flexible runtime ☁️: Temporian programs can run seamlessly in-process in Python, on large datasets using Apache Beam.

  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

  • QR-Code-generator

    High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, Rust, C++, C.

    Project mention: How to make a QR code with Stable Diffusion | news.ycombinator.com | 2023-06-11

    The funny thing is that no-one AFAICT has realized that the same content can be encoded in different-looking QR codes. Beside the obvious (different error-correction levels), the content itself can be changed while maintaining its semantic meaning (e.g. "https://example.com/foo", "HTTPS://EXAMPLE.COM/foo", or "HtTpS://eXaMpLe.CoM/foo" are all semantically identical) and even the QR encoding itself can be tweaked (e.g. by changing the version and mask, see the demo on https://www.nayuki.io/page/qr-code-generator-library). Each combination would yield a different-looking QR code that would encode the same meaning, and it could therefore allow the diffusion models even greater freedom.

    I'm sure somebody will get to this soon.

  • open-location-code

    Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.

    Project mention: A Critical Analysis of the What3Words Geocoding Algorithm | news.ycombinator.com | 2023-09-02

    Pluscode is a trademark. The actual standard is called "open location code" and is unrestricted - https://github.com/google/open-location-code/

  • Apache Avro

    Apache Avro is a data serialization system.

    Project mention: How do you update an existing avro schema using apache avro SchemaBuilder? | /r/codehunter | 2023-06-09

    I am testing a new schema registry which loads and retrieves different kinds of avro schemas. In the process of testing, I need to create a bunch of different types of avro schemas. As it involves a lot of permutations, I decided to create the schema programmatically.I am using the apache avro SchemaBuilder to do so.

  • javacpp-presets

    The missing Java distribution of native C++ libraries

    Project mention: Any library you would like to recommend to others as it helps you a lot? For me, mapstruct is one of them. Hopefully I would hear some other nice libraries I never try. | /r/java | 2023-05-27

    JavaCPP and presets for working with JNI

  • AndroRAT

    A Simple android remote administration tool using sockets. It uses java on the client side and python on the server side

    Project mention: ILPT Request: A link that takes a picture of the person using that device | /r/IllegalLifeProTips | 2023-01-17
  • Apache ActiveMQ

    Mirror of Apache ActiveMQ

  • fury

    A blazing fast multi-language serialization framework powered by jit and zero-copy

    Project mention: Fast Cloud Native Java Serialization:Fury JIT and GraalVM Native Image AOT | news.ycombinator.com | 2023-12-01
  • Project-Euler-solutions

    Runnable code for solving Project Euler problems in Java, Python, Mathematica, Haskell. (by nayuki)

  • sedona

    A cluster computing framework for processing large-scale geospatial data

    Project mention: Show HN: TG – Fast geometry library in C | news.ycombinator.com | 2023-09-22

    This is awesome! I wonder how feasible is it to include TG in Apache Sedona (https://github.com/apache/sedona)

    Although Sedona runs as a distributed system, but TG may speed local in-memory geometrical computation for each worker node. Let me know your thoughts!

  • CloudStack

    Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform

  • pysonar2

    PySonar2: a semantic indexer for Python with interprocedual type inference

  • py4j

    Py4J enables Python programs to dynamically access arbitrary Java objects

  • hopsworks

    Hopsworks - Data-Intensive AI platform with a Feature Store

  • systemds

    An open source ML system for the end-to-end data science lifecycle

  • Repeat

    Cross-platform mouse/keyboard record/replay and automation hotkeys/macros creation, and more advanced automation features.

    Project mention: A guide to macroing on Linux | /r/BeeSwarmSimulator | 2023-02-06

    GitHub - repeats/Repeat: Cross-platform mouse/keyboard record/replay and automation hotkeys/macros creation, and more advanced automation features.

  • plc4x

    PLC4X The Industrial IoT adapter

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-12-01.

Java Python related posts

Index

What are some of the best open-source Python projects in Java? This list will help you:

Project Stars
1 Selenium WebDriver 28,297
2 Apache Flink 22,337
3 Graal 19,264
4 ANTLR 15,624
5 Deeplearning4j 13,248
6 aws-doc-sdk-examples 8,401
7 beam 7,252
8 QR-Code-generator 4,473
9 open-location-code 3,939
10 Apache Avro 2,641
11 javacpp-presets 2,493
12 AndroRAT 2,342
13 Apache ActiveMQ 2,204
14 fury 2,089
15 Project-Euler-solutions 1,810
16 sedona 1,616
17 CloudStack 1,560
18 pysonar2 1,356
19 py4j 1,117
20 hopsworks 1,012
21 systemds 989
22 Repeat 975
23 plc4x 906
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com