Showing 937 open source projects for "python library"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Utility modules for Python, including functional programming support, lazy expressions and data structures, and thread pools.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    The Project for flexible Server. The First Implementation will be Remote Object Server. Implementing with Java, C++ and Python
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The FastForm is a component that helps a user to fill out huge forms and only fields that needed wasting no time to look up proper fields through the whole form.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This python module makes the commercial TIB/Rendezvous APIs accessible from python. TIB/Rendezvous is a messaging middleware released by TIBCO, Inc. (www.rv.tibco.com)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 5
    The Snake Skin Bean Breaker converts Python syntax into readable Java syntax. With a high potential of runtime or compile-time deviances, the resultant code is assumed to be broken.. Works well for porting Jython Swing prototypes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Python bindings for Sablotron (a XSLT library available from www.gingerall.com) PySablot provides a simple API for in-memory XSLT transformations or file-2-file transformation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Jacomma is a framework for developing network-aware reactive information agents, using the ICM agent communication infrastructure. It offers transparent ICM bindings for java, and includes a lightweight agent execution environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    RotNN is a Python module that implements rotation encryption/obfuscation. The default action is similar to rot-13, but it can also rotate over the entire UNIX printable character set.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The Oracle 8 Python Interface (oci8py) is a Python module for accessing Oracle 8 specific features from within Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 10
    PySDL is a set of bindings for the SDL library, and relevant companion libraries. It is now unmaintained - the recommended active fork is the pygame project at pygame.seul.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Mathfun.py is a Python library that contains those little bits of mathemagical ideas that we all enjoy. Primes, prime factorization, Fibonacci sequences, string2value functions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    RustPython

    RustPython

    A Python Interpreter written in Rust

    RustPython is a Python interpreter implemented in Rust, aiming to replicate much of CPython’s functionality (Python 3), but written in Rust for performance, safety, embedding, and portability. It supports a standard library, embedding usage, wasm compilation, and is under active development. It is experimental / under-development in many areas but quite usable for many Python scripts, demos, embedding, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    PyEdit

    A simple python editor for linux

    Python Editor made with python and pygobject. With terminal and python console. Install using `pip install PyEdit`
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Baum is a Qt based GUI application framework with a built in python interpreter. Baum allows rapid creation of GUI's with simple python scripts. Programmers can re-use available python and widget library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    TurboBuildFarm

    A software build and vendor packaging automation system

    A software build and vendor packaging automation system
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Python SVG Graph library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    libpardus is a python library primarily providing tools for facilitated option parsing in command line programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    XGui is a cross-platform widget set with C,C++ and Python bindings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    An environment (library + IDE) that emulates Delphi but uses python as the programming language and wxPython as the graphical API. Starting with the library, we have a set of modules/classes that emulates the units/classes of the famous VCL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    context_menu

    context_menu

    A Python library to create and deploy cross-platform native context

    A Python library to create and deploy cross-platform native context. context_menu was created as due to the lack of an intuitive and easy to use cross-platform context menu library. The library allows you to create your own context menu entries and control their behavior seamlessly in native Python code. It's fully documented and used by over 80,000 developers worldwide.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    PyOptFrame-LEGACY

    PyOptFrame-LEGACY is Python OptFrame v2. Newest version v5 on github.

    PyOptFrame-LEGACY is a Python version of OptFrame v2, proposed in 2011, now superseeded in 2021 by v5 on GitHub and PIP. The main objective is to provide the same interface to OptFrame C++ optimization framework, including classic metaheuristics such as genetic algorithms, simulated annealing, variable neighborhood search, first/best/multi-improvement, hill climbing, and multi-objective methods such as nsga-ii. See NEWEST version v5 on GitHub and PIP. Please try Official pyoptframe on https...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    DyLePLib

    Dynamic Lexer and Parser Library for python

    Top-down parser with dynamically modified grammar. May be a bit slower than tool-generated parsers, but grammar may change in runtime. That lets you create languages with dynamically changing grammar, is perfect for embedded scripting languages and allows easier compiler creation process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    pyGuide

    Guide is a UI layout and data-binding system.

    Guide is a Python library for UI layout and data-binding which is cross-platform and supports multiple UI libraries. It allows users to quickly iterate on design and functionality of UIs using an xml markup-language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    extensions for sqlalchemy to improve useability
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    devsimpy

    devsimpy

    Python-based GUI for discrete-event system modeling and simulation

    DEVSimPy is an advanced wxPython GUI for the modeling and simulation of systems based on the DEVS (Discrete EVent system Specification) formalism. Features include powerful built-in editor, advanced modeling approach, powerful discrete event simulation algorithm, import/export DEVS components library and more.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.