81 programs for "python data analysis" with 1 filter applied:

  • 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
  • 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
  • 1
    tqdm

    tqdm

    A Fast, Extensible Progress Bar for Python and CLI

    tqdm is a fast, extensible progress bar for Python and CLI that enables you to see the progress of your loops in a clear and smart way. Simply wrap any iterable with tqdm(iterable), and sit back and watch that progress meter go! tqdm can be wrapped around any iterable, or executed as a module with pipes. Just by inserting tqdm (or python -m tqdm) between pipes will pass through all stdin to stdout while printing progress to stderr. tqdm does not require any dependencies, has a very low...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Snap7

    Snap7

    32/64 bit multi-platform Ethernet S7 PLC communication suite

    Snap7, through three specialized components: Client and the inedited Server and Partner, allows you to definitively integrate your PC based systems into a PLC automation chain. Designed to transfer large amounts of hi-speed data in industrial facilities, it scales easily, down to small Linux Arm boards such as Raspberry PI. Hi level object oriented wrappers are provided, currently C/C++, .NET/Mono, Pascal, LabVIEW, Python with many source code examples. Very easy to use, a full working...
    Leader badge
    Downloads: 876 This Week
    Last Update:
    See Project
  • 3
    The Lemur Project

    The Lemur Project

    Search engine and data mining applications and ClueWeb datasets.

    The Lemur Project develops search engines, browser toolbars, text analysis tools, and data resources that support research and development of information retrieval and text mining software, including the Indri search engine in C++, the Galago search engine research framework in Java, the RankLib learning to rank library, ClueWeb09 and ClueWeb12 datasets and the Sifaka data mining application.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 4
    sar2html
    Sar2html is web based frontend for performance monitoring. It converts sar binary data to graphical format and keep historical data in it's database. Project homepage is here: https://github.com/cemtan/sar2html.git Supported Operating Systems: HPUX 11.11, 11.23, 11,31 Solaris 5.9, 5.10, 5.11 Redhat 3, 4, 5, 6, 7 Suse 8, 9, 10, 11, 12 Ubuntu 18, 20 If you have customers facing performance problems on operating systems listed above you may send sar2ascii to collect performance...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud SQL for MySQL, PostgreSQL, and SQL Server Icon
    Cloud SQL for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Fully managed, cost-effective relational database service for PostgreSQL, MySQL, and SQL Server. Try Enterprise Plus edition for a 99.99% availability SLA and category-leading performance.
    Try it for free
  • 5
    VIKAMINE is a flexible environment for visual analytics, data mining and business intelligence - implemented in pure Java. It features several powerful visualization and mining methods, and can utilize background knowledge.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    LiVES

    LiVES

    LiVES is a Video Editing System. It is designed to be simple to use, y

    LiVES mixes realtime video performance and non-linear editing in one professional quality application. It is designed to be simple to use, yet powerful. It is small in size, yet it has many advanced features. Using LiVES, you can start editing and making video right away, without having to worry about formats, frame sizes, or framerates. It is a very flexible tool which is used by both professional VJ's and video editors - mix and switch clips from the keyboard, use dozens of realtime...
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 7
    pysourceinfo

    pysourceinfo

    RTTI for Python Source and Binary Files

    The 'pysourceinfo' package provides source information on Python runtime objects based on 'inspect', 'sys', 'os', and 'imp'. The covered objects include packages, modules, functions, methods, scripts, and classes by two views: - File System View - packages, modules, and linenumbers - based on files and paths - Runtime Object View - callables, classes, and containers - based on in-memory RTTI / introspection The supported platforms are: - Linux, BSD, Unix, OS-X, Cygwin...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    yapydata

    yapydata

    Lower-Layer unified data - JSON, XML, YAML + INI, CFG, properties

    The yapydata - Yet Another Python Data - provides a unified interface for the access to various data syntaxes. Therefore it encapsulates the libraries by offering a common API with the canonical internal data as JSON compatible Python in-memory structure. The application is foreseen in particular for the lower layer of the software stack including setup-tools. Thus it uses standard libraries only whenever possible. The initial supported DDLs are: * JSON, XML, YAML and the formats...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    yapyutils

    yapyutils

    Utilities for platform indepentent low-level system APIs.

    The 'yapyutils' - Yet Another Python Utils - package provides miscellaneous *Python* utilities for the adaptation of platform independent APIs of the low-level part of the software stack. These are e.g. used for extensions of the *setuptools* and *distutils*, thus reduce the package dependency and avoid circular dependencies whenever possible by using standard packages and classes only. The more complex and complete data packages are provided for higher application layer functionality...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 10
    platformids

    platformids

    OS and Distribution Release Enumeration

    The ‘platformids‘ package provides the categorization and enumeration of OS platforms and distributions. This enables the development of portable generic code for arbitrary platforms in IT and IoT landscapes consisting of heterogeneous physical and virtual runtime environments. The introduced hierarchical bitmask vectors enable for fast and efficient platform specific code and data selection for OS and distributions with routines for specific platform releases. The supported version...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    setuplib

    setuplib

    Extensions for setuptools - detailed information on entry points

    The *setuplib* package provides core functions for the query of meta information and installation repositories of *Python* packages. It provides query and filter options on the installed packages and the available information, while displaying the result data in various formats, e.g. as table, list, or JSON, XML, YAML, CSV, etc. The provided commands and extension points integrate seamless into the standard *setuptools* and/or *distutils*. The *setuplib* is member of the group...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MLM Downline Simulator HD ➤ SWF

    MLM Downline Simulator HD ➤ SWF

    How to open a SWF file? Open it in a SWF PLAYER✔ or VIEWER ✔

    Powered by http://www.softwaresuite.de MLM Downline Simulator HD Compensation Plan Analysis and free MLM Calculator Easy to use, just downloading the swf-file and open it in a swf-player or viewer. FREEWARE: Adobe Flash SWF file How to open a SWF file? Previously you could open all swf files in any web browser. Unfortunately, it is no longer possible. The easiest ways to open a SWF-FILES are : REQUIREMENTS ➤ Windows : ⇨ http://www.swffileplayer.com/ ➤ Mac OS : ⇨ https...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    PyMOL Molecular Graphics System

    PyMOL Molecular Graphics System

    PyMOL is an OpenGL based molecular visualization system

    The Open-Source PyMOL repository has been moved to github: https://github.com/schrodinger/pymol-open-source We still use the pymol-users mailing list here on sourceforge. Please subscribe for community support: https://pymol.org/maillist (Note: SourceForge email newsletter and special offers are optional and can be unchecked) The PyMOL community wiki has its own home: https://pymolwiki.org/
    Downloads: 53 This Week
    Last Update:
    See Project
  • 14
    Jam--Nuclear Physics Data Acquisition

    Jam--Nuclear Physics Data Acquisition

    Java-based nuclear physics data acquisition.

    This project now lives at https://github.com/dwvisser/jam-daq-code/ Jam is an easy-to-use self-contained data acquisition and analysis system for VME-based (or CAMAC-based) nuclear physics experiments. Jam has an easy, standard GUI for taking and sorting multi-parameter event-based data into 1-d and 2-d histograms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PumpedUp

    PumpedUp

    Performance monitoring and logging software for Linux and Windows.

    PumpedUp gathers system performance data on a second by second basis and creates real time or static graphical web pages. It can quickly point out maximized resources on a system. It also has options for sending data to Redis / Logstash for analysis, or Nagios for alarming. PumpedUp runs an insecure web server on port 8080 by default and requires you to provide your own security for that port. You can disable this functionality by editing the PumpedUp configuration file. After...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    As a library of classes for generating and manipulating music and sound, jMusic provides a solid framework for computer assisted composition in Java. jMusic has a music data structure based upon note/sound events and methods for modifying and structu
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    matplotlib
    Matplotlib is a python library for making publication quality plots using a syntax familiar to MATLAB users. Matplotlib uses numpy for numerics. Output formats include PDF, Postscript, SVG, and PNG, as well as screen display. As of matplotlib version 1.5, we are no longer making file releases available on SourceForge. Please visit http://matplotlib.org/users/installing.html for help obtaining matplotlib.
    Leader badge
    Downloads: 87 This Week
    Last Update:
    See Project
  • 18

    GoodCrypto private server

    Secure mail + Tor gateway

    Protect your company's email and browsing with your GoodCrypto private server. * Protects email metadata and resists traffic analysis * Automatic encryption, decryption, and key management * All private keys stay on *your* server * Users don't change their email or browser software * Blocks web malware * Runs on your private server * Completely decentralized
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SW Test Automation Framework
    The Software Testing Automation Framework (STAF) is a framework designed to improve the level of reuse and automation in test cases and test environments. The goal of STAF is to provide a complete end-to-end automation solution for testers.
    Leader badge
    Downloads: 149 This Week
    Last Update:
    See Project
  • 20
    This RRDTool Framework provides a central HTTP-based service for import into standard RRD DBs and graph generation. A lightweight, easily extendable agent for the data sources is pushing updates with minimal resource consumption on the master service.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    dbis

    dbis

    DBIS Reference Implementation

    Reference implementation of Directory-Based Information Services, described in IETF Internet Drafts, intended to replace NIS and RFC2307.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Microscopy Image Processing Package
    XMIPP is an image processing suite for 3D-reconstruction of biological specimens from transmission electron microscopy data. NOTE that stable releases (including binaries) are longer stored at Sourceforge, but are available at http://xmipp.cnb.csic.es
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The pyARS python module allows developers to use BMC's ARSystem (Remedy ARS) and Atrium CMDB functions from within Python. Using Python's interactive shell, it is extremely easy to retrieve and modify data entries as well as workflow objects. ARSystem, also known as ARS or Remedy, is a powerful enterprise workflow engine. Atrium is a Configuration Management Data Base, a.k.a. Installed Base built on top of ARSystem.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    DRAMMS

    A Deformable Medical Image Registration Toolbox

    DRAMMS is a software package designed for 2D-to-2D and 3D-to-3D deformable medical image registration tasks. Released by Section of Biomedical Image Analysis (SBIA) at the University of Pennsylvania. Some typical applications of DRAMMS include, -- Cross-subject registration of the same organ (can be brain, breast, cardiac, etc); -- Mono- and Multi-modality registration (MRI, CT, histology); -- Longitudinal registration (pediatric brain growth, cancer development, mouse brain...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    openlsm
    openlsm - Web based open source, Linux Server Management(LSM) -LAMP ,FTP,Jabber, Samba,NFS,LDAP and MySQL based virtual hosting, Squid,Backup,Quota,Mail ,spam-assassin, mailable,Asterisk, web hosting, Load balancing, nagios and ganglia monitoring.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 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.