Showing 2061 open source projects for "python 2.4 linux"

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
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 1
    The General Hidden Markov Model Library (GHMM) is a C library with additional Python bindings implementing a wide range of types of Hidden Markov Models and algorithms: discrete, continous emissions, basic training, HMM clustering, HMM mixtures.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2

    Mathpad

    A Python based command line math utility.

    Mathpad is a command line utility. It will later have a GUI, but not at this time.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    STARucn

    STARucn

    Monte-Carlo simulation for ultra-cold neutrons

    STARucn (Simulation of Transmission, Absorption and Reflection of ultracold neutrons) is a Monte-Carlo software designed to simulate experimental setups and guides for ultra cold neutrons. It relies heavily on CERN's ROOT packages. Developing team : Benoit Clément, LPSC/UJF Damien Roulier, ILL/UJF
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    guidata
    Based on the Qt Python binding module PyQt4, guidata is a Python library generating graphical user interfaces for easy dataset editing and display. It also provides helpers and application development tools for PyQt4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Graphical tool for managing database of geocaches and waypoints, importing GPX files and exporting geocaches to many formats including GPX, POI, HTML and others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    ipcvis

    Visualize Inter Process Communication

    Small python script that can visualize Inter Process Communication on Linux. It can create a graph of TCP and Unix sockets, pipes and also process hierarchy. Short (59 sec) demo visualizing ssh client connecting to ssh server on the same Ubuntu host: http://youtu.be/8XFKwzkexQY Longer (2 min 13 sec) demo visualizing ZoneMinder surveillance solution operation (stopping, starting, enabling and viewing camera): http://youtu.be/kM7klE61Ibk Tested on Ubuntu 14.10 and Debian 7. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    guiqwt
    Based on PyQwt (plotting widgets for PyQt4 graphical user interfaces) and on the scientific modules NumPy and SciPy, guiqwt is a Python library providing efficient 2D data-plotting features (curve/image visualization and related tools) for interactiv
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    mwetoolkit

    THIS PROJECT MIGRATED TO https://gitlab.com/mwetoolkit/mwetoolkit3/

    THIS PROJECT MIGRATED TO https://gitlab.com/mwetoolkit/mwetoolkit3/ The Multiword Expressions toolkit aids in the automatic identification and extraction of multiword units in running text. These include idioms (kick the bucket), noun compounds (cable car), phrasal verbs (take off, give up), etc. Even though it focuses on multiword expresisons, the framework is quite complete and can also be useful in any corpus-based study in computational linguistics. The mwetoolkit can be...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    StochPy
    StochPy - Stochastistic modeling in Python - is an easy-to-use package, which provides several stochastic simulation algorithms and unique analysis techniques, which can be used for stochastic simulations of biochemical systems.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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
  • 10
    memesa-tools

    memesa-tools

    A collection of tools used in the enumeration of solution spaces

    This collection of tools forms the basis of a pipeline for the complete enumeration of the number of solutions present in a model that maximizes a single objective function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    OpenOPC for Python is an easy to use OPC (OLE for Process Control) library for use with the Python programming language. The project includes a Windows gateway service allowing non-Windows clients to also access OPC-DA calls.
    Leader badge
    Downloads: 52 This Week
    Last Update:
    See Project
  • 12
    Brain Workshop

    Brain Workshop

    Python implementation of the Dual N-Back mental exercise

    Brain Workshop is a Python implementation of the Dual N-Back mental exercise. This exercise is the only mental activity that has been scientifically shown to improve your short-term memory (working memory) and fluid intelligence.
    Leader badge
    Downloads: 656 This Week
    Last Update:
    See Project
  • 13
    Calise
    Acronym for camera light sensor. A python program that calculates ambient brightness and sets screen's correct backlight using a camera.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    TinkerCell is a software for synthetic biology. The visual interface allows users to design networks using various biological "parts". Models can include modules and multiple cells. Users can program new functions using C or Python. www.tinkercell.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15
    weewx weather software

    weewx weather software

    Python program for getting the most from your weather station

    WeeWX is a free, open source, software program, written in Python, which interacts with your weather station to produce graphs, reports, and HTML pages. Downloads can be found at http://weewx.com/downloads Development happens at https://github.com/weewx/weewx
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    pure python polyfit

    pure python polyfit

    python2/3: compute polyfit (1D, 2D, N-D) without thirdparty libraries

    python2/3: compute polyfit (1D, 2D, N-D) without any thirdparty library like numpy, scipy etc. also can be used for least squares solution computation and for A=QR matrix decomposition. Tested with python 2.7 and 3.4 Consider donating to this project: https://sourceforge.net/p/purepythonpolyfit/donation For a Sample use, refer to the WIKI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    UV-CDAT

    UV-CDAT

    Ultrascale Visualization Climate Data Analysis Tools

    Ultrascale Visualization Climate Data Analysis Tools (UV-CDAT), is a powerful and complete front-end to a rich set of visual-data exploration and analysis capabilities well suited for climate-data analysis problems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A toolkit in C++ and python to process both experimental and simulation data of colloidal particles. Includes among others * a multiscale particle tracking algorithm [1] whose C++ implementation is optimised for 3D confocal data. Python implementation is more versatile (2D and 3D data). * a Leica file reader, * Steindhard bond orientational order calculation * a VTK file writer 1. Leocmach, M. & Tanaka, H. A novel particle tracking method with individual particle size measurement...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MyHDL is a Python package for using Python as a hardware description and verification language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    PyTRiP

    Python bindings and GUI for TRiP98

    A python class and GUI for visualization of data generated by the medical treatment planning software TRiP. Project has been moved to http://github.com/pytrip/pytrip on 15.06.2016
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Provides auxiliary tools for the Monte Carlo particle transport code FLUKA (www.fluka.org).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Temperature Unit Converter

    Temperature Unit Converter

    Temperature Unit Converter

    Android app now available! You can download .apk file from 'Files' section. (Or by visiting this page from your Android device) ---------------------------- A simple and useful GUI(Linux only) and command line program that lets you convert widely used temperature units to each other: Fahrenheit, Celsius and Kelvin. ------------------------------- Written by İ. Yuşa Çetin Using Python and gtk for GUI, C for algorithms and command line usage, Java for the Android version. ------------------------------------- This is still a Beta, so no one in the universe is responsible for anything happens :) I have it on my own computer and it's working properly. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is a sophisticated & integrated simulation and analysis environment for dynamical systems models of physical systems (ODEs, DAEs, maps, and hybrid systems). It supports symbolic math, optimization, continuation, data analysis, biological apps...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 24

    PyCancerDB

    Cancer Proteomics Database display and management

    PyCancerDB is a source code distribution providing a Web-based interface for browsing and updating the Cancer Proteomics Database, together with scripts for maintaining the database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    NetView P

    Population Genomics Network Analysis Pipeline

    NetView P has been re-structured as a package for R and moved to GitHub: https://github.com/esteinig/netview
    Downloads: 0 This Week
    Last Update:
    See Project