Showing 390 open source projects for "python 2"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 1

    pycess

    Process machine for creating web applications, based on Django/Python

    ... allowing arbitrary complex processes to be realized, pycess is less ambitious with regard to sophisticated desktop-like user interfaces. Django serves as the application framework, based on Python, which runs on most common OSes like Linux, BSDs and Windows. Databases need to provide DB functions or recursion, like PostgreSQL, DB2, MS-SQL, Oracle (not MySQL). Read the Wiki page for more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Belkerda

    Belkerda

    a customizable number-guessing system

    Belkerda is a simple Python AI program that takes a user's input, builds a log of random numbers, picks a random entry, and displays it. If it is correct, then it reenters that number back into the log several times, overwriting the original, random numbers. If it is not, however, it overwrites a lower amount of entries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    XML to DDL is a set of python programs to convert an XML representation of a schema into a database and vice versa. It can also examine the differences between two databases and emit the ALTER DDL statements required to bring the database up-to-date. T
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Flow is a Brainfuck-like language with threads and 2-dimensional code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
  • 5
    Biz is a WSGI-compatible web application framework written in Python. It aims to be a platform for easily developing secure and internationalized web applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    A configuration generator tool which is able to generate programs that insert, delete, or update database records for a number of different database programs. <a href="http://www.manelelena.com">Project Page</a>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The Movinator is a movie database application. It manages information about movies plus ratings assigned to movies by movie critics. Based on these ratings and user ratings, the application can also make movie recommendations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    py2db

    Use Database objects as Python objects

    The goal of this project is to use database objects as Python objects. There is much OO and application-level functionality that a database can't include, and shouldn't know about -- but wouldn't it be cool if it did ? Py2db lets you get the best of both worlds by converting database objects into Python objects. Your application can then use these Python objects any way it sees fit, and by doing so you are using database objects in an OO manner. Currently we support Python 2.x...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
  • 10
    Reality Factory 2 is a next-generation game authoring suite. It combines a flexible, fully scripted game development environment powered by Python with the Ogre3D engine, and supports all major desktop operating systems.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Provide an LDAP client API for Python, C wrapper module around OpenLDAP 2.x with an object-oriented API, several additional modules for processing LDIF, LDAP URLs and LDAP schema information
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Elucidation is a Python module designed to be an extremely powerful backend for audio and video converters. The aim of the module is to do all the heavy lifting while applications using it are little more than interfaces to it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A python3 lib rendering html.parser into stack and callback models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Python Automated Software Testing Tools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Python test runner, initial plan is a main process dispatching test to sub process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PROJECT IS NO LONGER ACTIVE. A wxWidgets implementation of Apple's WebKit HTML rendering engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    UniCurses is a wrapper for Python 2.x/3.x that provides a unified set of Curses functions on all platforms (MS Windows, Linux, and Mac OS X) with syntax close to that of the original NCurses. To provide functionality on MS Windows it wraps PDCurses.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 18
    Simple module which should allow python 2 to execute files written for python 3 (not vice versa), but with a few restrictions. Written in response to the question "why doesn't something like this exist in the standard library?". Currently in Alpha
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Hoea is a python module for hierarchical ontology enrichment analysis, which facilitated GO (Gene Ontology)/KO (KEGG Orthology) enrichment analysis at any desktop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A Python-Based Distributed Runtime System for Cloud Computing.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    ngram is a module to compute the similarity between two strings. It is different to python's "difflib.SequenceMatcher" in that it cares more about the size of both strings. ngram is an port and extension of the perl module called "String::Trigram
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    NOTE: This project is now on Github. Please go to https://github.com/scaryclam/python-webdav A WebDAV client library for python. The purpose of this project is to make a python WebDAV client library that is easy and convenient to use, while remaining flexible enough for developers who may want a finer grain of control. UPDATE: The test suite passes using Python 3.1 so we will now be supporting Python3 issues. The library will try to continue to work on both Python 2 and Python 3 until...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    El Popo Build System
    A build architecture and base implementation to support fast and efficient software builds. It provides intelligent configurations while making it easy to override default behaviors and experiment with new concepts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    pyastrolib is a python library providing professional astronomers a robust set of tools for astronomical data analysis. This project will provide all the functionality as NASA's IDL Astronomy User's Library in addition to other planned features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Addons to the Django Framework for mobile clients. MoGo was originally built to handle JP specific issues, but code to handle other locales are welcome as well. Developed and maintained by MARIMORE Inc http://www.marimore.co.jp THIS PROJECT HAS MOVED TO https://github.com/marimore/mobiledjango
    Downloads: 0 This Week
    Last Update:
    See Project