Open Source Python Software Development Software - Page 44

Python Software Development Software

View 5767 business solutions

Browse free open source Python Software Development Software and projects below. Use the toggles on the left to filter open source Python Software Development Software by OS, license, language, programming language, and project status.

  • 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
  • The Leading All-In-One Vacation Rental Software for Property Managers Icon
    The Leading All-In-One Vacation Rental Software for Property Managers

    Hostaway helps you grow your property management business by automating and streamlining every aspect of your business

    The dashboard and mobile app allows users to manage their marketing, sales, accounting, reporting, payment and communication needs all in one place. As premium partners of channels such as VRBO, Booking.com, Airbnb, Homeaway and Expedia, with the ability to manage advanced setups, no other platform gives you the type of control and peace of mind that a Hostaway user has. The software is designed with teams in mind - it's easy to train staff and keep them happy while improving business at the same time! Hostaway also provides a booking engine, wordpress website and both marketing and sales tools for managing your valuable direct bookings.
    Learn More
  • 1

    CompE Toolkit

    Data Type Converter

    CompE Toolkit allows the user to seamlessly convert between binary, decimal, hexadecimal, and 32-bit floating point representation. It uses a simple, user-friendly interface designed for maximum efficiency and minimal clutter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    CompactBSD is a powerful set of tools that allow you to build your own customized, lightweight distribution of OpenBSD and then burn it onto compact flash so that it can be run on an embedded PC platform such as FatPort's FatPoint (www.fatport.com)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Compare GAN

    Compare GAN

    Compare GAN code

    compare_gan is a research codebase that standardizes how Generative Adversarial Networks are trained and evaluated so results are comparable across papers and datasets. It offers reference implementations for popular GAN architectures and losses, plus a consistent training harness to remove confounding differences in optimization or preprocessing. The library’s evaluation suite includes widely used metrics and diagnostics that quantify sample quality, diversity, and mode coverage. With configuration-driven experiments, you can sweep hyperparameters, run ablations, and log results at scale. The goal is to turn GAN experimentation into a disciplined, repeatable process rather than a patchwork of scripts. It also provides baselines strong enough to serve as starting points for new ideas without re-implementing the world.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Compilation of Physics Calculators

    Compilation of Physics Calculators

    A compliation of Physics derived claculators

    A NEW GUI VERSION WILL BE RELEASED SOON! Thank you for visiting the Physics Calculator, provided by PIezoSystems Inc., please visit their company website at https://piezosystems.org. For other downloads, please visit our github page, https://github.com/PiezoSystems. We hope that you find this program useful and easy to use, for troubleshooting, please email us, contact@piezosystems.org. If any bugs were found, please email us at bugs@piezosystems.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Defend your online revenue Icon
    Defend your online revenue

    Remove counterfeits, stop piracy, and monitor sellers automatically to safeguard your brand's future

    Red Points is the world’s first brand intelligence platform. By combining online brand protection, copyright enforcement, and distributor monitoring capabilities, Red Points gives you full visibility into brands’ presence online. Over 650 brands rely on Red Points to fight fakes, piracy and distribution abuse online, allowing them to maintain control, improve their brand value, and increase revenues.
    Learn More
  • 5
    RuleCore is an event-driven reactive (ECA style) rule engine with GUI tools, all written in Python. RuleCore triggers actions by detecting complex patterns of events. RuleCore supports Tibco Rendezvous, WebSphere MQ, XML-RPC or plain sockets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Compound
    Compound is a library that allows Python 2 code to be called seamlessly from a Python 3 program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Computer Science Flash Cards

    Computer Science Flash Cards

    Mini website for testing both general CS knowledge and enforce coding

    This repository collects concise flash cards that cover the core ideas of a traditional computer science curriculum with a focus on interview readiness. The cards distill topics like time and space complexity, classic data structures, algorithmic paradigms, operating systems, networking, and databases into short, testable prompts. They are designed for spaced-repetition style study so you can cycle frequently through fundamentals until recall feels automatic. Many cards point at canonical definitions or contrasts (e.g., stack vs. queue, BFS vs. DFS) to strengthen conceptual boundaries. The material favors clarity and breadth over exhaustive proofs, making it ideal for quick refreshers during a study plan. It complements longer resources by giving you a lightweight way to keep key concepts top of mind.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ConVirt is an intuitive, graphical management tool providing comprehensive life cycle management for Virtual Machines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Condenser is a tool for finding duplicated Java code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Distribution and Courier Software Powerful, User-Friendly, All-In-One Icon
    Distribution and Courier Software Powerful, User-Friendly, All-In-One

    Last-mile, route, on-demand courier software that scales to grow with your business, plus user-friendly features that meet the unique needs of drivers

    Looking for a way to seriously upgrade your last-mile delivery operations? Our software suite has what you need! Complete Operations Management? Check. Powerful Driver App? Check. Customizable Client Portal? Double Check. Our team works tirelessly to develop robust technology for couriers around North America. If you haven't received a no-pressure personalized demo to see for yourself, what are you waiting for?
    Learn More
  • 10
    A python module for ultra simple handling of configuration files. Also useful for human readable data persistence. Flexible and simple. Source and issue tracking now at: https://github.com/DiffSK/configobj
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Confix is a build tool for source code packages, on top of GNU Automake. It inspects the package's source code, tracks inter package dependencies, propagates checks across package boundaries, and finally writes Automake input files for the maintainer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Connexion

    Connexion

    Swagger/OpenAPI First framework for Python on top of Flask

    Connexion is a framework on top of Flask that automagically handles HTTP requests defined using OpenAPI (formerly known as Swagger), supporting both v2.0 and v3.0 of the specification. Connexion allows you to write these specifications, then maps the endpoints to your Python functions. This is what makes it unique from other tools that generate the specification based on your Python code. You are free to describe your REST API with as much detail as you want and then Connexion guarantees that it will work as you specified. We built Connexion this way in order to simplify the development process. Reduce misinterpretation about what an API is going to look like. With Connexion, you write the spec first. Connexion then calls your Python code, handling the mapping from the specification to the code. This incentivizes you to write the specification so that all of your developers can understand what your API does, even before you write a single line of code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Construct is a python module for bit-level, symmetrical parsing and building of data structures. Complex constructs are formed by a hierarchy of less-complex constructs, as well as user-defined constructs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Python library for automatic convert date and time from various (primary mx.DateTime) format to user predefined format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Convert numbers to words. Package includes base module, and language-specific modules for US English, (old) UK English, German, French, and Spanish, with more expected.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ConvertText

    ConvertText

    ConvertText lets anyone change the case of your text easily.

    ConvertText is a very handy text tool where you can change between cases like Uppercase, Title Case, Random Case, Reverse Text, Backwards Text, Phonetic Alphabet and 1337 (Leet Speak).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Cookiecutter Django

    Cookiecutter Django

    Framework for jumpstarting production-ready Django projects quickly

    Powered by Cookiecutter, Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly. Cookiecutter Django works with Python 3.9 and renders Django projects with 100% starting test coverage. It has 12-Factor based settings via django-environment. Secure by default, beacuse we believe in SSL. Optimized development and production settings. Registration is handled via django-allauth. It comes with custom user model ready to go. Provides an optional basic ASGI setup for Websockets and an optional custom static build using Gulp and livereload. Send emails via Anymail (using Mailgun by default or Amazon SES if AWS is selected cloud provider, but switchable). Media storage using Amazon S3 or Google Cloud Storage. Docker support using docker-compose for development and production (using Traefik with LetsEncrypt support). Procfile for deploying to Heroku. Provides instructions for deploying to PythonAnywhere. You can run tests with unittest or pytest.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Coral is a tool and a development platform to create and transform models and modeling languages. It can be used to edit UML models, to develop editors for other modeling languages and to implement MDA and QVT-like model transformations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Modular python IDE with integrated GUI designer and many plugins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CordovaGui is a gui frontend for Apache Cordova CLI. It is possible to create a hybrid mobile app using CordovaGui, you can add plugins, platforms, debug your app and build releases. With CordovaGui you can use html, css and javascript preprocessors in easy way. Every time you debug, build or open the index.html file in your browser using CordovaGui, your source files are compiled immediately.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CoreNet

    CoreNet

    CoreNet: A library for training deep neural networks

    CoreNet is Apple’s internal deep learning framework for distributed neural network training, designed for high scalability, low-latency communication, and strong hardware efficiency. It focuses on enabling large-scale model training across clusters of GPUs and accelerators by optimizing data flow and parallelism strategies. CoreNet provides abstractions for data, tensor, and pipeline parallelism, allowing models to scale without code duplication or heavy manual configuration. Its distributed runtime manages synchronization, load balancing, and mixed-precision computation to maximize throughput while minimizing communication bottlenecks. CoreNet integrates tightly with Apple’s proprietary ML stack and hardware, serving as the foundation for research in computer vision, language models, and multimodal systems within Apple AI. The framework includes monitoring tools, fault tolerance mechanisms, and efficient checkpointing for massive training runs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Cormoran
    Cormoran is a Python persistence framework. Currently the development is carried out on https://github.com/jaimegildesagredo/cormoran
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Coronavirus Tracker API

    Coronavirus Tracker API

    API for tracking the global coronavirus (COVID-19, SARS-CoV-2)

    Provides up-to-date data about Coronavirus outbreak. Includes numbers about confirmed cases, deaths and recovered. Support multiple data sources. Specify source parameter with ?source=nyt. NYT also provides a timeseries! To view timelines of cases by US counties use ?source=nyt&timelines=true. Currently, 3 different data sources are available to retrieve the data. Worldwide Data repository operated by the Johns Hopkins University Center for Systems Science and Engineering (JHU CSSE). U.S. County data that comes from the Conference of State Bank Supervisors. The New York Times is releasing a series of data files with cumulative counts of coronavirus cases in the United States. This API provides the timeseries at the US county level. jhu data-source will be used as a default source if you don't specify a source parameter in your request. Consume our API through our super awesome and interactive SwaggerUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A code generation tool that creates CRUD functions based on existing databases. The project is being rebuild and is currently unavailable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A Python library that implements a C++ preprocessor.
    Downloads: 0 This Week
    Last Update:
    See Project