Podnova Player  Windows library  Podnova home
License: All
Sort by: Relevance

Spss python extension tutorial in Title/Summary

SPSS Programmability Extension SDK

SPSS Programmability Extension SDK

Since the IBM SPSS Statistics Programmability Extension is already part of your IBM SPSS Statistics software, you can get started quickly. Just use an IBM SPSS Statistics Programmability Integration Plug-In to take advantage of this advanced programmability functionality.

  • Publisher: IBM
  • Home page: www-01.ibm.com
  • Last updated: June 22nd, 2012
Python cxOracle-5.1.3-11g

Python cxOracle-5.1.3-11g

cx_Oracle is a Python extension module that enables access to Oracle databases and conforms to the Python database API specification. This module is currently built against Oracle 11.2 and 12.1 and Python 2.7 as well as Python 3.3 and Python 3.4. You can use it to construct an object holding a binary (long) string value.

SPSS Viewer

SPSS Viewer

SPSS Viewer is an easy to use software tool with a friendly interface that alows you to view SPSS Output Navigator files created by SPSS version 15 or earlier. SPSS Viewer also allows you to edit these types of files but does not contain export functions for other applications other than by copy/paste.

  • Publisher: University of Massachusetts Amherst.
  • Last updated: March 1st, 2012

Spss python extension tutorial in Description

wxPython (unicode) for Python

wxPython (unicode) for Python

This installer contains the infamous wxPython demo, other samples, and wxWidgets documentation. wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. I

  • Publisher: wxDesigner
  • Home page: www.wxpython.org
  • Last updated: July 31st, 2012
cx_Oracle

cx_Oracle

cx_Oracle is a Python extension module that allows access to Oracle and conforms to the Python database API 2.0 specifications with a number of additions. The method cursor.nextset() and the time data type are not supported by Oracle and are therefore not implemented.

Python - SendKeys

Python - SendKeys

SendKeys is a Python extension for Windows which can be used to send one or more keystrokes or keystroke combinations to the active window. SendKeys exports 1 function, SendKeys, and 1 exception, KeySequenceError. SendKeys may throw KeySequenceError if an error is found when reading keys. SendKeys reads all keys before pressing any, so if an error is found, no keys will be pressed.

  • Publisher: Ollie Rutherfurd
  • Last updated: May 26th, 2010
AVPython

AVPython

To call back to ArcView from Python, just say "from arcview import avexec" in your Python script, and then use the avexec function to run Avenue code. However, you can only do that from scripts that are running inside of ArcView (i.e. using the "Python Language Support" extension).

  • Publisher: W. Bruce Dodson
  • Home page: sourceforge.net
  • Last updated: February 20th, 2010
Python numpy

Python numpy

NumPy is an extension for Python that allows complex scientific and mathematic functions to be executed in a quick way. NumPy allows large array objects, necessary to make large calculations or to speed up some mathematical functions. A definite essential for Python.

  • Publisher: Numpty Developers
  • Last updated: April 9th, 2009

Additional Spss python extension tutorial selection

wxPython

wxPython

wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWidgets cross platform GUI library, which is written in C++.

  • Publisher: Total Control Software
Python - nose

Python - nose

Python - nose is a discovery-based unittest extension (e.g. NumPy test module is using nose). Nose collects tests from unittest.TestCase subclasses, of course. But you can also write simple test functions, as well as test classes that are not subclasses of unittest.TestCase.

  • Publisher: pythonxy
  • Home page: code.google.com
  • Last updated: October 26th, 2016
Python - py2exe

Python - py2exe

Py2exe is a great extension to Python's Distribution Utilities that allows you to create a Windows executable file from a Pythons script. This allows users to execute programs without the need of having the Python interpreter installed. An excellent extension that every developer must have.

  • Publisher: Thomas Heller
  • Home page: www.py2exe.org
  • Last updated: December 21st, 2008
Python - pyreadline

Python - pyreadline

pyreadline is based on UNC readline by Gary Bishop. Basically, a readline is an editor that uses commands and key combinations in order to execute different functions or commands. Pyreadline is an extension for Python, based on the old UNC Readline. In fact, pyreadline is the next evolution of that software.

  • Publisher: Gary Bishop
  • Last updated: November 10th, 2011
Python Tools for Visual Studio

Python Tools for Visual Studio

Python Tools for Visual Studio (PTVS) is a plug-in for Visual Studio which supports programming with the Python language. It lets you bring your own Python interpreter, including CPython, IronPython, PyPy, and supports a broad range of features from editing with IntelliSense to interactive debugging.

  • Publisher: Microsoft
  • Last updated: July 31st, 2023
Python - sympy

Python - sympy

This is an extension to Python library. It aims to improve the mathematical capabilities using a set of mathematical functions. It includes complex numbers, Taylor series, limits, geometrical algebra, 2D and 3D graphs, etc. SymPy is written entirely in Python and does not require any external libraries.

  • Publisher: pythonxy
  • Home page: sympy.org
  • Last updated: March 1st, 2013
Python - simplejson

Python - simplejson

Simple, fast, extensible JSON encoder/decoder for Python simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost.

  • Publisher: Bob Ippolito
  • Home page: pypi.python.org
  • Last updated: October 18th, 2013
Python

Python

Python is an object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java. It comes with a large standard library that supports many common programming tasks, such as connecting to web servers, searching text with regular expressions, reading, and modifying files.

  • Publisher: Python Software Foundation
  • Home page: www.python.org
  • Last updated: February 7th, 2024
IBM SPSS Statistics

IBM SPSS Statistics

IBM SPSS Statistics is a program that allows you to identify your best customers, forecast future trends and perform advanced analysis. It is an integrated family of products that addresses the entire analytical process, from planning to data collection to analysis, reporting and deployment.

  • Publisher: IBM Corp.
  • Home page: www.ibm.com
  • Last updated: September 1st, 2022
Python crcmod

Python crcmod

The software in this package is a Python module for generating objects that compute the Cyclic Redundancy Check (CRC).It includes a (optional) C extension for fast calculation, as well as a pure Python implementation.There is no attempt in this package to explain how the CRC works.