Showing 572 open source projects for "python 2"

View related business solutions
  • Get Avast Free Antivirus | Your top-rated shield against malware and online scams Icon
    Get Avast Free Antivirus | Your top-rated shield against malware and online scams

    Boost your PC's defense against cyberthreats and web-based scams.

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • 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
    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
  • 2
    Python ServerPages aims to provide easy and intuitive dynamic scripting ability like that of Embeded Perl, but using Python as the scripting language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Midnight Xen is a project to finish the Xen project manager for zope. We also intend to implement Gantt and Pert Chart features. The first priority is to make a build that works right on improt into Zope and then re-initiate the security later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    wxStudio is an attempt to make an IDE and code generation tool using the wxWindows GUI toolkit.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    A simple perl (or python) CGI that exports the MainLine of a CVS repository as a website. In use since 1998, recently added Subversion support to help migrate away from CVS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    python-apt provides Python bindings for libapt, the backend to Debian's Advanced Package Tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    TurboGears 2
    TurboGears 2 is a web framework, but unlike some of its competitors, it's not a monolithic unit, it's a collection of libraries, WSGI components, and web development tools that works well together and is configured to provide a great out of the box.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Think Python

    Think Python is an interactive online learning environment for Python.

    Think Python intends to be an interactive online learning environment for Python. It consists of two parts: A small IDE which is able to run your Python code in the browser without installing any plugins and an interactive training system which can contain explainations, questions and practical tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    wifi-passphrase-grabber-2.1

    wifi-passphrase-grabber-2.1

    open source software can grab all stored wifi passwords.

    open source software that help with wifi hacking, if the password was too complex you can grab it from the system using this tool, please don't use it to harm other its only for educational use to show how hacker's can hack into the network even with a PSK. this software only works on win10-11 other systems it will send you system is not supported in the current version of storm wifi grabber. license By downloading this, you agree to the Commons Clause license and that you're not...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    library to navigate/explore the python documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Library for parsing and editing python source code in form of tree. (this tree is very similar to syntax tree, but nodes are commands. Above this library will be build simple editor in wxPython.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A bridge between Ruby and Python, which allows use of Ruby objects from Python code and Python objects from Ruby code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This is a collection of the source and binaries that have been made using python. These include an image viewer and a weather forecaster.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Advanced directory compare tool in Python. With a user-friendly UI including a splitter window and two directory trees. This project has been moved to http://code.google.com/p/dircompare/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Dev2 (pronouced "dev squared") allows two remote users to do pair programming as though they were physically side-by-side. It is written in Python and uses wxPython as GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    CPyrol

    an alternative interpreter for the Python programming language

    The aim of the CPyrol project is to create a complete Python interpreter written in C++ with minimal system requirements and a very clean codebase. I am working on this project mainly to gather experience with the current C++ standart (C++ 11) and with compiler development, it is not (yet) intended for practical usage. This project is at an early stage of development. Currently implemented is a Lexer, Parser and Code Generator for compiling Python code into CPython-compatible bytecode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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
  • 18
    Underpin is a simple command line utility written in Python that allows developers to generate new projects from customizable templates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The PyQt4D (Python Qt for Designer) is an Open Source Project making Qt Designer full-featured RAD (Rapid Application Development) tool to develop data-aware two- or multi-tier applications using Python language and Qt library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Python Universal GUI (requires wx) Automatically creates GUI windows for any python objects. These windows allow you to view and alter your objects at runtime, as well as save and load their states.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A Python-based macro processing tool to extend C-like languages with DSLs. MP reduces the amount of work necessary to extend C by extracting the relevant blocks to process and calling user-supplied Python functions to handle the macro.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A GWT-like python wrapper for Yahoo's YUI libraries. Write python code, make YUI objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Linux Kernel, boot-loader and tools for the Leapfrog Didj handheld
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Use an Atari ST as a Development Kit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    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.