Cookies help us display personalized product recommendations and ensure you have great shopping experience.

By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
SmartData CollectiveSmartData Collective
  • Analytics
    AnalyticsShow More
    big data analytics in transporation
    Turning Data Into Decisions: How Analytics Improves Transportation Strategy
    3 Min Read
    sales and data analytics
    How Data Analytics Improves Lead Management and Sales Results
    9 Min Read
    data analytics and truck accident claims
    How Data Analytics Reduces Truck Accidents and Speeds Up Claims
    7 Min Read
    predictive analytics for interior designers
    Interior Designers Boost Profits with Predictive Analytics
    8 Min Read
    image fx (67)
    Improving LinkedIn Ad Strategies with Data Analytics
    9 Min Read
  • Big Data
  • BI
  • Exclusive
  • IT
  • Marketing
  • Software
Search
© 2008-25 SmartData Collective. All Rights Reserved.
Reading: Python Programs for Non-Python People
Share
Notification
Font ResizerAa
SmartData CollectiveSmartData Collective
Font ResizerAa
Search
  • About
  • Help
  • Privacy
Follow US
© 2008-23 SmartData Collective. All Rights Reserved.
SmartData Collective > Uncategorized > Python Programs for Non-Python People
Uncategorized

Python Programs for Non-Python People

Editor SDC
Editor SDC
5 Min Read
SHARE

Python programs written to run in BEGIN PROGRAM blocks are easy to write and add lots of functionality to IBM SPSS Statistics.  Many users have learned to create these. More users, though, do not know the Python language.

The extension command mechanism provides a way for users of traditional SPSS syntax to run Python programs written by someone else without needing any knowledge of Python.  But the program must have been written as an extension command.  While creating extension commands isn’t hard, it does require some extra knowledge and work.  (An article on how to do this is available on Developer Central.)

I have posted a new extension command, SPSSINC PROGRAM, that allows ordinary Python programs to be run with traditional syntax without the author having created an extension command: easy on the author and easy on the user.

Often someone writes and shares a Python program for use via BEGIN PROGRAM that requires some input parameters.  The BEGIN PROGRAM syntax does not allow for parameters, so the user must modify the program itself to specify these.  If you know Python, this is not a problem, but many users are uncomfortable doing that, since the Python language is …

More Read

Who Invented Attention Economics?
Integrating Quality Assurance into Your CRM Operations
Ensuring quality data from service providers
Intalio is Turning Ten
Chillin’ with CHI Attendees

Python programs written to run in BEGIN PROGRAM blocks are easy to write and add lots of functionality to IBM SPSS Statistics.  Many users have learned to create these. More users, though, do not know the Python language.

The extension command mechanism provides a way for users of traditional SPSS syntax to run Python programs written by someone else without needing any knowledge of Python.  But the program must have been written as an extension command.  While creating extension commands isn’t hard, it does require some extra knowledge and work.  (An article on how to do this is available on Developer Central.)

I have posted a new extension command, SPSSINC PROGRAM, that allows ordinary Python programs to be run with traditional syntax without the author having created an extension command: easy on the author and easy on the user.

Often someone writes and shares a Python program for use via BEGIN PROGRAM that requires some input parameters.  The BEGIN PROGRAM syntax does not allow for parameters, so the user must modify the program itself to specify these.  If you know Python, this is not a problem, but many users are uncomfortable doing that, since the Python language is quite different from the traditional SPSS language.

A Python programmer would typically define a function or class with the requisite parameters and just modify the function call.  An SPSS user might not know how to do that.

SPSSINC PROGRAM solves this problem.  (Of course, extension commands solve this problem more generally, but they take extra work to create.)   Suppose I have a program saved as mymodule.mypgm.py that does something to a pair of  SPSS variables , and I want the variable names to be  parameters.  Using SPSSINC PROGRAM, I would write

SPSSINC PROGRAM mymodule.mypgm firstvar secondvar.

firstvar and secondvar would be the parameter values passed to the program.  SPSSINC PROGRAM ensures that mymodule.mypgm is called,  makes the parameters available to the program, and handles various error conditions.

Instead of passing the parameters as function arguments, the parameters are set up as if they were a command line.  The author of the program would access these in the traditional Python way via sys.argv, with the first parameter being the module and program name.  It’s just as if the program were being run from a command shell, except that the parameter values have been passed through the SPSS Universal Parser.  Comments in the implementation module details the (small) differences this can produce in what the program sees.

So using SPSSINC PROGRAM is very easy on the Python programmer while still letting the user of the program work in the style he or she is comfortable with.  The package also includes a dialog box built with the Custom Dialog Builder where the user can enter the program name and any parameters.

TAGGED:open source
Share This Article
Facebook Pinterest LinkedIn
Share

Follow us on Facebook

Latest News

AI role in medical industry
The Role Of AI In Transforming Medical Manufacturing
Artificial Intelligence Exclusive
b2b sales
Unseen Barriers: Identifying Bottlenecks In B2B Sales
Business Rules Exclusive Infographic
data intelligence in healthcare
How Data Is Powering Real-Time Intelligence in Health Systems
Big Data Exclusive
intersection of data
The Intersection of Data and Empathy in Modern Support Careers
Big Data Exclusive

Stay Connected

1.2kFollowersLike
33.7kFollowersFollow
222FollowersPin

You Might also Like

Microsoft’s anti-Google weapon: Open-source Bing

2 Min Read

Big Data

6 Min Read

Inside Rohm and Haas’ Open Source Dashboard

3 Min Read

How Well Do You Know Open Source Projects? Take Our Quiz

1 Min Read

SmartData Collective is one of the largest & trusted community covering technical content about Big Data, BI, Cloud, Analytics, Artificial Intelligence, IoT & more.

data-driven web design
5 Great Tips for Using Data Analytics for Website UX
Big Data
AI and chatbots
Chatbots and SEO: How Can Chatbots Improve Your SEO Ranking?
Artificial Intelligence Chatbots Exclusive

Quick Link

  • About
  • Contact
  • Privacy
Follow US
© 2008-25 SmartData Collective. All Rights Reserved.
Go to mobile version
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?