Open Source Python Software Development Software

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.

  • 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
    A disassembler for the linux platform. Currently this supports x86 ELF files assumed to be written in C and output to intel- syntax assembly language; however the design is modular and replacements for any of these can be written.
    Leader badge
    Downloads: 1,350 This Week
    Last Update:
    See Project
  • 2

    GCC toolchain for MSP430

    Superseded by http://www.ti.com/tool/msp430-gcc-opensource

    Obsolete. See http://www.ti.com/tool/msp430-gcc-opensource or upstream GNU tools. This is a port of the GNU C Compiler (GCC) and GNU Binutils (as, ld) for the embedded processor MSP430. Tools for debugging and download are provided (GDB, JTAG and BSL)
    Leader badge
    Downloads: 76 This Week
    Last Update:
    See Project
  • 3
    meld-installer

    meld-installer

    Meld Installer for Windows

    Bundles Portable Python (with PyGTK) and Meld together in an easy to use installer. This allows you to not have to worry about setting up Python or PyGTK and you can keep Meld's Python separate from other Python installations on your machine. ** NOTE ** Meld 3.11 and later now have official installers, hence this project is no longer supported. You can download the new installer here: https://download.gnome.org/binaries/win32/meld/. You should uninstall the old 1.8 version before upgrading.
    Downloads: 40 This Week
    Last Update:
    See Project
  • 4
    (Deprecated) library to provide access to Gmail via Python. We strongly encourage you to use Gmail's new IMAP interface and Python's imaplib instead.
    Downloads: 3 This Week
    Last Update:
    See Project
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 5
    This project has moved to: http://vger.kernel.org/vger-lists.html#linux-kbuild Here, you can find the old mailing list, files and website regarding: Linux kernel build. Patches, documentation, and auxilary programs related to the kernel configuration
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    Power Manager app majes it easier to switch power off etc.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    FXPy is a Python extension module that provides an interface to the cross-platform FOX GUI library. It is no longer under development, but the last release is compatible with FOX 1.0 and Python 2.2.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    Appscript is a high level, user-friendly Apple event bridge that allows you to control scriptable Mac OS X applications from Python, Ruby and Objective-C. Appscript makes these languages a serious alternative to AppleScript for automating your Mac.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    pyCDK - A python wrapper around the Curses Development Kit. The CDK provides a set of high level widgets for curses applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 10
    Spineless is a generic cross-platform 3D game engine implemented in Python. Focus is on flexibility, clean design and ease of use, not pure speed or bleeding edge graphics.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    The DevTools project has moved to http://sourceforge.net/projects/devtools/ .
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    This was once an engine targeted at online games. It has been succeeded by another project with the same goal: http://io-project.org
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    Introduction to Parsing

    A short introduction to basic parsing concepts using Python

    A short introduction to basic parsing concepts (scanning, tokenizing, parsing) using Python
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    L2jdertin, Stable L2J Cliente: Interlude.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Libverticale's mission is to provide semantic web services for an artists center.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Logix is a programming language where the syntax can be easily modified.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Software that provides a GUI for py2exe and the creation of executables (EXE) out of python scripts... Much more easy than the default py2exe way. :) *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** OBSOLETE: please use instead https://pypi.python.org/pypi, http://pythonhosted.org/distribute/easy_install.html and http://megastep.org/makeself/ *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Fast cython implementation of trie data structure for Python. Development is inactive, but moved to: http://github.com/martinkozak/cytrie.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    the authors of ibo found the base ideas of ibo in the much stronger http://www.djangoproject.com/. if you stumbled in ibo, do have a look at our documentation, but please consider checking django.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Pure Python implementation of GOLD Parser Engine. GOLD Parser Engine is a LALR(1) parser with DFA tokenizer. It uses compiled grammar table generated by GOLD Parser Builder (not included - available on http://www.devincook.com/goldparser)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    sForzando is a set of extensions for the PyGame library (www.pygame.org) for the Python programming language. sForzando makes available easy-to-use classes for game event scripting, graphic animations and layering.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Collection of tools for modifying the game Warcraft III: The Frozen Throne including frameworks such as "wc3lib" and "Advanced Script Library".
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    The Abstract Large File (ALF) project is a portable library for writing files that can be larger than 2GB or contain holes on systems that don't natively support one or both properties.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Batch Renamer is a powerful cross platform graphical tool that allows you to rename several files at once. Regular expression and number sequences are supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Coboquinho Free Software Application Framework
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
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.