Results for: python - Page 3

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.
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.
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.

585 Products for "python"

  • 1
    Atheris

    Atheris

    Google

    Atheris is a coverage-guided Python fuzzing engine. It supports fuzzing of Python code, but also native extensions written for CPython. Atheris is based on libFuzzer. When fuzzing native code, Atheris can be used to catch extra bugs. Atheris supports Linux (32- and 64-bit) and Mac OS X, with Python versions 3.6-3.10. It comes with a built-in libFuzzer, which is fine for fuzzing Python code. If you plan to fuzz native extensions, you may need to build from source to ensure the libFuzzer version...
    Starting Price: Free
  • 2
    MLJAR Studio
    It's a desktop app with Jupyter Notebook and Python built in, installed with just one click. It includes interactive code snippets and an AI assistant to make coding faster and easier, perfect for data science projects. We manually hand crafted over 100 interactive code recipes that you can use in your Data Science projects. Code recipes detect packages available in the current environment. Install needed modules with 1-click, literally. You can create and interact with all variables available...
    Starting Price: $20 per month
  • 3
    Locust

    Locust

    Locust

    An open source load testing tool. Define user behavior with Python code, and swarm your system with millions of simultaneous users. No need for clunky UIs or bloated XML. Just plain code. Locust supports running load tests distributed over multiple machines, and can therefore be used to simulate millions of simultaneous users. A fundamental feature of Locust is that you describe all your test in Python code. No need for clunky UIs or bloated XML, just plain code. The easiest way to install...
  • 4
    PySpark

    PySpark

    PySpark

    PySpark is an interface for Apache Spark in Python. It not only allows you to write Spark applications using Python APIs, but also provides the PySpark shell for interactively analyzing your data in a distributed environment. PySpark supports most of Spark’s features such as Spark SQL, DataFrame, Streaming, MLlib (Machine Learning) and Spark Core. Spark SQL is a Spark module for structured data processing. It provides a programming abstraction called DataFrame and can also act as distributed...
  • 5
    Djangojobs.Net

    Djangojobs.Net

    Djangojobs.Net

    Djangojobs.Net is leading #1 python django job board also provides resume research, screening questions features and simple applicant tracking system. The main goal is the informing Django developers with companies looking for them. We mainly service companies from EU member countries and United States however Djangojobs.Net is receiving many job ads from all around the world. We are in the market and python django community since 2012, We closely monitor what kind of development and progress...
    Starting Price: $229 per job
  • 6
    Flojoy

    Flojoy

    Flojoy

    Within 5 minutes of downloading Flojoy Studio, you'll be building and running powerful Python-based engineering and AI apps - all without any coding knowledge. Engineers use Flojoy Studio to stream measurements from robotics, microcontrollers, single board computers, test stations, and benchtop instruments to Flojoy Cloud. Once in Flojoy Cloud, this research data can be analyzed, archived, downloaded, and annotated by team members. Flojoy is the de facto resource for open-source instrument...
    Starting Price: $150 per month
  • 7
    Solara

    Solara

    Widgetti BV

    Many Python frameworks can handle basic dashboards but falter with complex ones, often leading teams to split into frontend and backend roles, causing various challenges. Solara is a new web framework that integrates ReactJS principles with Python simplicity. It offers a flexible API for various UI complexities and efficient state management. Solara supports a range of applications, from prototypes to intricate dashboards, and is compatible with platforms like Jupyter, Voilà, and various web...
  • 8
    Daft

    Daft

    Daft

    Daft is a framework for ETL, analytics and ML/AI at scale. Its familiar Python dataframe API is built to outperform Spark in performance and ease of use. Daft plugs directly into your ML/AI stack through efficient zero-copy integrations with essential Python libraries such as Pytorch and Ray. It also allows requesting GPUs as a resource for running models. Daft runs locally with a lightweight multithreaded backend. When your local machine is no longer sufficient, it scales seamlessly to run out...
  • 9
    PydanticAI

    PydanticAI

    Pydantic

    PydanticAI is a Python-based agent framework designed to simplify the development of production-grade applications using generative AI. Built by the team behind Pydantic, the framework integrates seamlessly with popular AI models such as OpenAI, Anthropic, Gemini, and others. It offers type-safe design, real-time debugging, and performance monitoring through Pydantic Logfire. PydanticAI also provides structured responses by leveraging Pydantic to validate model outputs, ensuring consistency...
    Starting Price: Free
  • 10
    TextBlob

    TextBlob

    TextBlob

    TextBlob is a Python library for processing textual data, offering a simple API to perform common natural language processing tasks such as part-of-speech tagging, noun phrase extraction, sentiment analysis, and classification. It stands on the giant shoulders of NLTK and Pattern, and plays nicely with both. Key features include tokenization (splitting text into words and sentences), word and phrase frequencies, parsing, n-grams, word inflection (pluralization and singularization) lemmatization...
  • 11
    gevent

    gevent

    gevent

    gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libev or libuv event loop. gevent is inspired by eventlet but features a more consistent API, simpler implementation and better performance. Read why others use gevent and check out the list of the open source projects based on gevent.
    Starting Price: Free
  • 12
    Matplotlib

    Matplotlib

    Matplotlib

    Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. Matplotlib makes easy things easy and hard things possible. A large number of third party packages extend and build on Matplotlib functionality, including several higher-level plotting interfaces (seaborn, HoloViews, ggplot, ...), and a projection and mapping toolkit (Cartopy).
    Starting Price: Free
  • 13
    asyncio

    asyncio

    asyncio

    asyncio is used as a foundation for multiple Python asynchronous frameworks that provide high-performance network and web-servers, database connection libraries, distributed task queues, etc. asyncio is often a perfect fit for IO-bound and high-level structured network code.
  • 14
    Chartboard

    Chartboard

    Ivyware Pty Ltd

    Technical Analysis Workspace. Charting, Modelling and Portfolio management plus custom Python scripting for Advisor, Scanning and AI integration. Workspace state archived at shutdown and restored at startup. Diagnostic console and context sensitive cursor for Python script development and debugging. Extensive help and training provided via embedded context sensitive URL's and/or YouTube videos.
    Starting Price: $0
  • 15
    Plotly Dash
    Dash & Dash Enterprise let you build & deploy analytic web apps using Python, R, and Julia. No JavaScript or DevOps required. Through Dash, the world's largest companies elevate AI, ML, and Python analytics to business users at 5% the cost of a full-stack development approach. Deliver apps and dashboards that run advanced analytics: ML, NLP, forecasting, computer vision and more. Work in the languages you love: Python, R, and Julia. Reduce costs by migrating legacy, per-seat licensed...
  • 16
    PyCharm

    PyCharm

    JetBrains

    All the Python tools in one place. Save time while PyCharm takes care of the routine. Focus on the bigger things and embrace the keyboard-centric approach to get the most of PyCharm's many productivity features. PyCharm knows everything about your code. Rely on it for intelligent code completion, on-the-fly error checking and quick-fixes, easy project navigation, and much more. Write neat and maintainable code while the IDE helps you keep control of the quality with PEP8 checks, testing...
    Leader badge
    Starting Price: $199 per user per year
  • 17
    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...
    Starting Price: $6 per user per month
  • 18
    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. Scale existing workloads (for eg. Pytorch...
    Starting Price: Free
  • 19
    openpyxl

    openpyxl

    openpyxl

    openpyxl is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files. It was born from a lack of an existing library to read/write natively from Python in the Office Open XML format. All kudos to the PHPExcel team as openpyxl was initially based on PHPExcel. By default, openpyxl does not guard against quadratic blowup or billion laughs XML attacks. To guard against these attacks install defusedxml. Install openpyxl using pip. It is advisable to do this in a Python virtualenv without...
    Starting Price: Free
  • 20
    JetBrains DataSpell
    Switch between command and editor modes with a single keystroke. Navigate over cells with arrow keys. Use all of the standard Jupyter shortcuts. Enjoy fully interactive outputs – right under the cell. When editing code cells, enjoy smart code completion, on-the-fly error checking and quick-fixes, easy navigation, and much more. Work with local Jupyter notebooks or connect easily to remote Jupyter, JupyterHub, or JupyterLab servers right from the IDE. Run Python scripts or arbitrary expressions...
    Starting Price: $229
  • 21
    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. The same code can be used for local development, CI/CD tests, running batch jobs, handling stream replays, and processing...
  • 22
    GlassFlow

    GlassFlow

    GlassFlow

    GlassFlow is a serverless, event-driven data pipeline platform designed for Python developers. It enables users to build real-time data pipelines without the need for complex infrastructure like Kafka or Flink. By writing Python functions, developers can define data transformations, and GlassFlow manages the underlying infrastructure, offering auto-scaling, low latency, and optimal data retention. The platform supports integration with various data sources and destinations, including Google Pub...
    Starting Price: $350 per month
  • 23
    Omniscope Evo
    ... and extensible platform: you can augment data workflows with Python / R scripts and enhance reports with any JS visualisation. Whether you’re a data manager, scientist or analyst, Omniscope is your complete solution: from data, through analytics to visualisation.
    Starting Price: $59/month/user
  • 24
    FactoryStudio
    Tatsoft’s FactoryStudio gives you the tools to rapidly design powerful and secure industrial applications! Features: real-time data modeling, data logging, MQTT broker/client/spB, audit trail, alarms & events, visual SQL query database gateway, high-performance smart displays, HTML5 dashboards, WPF drawing tools, iOS app, trends & annotations, reporting & more! You can program scripts in C#, VB.NET, JavaScript and Python. With ZERO install on the client side, and only 2 minutes install...
    Starting Price: $960 one-time fee
  • 25
    pdfRest

    pdfRest

    Datalogics Inc.

    ..., Merge PDFs, Split PDF, Encrypt PDF, Decrypt PDF, Restrict PDF, Watermark PDF, Import Form Data, Export Form Data, Convert PDF Colors, OCR PDF, API Polling, Upload Files, Zip Files. Get up and running fast with the pdfRest Postman Collection or start from functional sample code in .NET, JavaScript, Python, PHP, and cURL from the pdfRest GitHub repository. Gold-standard processing powered by Adobe® PDF Library™ ensures the highest quality results. Free to get started with no commitment.
    Leader badge
    Starting Price: $0 per month
  • 26
    Azure Notebooks
    Develop and run code from anywhere with Jupyter notebooks on Azure. Get started for free. Get a better experience with a free Azure Subscription. Perfect for data scientists, developers, students, or anyone. Develop and run code in your browser regardless of industry or skillset. Supporting more languages than any other platform including Python 2, Python 3, R, and F#. Created by Microsoft Azure: Always accessible, always available from any browser, anywhere in the world.
  • 27
    Tidelift

    Tidelift

    Tidelift

    Managed open source. Backed by maintainers. Customizable catalogs of known-good, proactively maintained JavaScript, Python, Java, PHP, Ruby, and .NET components. The Tidelift Subscription: Build your applications with enterprise-grade open source. Focus your time and effort on what you’re building—not what you’re building it with. The Tidelift Subscription is a managed open source subscription for application dependencies covering thousands of open source projects across JavaScript, Python...
    Starting Price: $1,500 per month
  • 28
    Bodo.ai

    Bodo.ai

    Bodo.ai

    Bodo’s powerful compute engine and parallel computing approach provides efficient execution and effective scalability even for 10,000+ cores and PBs of data. Bodo enables faster development and easier maintenance for data science, data engineering and ML workloads with standard Python APIs like Pandas. Avoid frequent failures with bare-metal native code execution and catch errors before they appear in production with end-to-end compilation. Experiment faster with large datasets on your laptop...
  • 29
    Freqtrade

    Freqtrade

    Freqtrade

    Write your strategy in python, using pandas. Example strategies to inspire you are available in the strategy repository. Download historical data of the exchange and the markets your may want to trade with. Test your strategy on downloaded historical data. Find the best parameters for your strategy using hyperoptimization which employs machining learning methods. You can optimize buy, sell, take profit (ROI), stop-loss and trailing stop-loss parameters for your strategy. The concept is to find...
  • 30
    GNU DDD
    GNU DDD is a graphical front-end for command-line debuggers such as GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, the bash debugger bashdb, the GNU Make debugger remake or the Python debugger pydb. Besides usual front-end features such as viewing source texts. DDD has become famous through its interactive graphical data display, where data structures are displayed as graphs. You can support the principle of software freedom by buying stuff from the FSF shop. To run DDD, you need the GNU...