Showing 300 open source projects for "raspberry-gpio-python"

View related business solutions
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 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
  • 1
    PyPedal is a Python module that provides tools for the manipulation of pedigrees, simple visualization of pedigrees, and the calculation of measures of genetic diversity from pedigrees.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Open Bayes is a python free/open library that allows users to easily create a bayesian network and perform inference/learning on it. It is mainly inspired from the Bayes Net Toolbox (BNT) but uses python as a base language. www.openbayes.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    mlpy

    mlpy

    Machine Learning Python

    ...mlpy is available both for Python >=2.6 and Python 3.X.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    PyPedal is a Python module that provides tools for the manipulation of pedigrees, simple visualization of pedigrees, and the calculation of measures of genetic diversity from pedigrees.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    rpCalc is a calculator that uses Reverse Polish Notaion (RPN). It supports both keyboard entry and use of the mouse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Noisy Channel Simulator

    Demonstrate errors in transmission of a file over a noisy channel.

    This program was written to dimonstrate errors in transmission for a presentation on Claude Shannon's Noisy Channel Coding Theorem. It takes an input file, the probability of a bit being flipped, and, if specified, the size of the header of the file. The program was intended to take monochrome bitmap files as input, so that each bit refers to a pixel in the image and thus, it would be easy to see errors in the output file, as some of the pixels would be flipped; however, it will work on any...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Tidal Analysis Program in PYthon (TAPPY) uses the least squares optimization function from scipy to perform a harmonic analysis (calculate amplitude and phases of a set of sine waves) of a hourly time series of water level values.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Python binding for GNU Scientific Library using Cython for NumPy users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • EasySend is a no-code platform that transforms customer journeys Icon
    EasySend is a no-code platform that transforms customer journeys

    Defy form limits. 
Create digital experiences.

    Evolve forms into smart, AI-powered digital workflows that streamline your data intake and elevate customer experiences.
    Learn More
  • 10
    math2py
    Web interface for python math modules. Developed with web2py. It uses pure python modules for easy deployment . Math2py requires the mpmath library installed with web2py. Download and unzip mpmath in web2py/site-packages
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Simplified Number Conversion! Convert any number of any radix base (base 2-36) to another number of any radix base. It is written in C, and uses GTK+ for the user interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Sempy
    Sempy is a Python package for the solution of partial differential equations using the spectral element method.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Parser - синтаксический анализатор. Plotter - графопостроитель.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This software aims help students of analytic geometry courses by visualizating several key concepts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This project hosts tools used for analysis of Gaussian Mixture Distributions (GMDs) which are used for statistical signal processing. The tools are libraries for implementing GMD operations and programs used to analyze properties of GMDs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Worst Cases is a python script that enables calculations on worst case objects. Like a calculator operating on worst cases (e.g. [1,2,3]) rather than on real numbers (2.35) WARNING: This program is released as is, and has never been extensively teste
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This program minimizes boolean expressions. After combining minterms as far as possible, the program draws a chart of prime implicants which the user can easily read and manipulate to remove any remaining superfluous implicants.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Measurement uncertainties with Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PySparse - Python Sparse Matrix Library
    PySparse - A Sparse Matrix Library for Python
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Model Builder: Graphical ODE Simulator
    Model Builder is a graphical tool for designing, simulating and analyzing Mathematical models consisting of a system of ordinary differential equations(ODEs).
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    snlanalytic is a small Python script that takes a stem-and-leaf plot as input and returns basic statistics (sum, mean, median, mode) to the user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PyCV is a Python package of modules useful for computer vision tasks. Its current focus is on boosting techniques, Haar-like features, and face detection. PyCV provides the world's fastest method for training a face detector, in a few hours.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    *Project home now moved to Google Code.* Numerical computing and plotting tools for IronPython.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    In knight tour (kt) problem every chess square is visited exactly once using knight moves. In this game some knight moves already made and we have an incomplete kt. The object is to complete the kt by guessing missing moves.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    1. Create an object-oriented python script that can represent mathematical concepts and their properties. 2. Represent all numeric values exactly. 3. Provide a variety of formats to export or embed representations of the mathematical concepts.
    Downloads: 1 This Week
    Last Update:
    See Project