Search Results for "scipy python 2.7" - Page 5

Showing 235 open source projects for "scipy python 2.7"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 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

    KS Workbench

    a set of scripts that helps you analyze physiology datasets

    For the analyses of patch-clamp data (obtained from Igor/MME) using Python. The following modules are the minimum requirements: - Scipy (including numpy, matplotlib) - h5py In addition, following modules are required in order to fully make use of KS Workbench: - scikit-learn (for some fitting algorithms) - rpy2 (for some statistical analyses)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    ImReP

    Immune repertoire assembly from RNA-Seq data

    ImReP is a tool written in Python programming language (version 2.7) which is designed to assemble CDR3 region sequences from RNA- or TCR-(BCR-)-Seq reads (either single- or paired-end) and provide immune repertoire as a set of clonotypes with their counts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    mantigorahvps

    A GUI interface to Mantigora high voltage power supply for Linux

    This program implements a GUI interface to Mantigora high voltage power supply for Linux. Dependencies: python-2.7, libftdi (libftdi-1), libftdi-python (libftdi-python-1), PyQt4 (can be installed e.g. from repository of Fedora)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    EpiMINE

    program for mining epigenomic data

    EpiMINE is a program designed for mining epigenomic data. This application performs genome wide based quantitative and correlative analysis between different annotated or raw chip-seq like datasets in the regions of interest (RI). Apart from this the tool takes the advantage in linking results with expression data. It is available both in graphical user interface and in command line form. It can be executed in Mac and Linux platforms. Dependencies: python >= 2.7 version python packages...
    Downloads: 0 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 5
    S.E.E.R. 2 is a full featured SCADA / Historian / Aggregate Analysis System developed to work as a 'front end' for mod_openopc. Written in pure PHP (HTML 4.01 Transitional), and driven by a web-based user interface for universal deployment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    FOCUS

    FOCUS

    A model to identify organisms present in metagenomes in seconds

    FOCUS, an innovative and agile composition based using non-negative least squares to profile and report abundant organisms present in me-tagenomic samples and their relative abundance without sequence length dependencies. The program was tested with simulated and real metagenomes, and the results show that our approach predicts the organisms in random communities. Availability and implementation: The code implemented in Python can be found here and a web-sever at http://edwards.sdsu.edu...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Leave A Trace Tools

    Tools for reading the track data of the project "Leave a Trace"

    The art project "Leave a Trace" (LAT) records an displays people movement in real time. It is installed as a permanent exhibition within the Charité in Berlin, Germany. Please find more Details about LAT here: https://leave-a-trace.charite.de/action This sourceforge project provides python tools to read the raw XML data produced by LAT. The data reading module works with python2 and python3. LAT XML Data can be downloaded here: https://leave-a-trace.charite.de/action
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    File checksum validator

    File checksum validator

    Python (2.7) script validating the checksum of a file.

    Python (2.7) script validating the checksum of a file. Supports md5, sha1, sha224, sha256, sha384 and sha512. usage -------- python CheckSum.py <algo> <filename> <checksum> example ------- C:\Python27\python.exe C:/Users/User/Projects/Python/CheckSum/CheckSum.py sha256 C:\Users\User\Downloads\pycharm-community-2016.2.1.exe f800ce642c6c838c17bb726bc0ae9680fd07b3801fd82ee402155bfd5ddded7c Checksum match! Process finished with exit code 0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    DirDiff

    DirDiff

    Python 2.7 script, analyzing 2 directories for differences.HTML output

    Comparing two different versions of a directory with text files of any kind has never been easier. Detects deleted files, new files, files with changed name but same content and of course a side-by-side / line-by-line comparison of changed files. Number of context-lines is configurable. Here's, how to call it: >python DirDiff.py dir1 dir2 output.html or >python.exe DirDiff.py -l 3 -v olddir newdir dirdiff.html -l is the number of context lines in the side-by-side comparison. -v...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10

    remove.db.lck.py

    removes db.lck from arch linux system

    packages needed python 2.7 place it on the desktop to activate type python2 /home/''/Desktop/remove.db.lck.py needs sudo privliges
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ChiHulk DoS Tool

    ChiHulk DoS Tool

    Edited version of the DDoS / DoS tool called HULK(.py).

    Written in python 2.7 Version 0.5 BETA **I am not responsible for anything you do with this.**
    Downloads: 6 This Week
    Last Update:
    See Project
  • 12

    Python Calculator for Students

    A Python command line calculator built for students. Fully Commented

    A command line calculator built for students. Fully commented, built as easy as posible for better understanding We will start with an adding calculator, and release the dividing, multiplicating and substracting in the following weeks and have a Python script that can perform all those functions by the end of the month Download Python to be able to run this script: https://python.org
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    2048 Python , AI , 1 or 2 players

    2048 Python , AI , 1 or 2 players

    py 2048, a well know 2048 clone board game

    Written in Python 2.7.x and pygame1.9.1~2 compliant (at least) Python 3.4 HOW TO PLAY: keyboard UP, DOWN, LEFT, RIGHT, escape to quit increase your score shifting tiles with same number. the value of resulting tile is multiplied *2. CUSTOMISE YOUR GAME: edit py2048.cfg configuration file. you can: -Change Raws and Columns amount. -Change Random range value of new tile. -Limit the maximum tile value. -Limit time allowed for movement. -Enable no movement (a new tile appear even...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Unturned Server Creator

    Unturned Server Creator

    Easily create Unturned servers with little computer knowledge.

    Please go to Files then Builds to download the main executable. To run from source, you must have pywin32 installed on Python 2.7. This tool allows one to create Unturned servers by just running an executable. It allows you to specify port, number of players, server name, game mode(Difficulty), server timeout, whether its PvP or PvE, and the welcome message. Future updates plan an actual User Interface and a list of items to add to the server. If you are not familiar with port forwarding...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Sony Wifi Camera Desktop Application

    A simple desktop app to communicate with your Sony wi-fi camera

    .... All communications with the camera are off loaded in a separate thread so that the main GUI does not slow down. Requirements: 1. Python >=2.7 (https://www.python.org/downloads/) 2. PyQt4 (https://www.riverbankcomputing.com/software/pyqt/download) To use: 1. Connect computer to camera via wifi (camera password required) 2. From the directory where the Python files were downloaded type: python sony.py Sony camera API PDF is available here: https://developer.sony.com/develop/cameras
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    whereFM

    python file manager script

    A file manager that's not fully functional , written in python 2.7 and is in its early stages. you also need to have Pygtk2.24
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    PrakeOut

    Cross platform BrakeOut with level editor

    BrakeOut clone in python 2.7, with level editor. Easily make your own multi stage levels, with custom graphics, music and sound. Executable for Win 32 OS available, but source will run on all platforms! PrakeOut currently only supports Python 2.7, so remember to download the correct Python version if you want to make your own build. The entry module for your project should be GameHandler.py
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Django Autocomplete Light

    Django Autocomplete Light

    A fresh approach to autocomplete implementations

    A fresh approach to autocomplete implementations, specially for Django. Python 2.7, 3.4, Django 2.0+ support (Django 1.11 (LTS), is supported until django-autocomplete-light-3.2.10), Django (multiple) choice support, Django (multiple) model choice support, Django generic foreign key support (through django-querysetsequence), Django generic many to many relation support (through django-generic-m2m and django-gm2m). Multiple widget support: select2.js, easy to add more. Creating choices...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    LibVNCBinds

    Native Python and Ruby bindings for LibVNCServer and LibVNCClient .

    Native Python and Ruby language bindings for LibVNCServer and LibVNCClient libraries. Project started with LibVNCClient Python binding implementation. For now only Python versions of 2.7.x and Linux platform are supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    wxRays

    wxRays

    Visual x-ray data processor

    Visual x-ray data processor. The routine, writed in Python using wxPython, NumPy, SciPy and mathplotlib libraries for practical and educational purpose.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    wltest.py

    wltest.py

    Analysis of images from Winston-Lutz Test (images in DICOM-RT format)

    free software tool to analyse portal images from linear accelerator regarding Winston-Lutz-Test (analyzing unlimited number of images): 1. script reads DICOM-RT file of Winston-Lutz data (sphere+mlc gradient information from linear accelerator) 2. x- and y-shift shift is calculated relative to beam direction 3. results saved (see screenshots): green-passed (<0.75mm); yellow(0.75...1mm); red (not passed: >1mm) you need python with following packages: import numpy as np import pylab...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SciEnPlot

    SciEnPlot

    Data Plotting and Analysis for Science and Engineering

    ... for the labels in Graph - Accept txt(Text) and csv(Comma separated values) formatted data - Save, copy, print Graph - Use spread sheets to display data - Textboard to organize the results - Graphs in a publishable quality - Source codes based on: Python Numpy Scipy Matplotlib WxPython Visvis etc. - Special functions - Drag and drop data files - Python console is back (since v1.3.3), capable of reusing column data - Debye and Guinier models for SANS / SAX data - More apps in our Web below
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Boto3

    Boto3

    AWS SDK for Python

    ...'s 'client' and 'resource' interfaces have dynamically generated classes driven by JSON models that describe AWS APIs. This allows us to provide very fast updates with strong consistency across all supported services. Boto3 was written from the ground up to provide native support in Python versions 2.7+ and 3.4+.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    r12STOmolecular

    Inter-electronic distances and many centered STOs

    Inter-electronic distances and many centered STOs. This is not a finished GPLproject. Presently it offers an IPython 2.7 notebook using pure Python mpmath to evaluate diatomic exchange integrals based on analytic formula for beta=0, alpha1=alpha2. Uncomment examples at bottom of script to run program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ExSTraCS

    ExSTraCS

    Extended Supervised Tracking and Classifying System

    ... to address problems in epidemiological data mining to identify complex patterns relating predictive attributes in noisy datasets to disease phenotypes of interest. ExSTraCS combines a number of recent advancements into a single algorithmic platform. It can flexibly handle (1) discrete or continuous attributes, (2) missing data, (3) balanced or imbalanced datasets, and (4) binary or many classes. A complete users guide for ExSTraCS is included. Coded in Python 2.7.
    Downloads: 0 This Week
    Last Update:
    See Project
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.