Results for: python decompiler

Suggested Categories:

Data Science Software
Data science software is a collection of tools and platforms designed to facilitate the analysis, interpretation, and visualization of large datasets, helping data scientists derive insights and build predictive models. These tools support various data science processes, including data cleaning, statistical analysis, machine learning, deep learning, and data visualization. Common features of data science software include data manipulation, algorithm libraries, model training environments, and integration with big data solutions. Data science software is widely used across industries like finance, healthcare, marketing, and technology to improve decision-making, optimize processes, and predict trends.
Computer Vision Software
Computer vision software allows machines to interpret and analyze visual data from images or videos, enabling applications like object detection, image recognition, and video analysis. It utilizes advanced algorithms and deep learning techniques to understand and classify visual information, often mimicking human vision processes. These tools are essential in fields like autonomous vehicles, facial recognition, medical imaging, and augmented reality, where accurate interpretation of visual input is crucial. Computer vision software often includes features for image preprocessing, feature extraction, and model training to improve the accuracy of visual analysis. Overall, it enables machines to "see" and make informed decisions based on visual data, revolutionizing industries with automation and intelligence.
AI Coding Assistants
AI coding assistants are software tools that use artificial intelligence to help developers write, debug, and optimize code more efficiently. These assistants typically offer features like code auto-completion, error detection, suggestion of best practices, and code refactoring. AI coding assistants often integrate with integrated development environments (IDEs) and code editors to provide real-time feedback and recommendations based on the context of the code being written. By leveraging machine learning and natural language processing, these tools can help developers increase productivity, reduce errors, and learn new programming techniques.
Code Search Engines
Code search engines are specialized search tools that allow developers to search through codebases, repositories, or libraries to find specific functions, variables, classes, or code snippets. These tools are designed to help developers quickly locate relevant parts of code, analyze code quality, and identify reusable components. Code search engines often support various programming languages, providing search capabilities like syntax highlighting, filtering by file types or attributes, and even advanced search options using regular expressions. They are particularly useful for navigating large codebases, enhancing code reuse, and improving overall productivity in software development projects.
Application Development Software
Application development software is a type of software used to create applications and software programs. It typically includes code editors, compilers, and debuggers that allow developers to write, compile, and debug code. It also includes libraries of pre-written code that developers can use to create more complex and powerful applications.
View more categories (5) for "python decompiler"

119 Products for "python decompiler" with 2 filters applied:

  • 1
    python-sql

    python-sql

    Python Software Foundation

    python-sql is a library to write SQL queries in a pythonic way. Simple selects, select with where condition. Select with join or select with multiple joins. Select with group_by and select with output name. Select with order_by, or select with sub-select. Select on other schema and insert query with default values. Insert query with values, and insert query with query.
    Starting Price: Free
  • 2
    websockets

    websockets

    Python Software Foundation

    An implementation of the WebSocket Protocol (RFC 6455 & 7692). websockets is a library for building WebSocket servers and clients in Python with a focus on correctness, simplicity, robustness, and performance. Built on top of asyncio, Python’s standard asynchronous I/O framework, it provides an elegant coroutine-based API. websockets is heavily tested for compliance with RFC 6455. Continuous integration fails under 100% branch coverage. websockets is built for production. ...
    Starting Price: Free
  • 3
    zope.interface

    zope.interface

    Python Software Foundation

    This package is intended to be independently reusable in any Python project. It is maintained by the Zope Toolkit project. This package provides an implementation of “object interfaces” for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as an implementation of the Design By Contract methodology support in Python.
    Starting Price: Free
  • 4
    Pylons

    Pylons

    Python Software Foundation

    ...Harness existing knowledge about Python. Extensible application design. Fast and efficient, an incredibly small per-request call stack provides top performance. Uses existing and well-tested Python packages. Pylons 1.0 series is stable and production-ready but in maintenance-only mode. The Pylons Project now maintains the Pyramid web framework for future development. Pylons 1.0 users should strongly consider using Pyramid for their next project.
    Starting Price: Free
  • 5
    yarl

    yarl

    Python Software Foundation

    ...If you want to install yarl on another operating system (like Alpine Linux, which is not manylinux-compliant because of the missing glibc and therefore, cannot be used with our wheels) the tarball will be used to compile the library from the source code. It requires a C compiler and Python headers installed. Please note that the pure-Python (uncompiled) version is much slower. However, PyPy always uses a pure-Python implementation, and, as such, it is unaffected by this variable.
    Starting Price: Free
  • 6
    Teradata VantageCloud
    ...Designed for scalability and flexibility, VantageCloud supports multi-cloud and hybrid deployments, enabling organizations to manage structured and semi-structured data across AWS, Azure, Google Cloud, and on-premises systems. It offers full ANSI SQL support, integrates with open-source tools like Python and R, and provides built-in governance for secure, trusted AI. VantageCloud empowers users to run complex queries, build data pipelines, and operationalize machine learning models—all while maintaining interoperability with modern data ecosystems.
    View Software
    Visit Website
  • 7
    Azure Artifacts
    Add fully integrated package management to your continuous integration/continuous delivery (CI/CD) pipelines with a single click. Create and share Maven, npm, NuGet, and Python package feeds from public and private sources with teams of any size. Create and share Maven, npm, NuGet, and Python package feeds from public and private sources. Easily share code across small teams and large enterprises. Get universal artifact management for Maven, npm, NuGet, and Python. Share packages, and use built-in CI/CD, versioning, and testing. ...
    Starting Price: $6 per user per month
  • 8
    Ray

    Ray

    Anyscale

    Develop on your laptop and then scale the same Python code elastically across hundreds of nodes or GPUs on any cloud, with no changes. Ray translates existing Python concepts to the distributed setting, allowing any serial application to be easily parallelized with minimal code changes. Easily scale compute-heavy machine learning workloads like deep learning, model serving, and hyperparameter tuning with a strong ecosystem of distributed libraries.
    Starting Price: Free
  • 9
    Pathway

    Pathway

    Pathway

    Pathway is a Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG. Pathway comes with an easy-to-use Python API, allowing you to seamlessly integrate your favorite Python ML libraries. Pathway code is versatile and robust: you can use it in both development and production environments, handling both batch and streaming data effectively.
  • 10
    Twilio

    Twilio

    Twilio

    ...Build accurate and personalized experiences for your customers, easily and at scale, using SMS and WhatsApp messaging, voice, video, email, and more. Browse documentation and SDKs in multiple coding languages, including Ruby, Python, PHP, Node.js, java, and C#, or jumpstart your first project with our open source code templates to quickly build production-ready communications apps. Sign up and start building today.
    Leader badge
    Starting Price: $0.0085 per min
    View Software
    Visit Website
  • 11
    parsel

    parsel

    Python Software Foundation

    Parsel is a BSD-licensed Python library to extract and remove data from HTML and XML using XPath and CSS selectors, optionally combined with regular expressions. Create a selector object for the HTML or XML text that you want to parse. Then use CSS or XPath expressions to select elements. CSS is a language for applying styles to HTML documents. It defines selectors to associate those styles with specific HTML elements.
    Starting Price: Free
  • 12
    waiting

    waiting

    Python Software Foundation

    ...The interval can be changed with the sleep_seconds argument. When waiting for multiple predicates, waiting provides two simple facilities to help aggregate them, any and all. They resemble Python’s built-in any() and all(), except that they don’t call a predicate once it has been satisfied (this is useful when the predicates are inefficient and take time to complete).
    Starting Price: Free
  • 13
    Zorro

    Zorro

    oP group Germany GmbH

    Zorro is a free institutional-grade software tool specialized on financial research and algorithmic trading. It's compact, easy to learn, and magnitudes faster than R or Python. It can do anything that automated trading platforms do - only better. Zorro offers extreme flexibility and features otherwise not found in consumer trading software. Any trading system, research project, or analysis tool can be realized with a small script in simplified C or C++ (see script examples). R and Python are also supported. ...
    Starting Price: Free
  • 14
    Gurobi Optimizer

    Gurobi Optimizer

    Gurobi Optimization

    ...Integrate Gurobi into your applications easily, using the languages you know best. Our programming interfaces are designed to be lightweight, modern, and intuitive, to minimize your learning curve while maximizing your productivity. Our Python API includes higher-level modeling constructs that make it easier to build optimization models. Choose from Anaconda Python distributions with pre-built libraries to support application development, Spyder for graphical development, and Jupyter for notebook-style development.
  • 15
    zdaemon

    zdaemon

    Python Software Foundation

    zdaemon is a Unix (Unix, Linux, Mac OS X) Python program that wraps commands to make them behave as proper daemons. zdaemon provides a script, zdaemon, that can be used to run other programs as POSIX (Unix) daemons. (Of course, it is only usable on POSIX-complient systems.) Using zdaemon requires specifying a number of options, which can be given in a configuration file, or as command-line options.
    Starting Price: Free
  • 16
    ImSym

    ImSym

    Synopsys

    ...Provides an end-to-end model of an imaging system, including lenses, sensors, and image and signal processors (ISPs) before manufacturing. Helps design teams collaborate more efficiently. Ensures confidence that products will work right when built. Automate ImSym processes with a Python interface. Customize ISP capabilities using Python scripted routines. Provides an intuitive, integrated, collaborative workflow for an exceptional user experience. Delivers accurate results powered by industry-proven CODE V and LightTools. ImSym integrates multiple features to simulate an imaging system object using an input graphics file. ...
  • 17
    Build Alpha

    Build Alpha

    Axiom Futures

    ...Data included and partnered with various data providers and brokers. Build Alpha also generates complete code for multiple trading brokers such as: TradeStation, MultiCharts, NinjaTrader, MetaTrader4, MetaTrader5, Python and more. All asset classes, timeframes and bar types.
    Leader badge
    Starting Price: $1500 one-time
  • 18
    BattleFin Ensemble
    ...Onboard to ensemble today and start the process of marketing and productizing your data on the Ensemble platform. Using our Python 3 data sandbox, you can build exploration kits to highlight key aspects of your data to buyers.
    Starting Price: $2,750 per month
  • 19
    requests

    requests

    Python Software Foundation

    ...There’s no need to manually add query strings to your URLs, or to form-encode your PUT & POST data, but nowadays, just use the JSON method! Requests is one of the most downloaded Python packages today, pulling in around 30M downloads/week, according to GitHub, Requests is currently depended upon by 1,000,000+ repositories. You may certainly put your trust in this code. Requests is available on PyPI. Requests is ready for the demands of building robust and reliable HTTP–speaking applications, for the needs of today. ...
    Starting Price: Free
  • 20
    Semantic Kernel
    ...Version 1.0+ support across C#, Python, and Java means it’s reliable, and committed to nonbreaking changes. Any existing chat-based APIs are easily expanded to support additional modalities like voice and video. Semantic Kernel was designed to be future-proof, easily connecting your code to the latest AI models evolving with the technology as it advances.
    Starting Price: Free
  • 21
    Lucidworks Fusion
    ...Fusion includes native support for Python machine learning models. Plug your custom ML models into Fusion.
  • 22
    Kraken CI

    Kraken CI

    Michal Nowikowski

    Modern CI/CD, open-source, on-premise system that is highly scalable and focused on testing. Features: - flexible workflow planning using Starlark/Python - distributed building and testing - various executors: bare metal, Docker, LXD - highly scalable to thousands of executors - sophisticated test results analysis - integrated with AWS EC2 and ECS, Azure VM, with autoscaling - supported webhooks from GitHub, GitLab and Gitea - email and Slack notifications
    Starting Price: free
  • 23
    xlrd

    xlrd

    Python Software Foundation

    xlrd is a library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files. xlrd is a library for reading data and formatting information from Excel files in the historical .xls format. This library will no longer read anything other than .xls files. Ignores charts, macros, pictures, any other embedded object, including embedded worksheets, VBA modules, and formulas, but results of formula calculations are extracted, comments, hyperlinks, auto filters, advanced...
    Starting Price: Free
  • 24
    warcat

    warcat

    Python Software Foundation

    Tool and library for handling Web ARChive (WARC) files. Naively join archives into one. Extract files from archive. List commands available. List contents of archive. Load archive and write it back out. Split archives into individual records. Verify digest and validate conformance. The library may not be entirely thread-safe yet. The goal of the Warcat project is to create a tool and library as easily and fast as manipulating any other archive such as tar and zip archives. Warcat is designed...
    Starting Price: Free
  • 25
    Quandela

    Quandela

    Quandela

    Quandela Cloud offers a wide range of functionalities. First, intensive documentation is available to walk you through Perceval, our photonic quantum computing framework. Perceval's programming language is Python, thus coding on Quandela’s QPUs is seamless. Moreover, you can leverage a wide range of unique algorithms already implemented (resolving PDEs, clustering data, generating certified random numbers, solving logistical problems, computing properties of molecules, and much more). Then, the status and specifications of Quandela’s QPUs are displayed. ...
  • 26
    Studio 3T

    Studio 3T

    Studio 3T

    ...Break down aggregation queries into manageable steps and build them stage by stage, for easier debugging and querying. Generate instant code in JavaScript (Node.js), Java (2.x and 3.x driver API), Python, C#, PHP, and Ruby from MongoDB and SQL queries that you can copy and paste into your application. Save MongoDB imports, exports, data comparisons, and migrations as tasks that you can run on demand. Or even better, skip the reminders and schedule them to run exactly when you need them. Make changes to your collection’s schema in just a few clicks, perfect for schema performance tuning, restructuring, or cleaning up after data migration.
    Starting Price: $499/year/user
  • 27
    Anyscale

    Anyscale

    Anyscale

    Anyscale is a unified AI platform built around Ray, the world’s leading AI compute engine, designed to help teams build, deploy, and scale AI and Python applications efficiently. The platform offers RayTurbo, an optimized version of Ray that delivers up to 4.5x faster data workloads, 6.1x cost savings on large language model inference, and up to 90% lower costs through elastic training and spot instances. Anyscale provides a seamless developer experience with integrated tools like VSCode and Jupyter, automated dependency management, and expert-built app templates. ...
    Starting Price: $0.00006 per minute
  • 28
    FrameworX

    FrameworX

    Tatsoft

    ...Designed for edge-to-enterprise use, it unifies operations, data, and AI under one scalable, .NET-based architecture. Features include real-time data modeling, historian, alarms, reports, audit trails, scripting in C#, VB.NET, JavaScript, and Python, plus 100+ native drivers for PLCs, DCS, OPC, and MQTT (broker/client/SparkplugB). Build once—deploy anywhere with zero client installs and full web, mobile, and desktop access. Includes every module from day one: Devices, Alarms, Historian, Reports, Security, and DevOps tools. Proven in 5,000+ global deployments, FrameworX powers mission-critical operations across industries with reliability, unlimited scalability, and transparent licensing. ...
    Starting Price: $750
  • 29
    SSDN Technologies

    SSDN Technologies

    SSDN Technologies

    ...We are authorized partner of Citrix, VMware, Microsoft, EC-Council, CompTIA, IBM, etc... SSDN Technologies deliver official training on IT courses like VMware, Citrix, Microsoft, CEH, AWS, Azure, Machine learning, CCNA, Linux, Java, Python, Digital Marketing and many more courses and certification. You can take official training, corporate training, online/offline classes from Certified experienced trainers. If you anyone want to start and upgrade your career in technology, this is the right place to make successful career.
  • 30
    Social-Engineer Toolkit (SET)
    The Social-Engineer Toolkit (SET) was created and written by Dave Kennedy, the founder of TrustedSec. It is an open-source Python-driven tool aimed at penetration testing around Social-Engineering. It has been presented at large-scale conferences including Blackhat, DerbyCon, Defcon, and ShmooCon. With over two million downloads, it is the standard for social-engineering penetration tests and supported heavily within the security community. It has over 2 million downloads and is aimed at leveraging advanced technological attacks in a social-engineering type environment. ...
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next