TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Oracle Java SE

    Score8.1 out of 10
    N/AOracle Java SE is a programming language and gives customers enterprise features that minimize the costs of deployment and maintenance of their Java-based IT environment.N/A

    Python IDLE

    Score8.6 out of 10
    N/APython's IDLE is the integrated development environment (IDE) and learning platform for Python, presented as a basic and simple IDE appropriate for learners in educational settings.

    $0

    Pricing
    Oracle Java SEPython IDLE
    Editions & Modules
    No answers on this topic
    No answers on this topic
    Offerings
    Pricing Offerings
    Oracle Java SEPython IDLE
    Free Trial
    NoNo
    Free/Freemium Version
    NoYes
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    Oracle Java SEPython IDLE
    Considered Both Products
    Oracle
    No answer on this topic
    Python Software Foundation
    No answer on this topic
    Key User Insights
    Would buy again
    96%
    Would buy again
    23 Answers
    83%
    Would buy again
    5 Answers
    Delivers good value for the price
    94%
    Delivers good value for the price
    16 Answers
    100%
    Delivers good value for the price
    5 Answers
    Happy with the feature set
    100%
    Happy with the feature set
    24 Answers
    83%
    Happy with the feature set
    5 Answers
    Lived up to sales and marketing promises
    100%
    Lived up to sales and marketing promises
    13 Answers
    No answers on this topic
    Implementation went as expected
    100%
    Implementation went as expected
    22 Answers
    No answers on this topic
    Best Alternatives
    Oracle Java SEPython IDLE
    Small Businesses
    GraalVM
    Score9.1 out of 10
    Visual Studio
    Score8.8 out of 10
    Medium-sized Companies
    Java Cloud
    Score8.8 out of 10
    PyCharm
    Score9.3 out of 10
    Enterprises
    GraalVM
    Score9.1 out of 10
    WebStorm
    Score9.6 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Oracle Java SEPython IDLE
    Likelihood to Recommend
    9.0
    (33 ratings)
    3.7
    (7 ratings)
    Usability
    9.0
    (3 ratings)
    8.2
    (2 ratings)
    Support Rating
    8.0
    (19 ratings)
    8.0
    (1 ratings)
    User Testimonials
    Oracle Java SEPython IDLE
    Likelihood to Recommend
    Oracle
    Oracle Java SE is well suited to long-running applications (e.g. servers). Java Swing (UI toolkit) is now rather outdated, lacking support for modern UI features. JavaFX, the potential replacement for Swing, has now been separated out of Java core. Ideally, there would be a path to migrate a large application incrementally from Swing to JavaFX, but due to different threading models and other aspects, it is difficult. At this point, it is probably better to use an embedded web browser (e.g. JxBrowser) to provide a modern UI in HTML/Javascript and keep just the business logic in Java.
    Incentivized
    Read full review
    Python Software Foundation
    Scenarios where python IDLE is well suited 1-Quick scripting and prototyping 2-Education and training 3-small projects utilities 4-exploring python libraries and modules Scenarios where python is less appropriate 1 large scale projects 2 complex debugging and profiling 3 multi language development 4 Advanced code analysis and inspection
    Read full review
    Pros
    Oracle
    • Plenty support built into the tool and IDE like Maven, Ant, Eclipse, IntelliJ.
    • Strong object-orientation language and clear project structure.
    • Wrapper underlines hardware and memory management so the developers can focus on business and implementation.
    • It offers a huge library and framework support from third-parties and the community.
    Incentivized
    Read full review
    Python Software Foundation
    • Firstly, I would say Python IDLE interface is user friendly.
    • Easy to learn for the beginners.
    • Syntax highlighting is nice features.
    • Smart indent helps a lot.
    Incentivized
    Read full review
    Cons
    Oracle
    • Commercial Licensing in 2019. Oracle will charge commercial organizations using Java SE for upgrading to the latest bug fixes and updates. Organizations will now need to either limit their implementation of Java SE or may need to drop it altogether.
    • Slow Performance. Due to the all of the abstraction of the JVM, Java SE programs take much more resources to compile and run compared to Python.
    • Poor UI appearance on all of the major GUI libraries (Swing, SWT, etc.). Through Android Studio, it is easy to get a native look/feel for Java apps, but when it comes to desktops, the UI is far from acceptable (does not mimic the native OS's look/feel at all).
    Incentivized
    Read full review
    Python Software Foundation
    • Too simplistic
    • Could not find source revision management integration support
    • Only basic debugging is available
    • Does not have data-science-specific notebooks (but can be installed separately)
    Incentivized
    Read full review
    Usability
    Oracle
    Oracle Java SE provides the new features along with timely security patches. New features like Record patterns and pattern matching for switches are very useful. With every new release of Java, it is getting better. Sequenced collections are also an interesting feature added to Java. With all these new features, backward compatibility is also maintained.
    Incentivized
    Read full review
    Python Software Foundation
    The IDE Python IDLE is a good place to start as it helps you become familiar with the way Python works and understand its syntax.
    This IDE allows you to configure the environment, font, size, colors, .....
    It also looks like any simple text editor for any operating system, I work with Windows or Linux interchangeably, and you don't have to learn to use the IDE before programming.
    Once the IDE is executed you can start programming directly in it.
    Incentivized
    Read full review
    Support Rating
    Oracle
    Java is such a mature product at this point that there is little support from the vendor that is needed. Various sources on the internet, and especially StackOverflow, provide a wealth of knowledge and advice. Areas that may benefit from support is when dealing with complex multithreading issues and security libraries.
    Incentivized
    Read full review
    Python Software Foundation
    Python IDLE support is what the community can give you. As it is free software, it does not have support provided by the manufacturer or by third-parties.
    In any case, for most of the problems that normal users can find, the solution, or alternatives, can be found quickly online.
    As this IDE is made in Python, the support is the same group of Python developers.
    Incentivized
    Read full review
    Alternatives Considered
    Oracle
    Chose to go with Java instead of Python or C++ due to the expertise on the ground with the technology, for its ease of integration with our heterogeneous setup of production servers, and for the third party library support which we've found was able to address some challenging aspects of our business problem.
    Incentivized
    Read full review
    Python Software Foundation
    It's easy to set up and run quick analysis in Python IDLE on my local machine. The output is direct and easy to read. But sometimes I prefer Jupyter Notebook when the datasets are large, since it would take too long to run on my local machine. It is easier to run Jupyter Notebook on my cloud desktop
    Incentivized
    Read full review
    Return on Investment
    Oracle
    • The different versions make it harder to work with other companies where some use newer versions while some use older versions, costing time to make them compatible.
    • Licenses are getting to be costly, forcing us to consider OpenJDK as an alternative.
    • New features take time to learn. When someone starts using them, everyone has to take time to learn.
    Incentivized
    Read full review
    Python Software Foundation
    • In a short time, we were able to develop several ML models for various teams to make accurate decisions.
    • Beginners can easily understand and adapt to GUI.
    • We could automate several manual validation tasks and so could reduce human intervention.
    Incentivized
    Read full review
    ScreenShots