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
    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 and remote work
    Data Helps Speech-Language Pathologists Deliver Better Results
    6 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

Where do I start my social enterprise project?
Social Media ROI is About the People
If I Text You Tonight, Will Your Analytics Text Me Back in the Morning?
Overcoming the Barriers to IM Success: Learn from the Past.
Meeting Customers Where They Are: When Social Media Misses the Mark

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

sales and data analytics
How Data Analytics Improves Lead Management and Sales Results
Analytics Big Data Exclusive
ai in marketing
How AI and Smart Platforms Improve Email Marketing
Artificial Intelligence Exclusive Marketing
AI Document Verification for Legal Firms: Importance & Top Tools
AI Document Verification for Legal Firms: Importance & Top Tools
Artificial Intelligence Exclusive
AI supply chain
AI Tools Are Strengthening Global Supply Chains
Artificial Intelligence Exclusive

Stay Connected

1.2kFollowersLike
33.7kFollowersFollow
222FollowersPin

You Might also Like

Behind the scenes of REvolution’s 64-bit Windows port of R

9 Min Read
openshift secrets
IT

How To Manage OpenShift Secrets With Akeyless Vault

11 Min Read

R, REvolution named in top analytic trends for 2010

4 Min Read

Are We Seeing the Death of Freemium Model?

6 Min Read

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

ai is improving the safety of cars
From Bolts to Bots: How AI Is Fortifying the Automotive Industry
Artificial Intelligence
AI chatbots
AI Chatbots Can Help Retailers Convert Live Broadcast Viewers into Sales!
Chatbots

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?