Showing 29 open source projects for "python basic project"

View related business solutions
  • 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
  • Build apps or websites quickly on a fully managed platform Icon
    Build apps or websites quickly on a fully managed platform

    Get two million requests free per month.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
    Try it for free
  • 1
    itom

    itom

    itom - an Open Source Measurement, Automation and Evaluation Software

    .... Additionally, the rapid prototyping of modern measurement and inspection setups requires a system, where parameters or components can easily be changed at runtime, necessitating the availability of an embedded scripting language. Finally, when operating a measurement system, it is also desirable to extend the graphical user interface by system adapted dialogs and windows. The project has been moved mid 2023 to github: https://itom-project.github.io https://github.com/itom-project...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 2

    pychoacoustics

    Python platform for running and building psychoacoustics experiments

    pychoacoustics is a platform for running and building experiments on auditory perception. Further info can be found on the project webpage http://samcarcagno.altervista.org/pychoacoustics/pychoacoustics.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Python Power Electronics

    Circuit simulator for power electronics

    An open source circuit simulator for power electronics applications. The objective is to provide a platform that will enable an advanced user to simulate large systems with several converters without being an excessive burden on the CPU.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    weatherPi

    An extensible weather sensor recording network, based on Raspberry Pis

    A distributed network of sensors with a central data store, to record environmental data. Project goals include: * to serve as a teaching outlet for: ** sensor programming ** distributed data collecting ** web APIs ** database ** web UI for numerical data ** graphing data sensibly It also gives me some infotainment in new (to me) technologies, and as an excuse to scatter ever more Raspberry Pis around my home.
    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

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 5
    LaueTools

    LaueTools

    open source python packages for X-ray MicroLaue Diffraction analysis

    LaueTools is an open-source project for white beam Laue x-ray microdiffraction data analysis including tools in image processing, peaks searching & indexing, crystal structure solving (orientation & strain) and data & grain mapping visualisation. Python 3 Code and new features are now at: https://gitlab.esrf.fr/micha/lauetools
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Spectral-SpecPro

    Spectral-SpecPro

    Spectral - software for manipulating optical spectroscopy data

    Spectral-SpecPro helps with the manipulation of optical spectroscopy data. Spectral takes files produced by Jasco instruments (uv-vis absorbance, fluorescence, circular dichroism readings as a function of wavelength, temperature, or time) and facilitates basic operations such as unit conversion (CD spectra), conversion into the format taken by CDPro (estimation of secondary structure; CD spectra), scatter correction (absorbance spectra), smoothing, re-sampling of the x-axis, and generic...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    CANopen for LabVIEW

    LabVIEW CANopen client library

    A collection of VIs for easier interface with basic CANopen client operations such as SDO download, SDO upload and PDO messages. Helper VIs for arbitrary mapping of dictionary objects to specific PDOs are also implemented. The project includes a quite crude implementation of the DSP 402 profile for handling motor drives in velocity and/or in position mode.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    cphcttoolbox

    Cph CT Toolbox is a selection of Computed Tomography tools

    Copenhagen Computed Tomography Toolbox is a collection of applications and libraries for flexible and efficient CT reconstruction. The toolbox apps generally take a set of projections (X-ray intensity measurements) and filter and back project them in order to recreate the image or volume that the projections represent. The project includes both mostly informative CPU implementations and highly efficient GPU implementations. Regular releases are hosted at the Python Package Index.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    LightProfiler

    LightProfiler

    Profiler for Oracle extended SQL trace files

    LightProfiler – application for performance analysis of the Oracle databases. It generates detailed resource profile for extended SQL trace files (10046 event), containing information about consuming of response time (by events, by cursors, etc.), data files usage, error analysis (SQL, PL/SQL) and much more. Also it contain tools for additional processing of trace files (extract session data, splitting files) and for management of database's sessions (disconnecting, tracing, monitor...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 10

    Scientific data elaborator

    The data elaborator is a new project to manage scientific data

    This program can make histograms, table and graphics of datas, study the error propagation during a measure, it is usefull if you have to do study errors propagations. The output are latex files, so it is easy for you just put them into your relations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    A 2.4 GHz wireless development board suitable for Bluetooth experimentation. Open source hardware and software. This project has moved to GitHub - https://github.com/greatscottgadgets/ubertooth
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    pyMdfParser

    Parser for measurement data in mdf format

    Python implementation of a mdf file reader Aim of the project is to implement a parser that can be used in Python based application which work on mdf data. MDF means Measure Data Format and is a binary format for measurement in the automaitve area
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    JPacketGenerator

    UDP Packet Generator (Stream generator)

    Very basic UDP traffic generator. Works with a packet receiver to control the network status as Bandwidth, RTT, jitter, Loss % etc etc... Set Source Address, Destination address - Port Packet Size Stream Bandwidth And press start Command Line interface available java -jar JPacketGenerator.jar srcAddress srcPort dstAddress dstPort bitRate_bps All parameters are mandatory and with parameters the generator require no GUI or windows manager to work. If The project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    sigrok
    The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source signal analysis software suite that supports various device types, such as logic analyzers, MSOs, oscilloscopes, multimeters, LCR meters, sound level meters, thermometers, anemometers, light meters, dataloggers, function generators, power supplies, GPIB interfaces, and more.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 15
    Basic Note Tagger
    Standalone application that uses the clipboard to insert a tag in any document and/or in a log file. Tags contain context information (e.g., date, author) + text note, picture or webcam shot. Tags can contain variables generated by user and/or external programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    KineticaRT .Net Components

    KineticaRT .Net Components

    KineticaRT .Net Components - for fast control & monitoring systems

    KineticaRT .Net Components are a unique collection of software components for building high speed systems for control, monitoring, test and data acquisition. KineticaRT .Net Components have a proven track record for reliability and speed of implementation in automotive and aerospace markets. KineticaRT .Net Components are used in applications as diverse as greenhouse automation, financial data displays, retail security, F1 wind tunnels and engine test cells. KineticaRT .Net...
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    HOPSA
    HOPSA, high oxygen pressure sputter automation, is a Python 3 project to control a step wise sample creation Process. Although written for this specific task it is easy to adopt for any experimental task which changes hardware parameters and waits for a specific condition before proceeding. The graphical interface (QT4) includes plotting (matplotlib), instrument configuration/monitoring and a program step creator. The communication with the hardware is independent of the GUI and any number...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    OM Multimeter
    OM Open-source multimeter is a hobby project of mine which is intended to do a multimeter's job and measure volt,ampere,ohm,capacitance and ... . the features would be high precision,plotting,computer connectivity,and of course being open source.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    CalPyLab is an open source data acquisition and (light) analysis software suite for scientific laboratories. The goal of this project is to provide a lightweight replacement for lab-view, to provide a quick and easy way to connect to your equipment.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Basic Experimenter
    Wizard-like software to run experimental procedures (at large). Each step of the procedure is a file (document, on-line form, checklist, video, program... ). Experimental data and documents are backuped together. NEW: templates of procedures
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    I++ DME OpenSource Project
    a I++ (iplusplus) DME development kit and test suite utilities
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    OpenPMU
    OpenPMU is a collaborative project developing a software defined Phasor Measurement Unit for Smart Grids and electrical utilities. This project is currently hosted by Queen’s University Belfast.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This toolkit allows complete control of a microscopy setup from Labview, Matlab, Scilab, Python, .Net, VB, IgorPro, Mathematica and more. Included is a standalone program for image acquisition and scripting control of a scientific microscope.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 24
    X/Y Measurement Suite for .Net
    For starters a DirectX (Direct3D-Panel) A suite to display simple x/y/measurements, which has to be fast, because those analogue position encoders never "rest" at the same position and we want to see our table-position in realtime (mswin-realtime)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    DSO screenshot
    This project goal is to provide a way to get screenshot and channels data from digital storage oscilloscope.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 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.