473,382 Members | 1,809 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Help needed: Transition from SAS to PYTHON

Hello. I am trying to teach myself PYTHON because I am interested in
programming. I use SAS all day and I really like the way you can
highlight code and submit just that section or submit the entire
program without having to save it. Can you do this in PYTHON? Also,
does PYTHON (Windows) log errors? It would be helpful when I am
writting a program and I submit the code and it says that their is an
error to know WHERE! Once again this is another feature of SAS. Have
I just gotten too used to SAS or are there others out there that would
also like to have this functionality??

Please help!

Alex

Jul 18 '05 #1
1 3782
"Alex Pavluck" <ap******@gmail.com> wrote in message news:<cg********@odak26.prod.google.com>...
Hello. I am trying to teach myself PYTHON because I am interested in
programming. I use SAS all day and I really like the way you can
highlight code and submit just that section or submit the entire
program without having to save it. Can you do this in PYTHON? Also,
does PYTHON (Windows) log errors? It would be helpful when I am
writting a program and I submit the code and it says that their is an
error to know WHERE! Once again this is another feature of SAS. Have
I just gotten too used to SAS or are there others out there that would
also like to have this functionality??

Please help!

Alex


I'll do what I can to help...

Basically you have to learn a different paradigm of programming if you
are coming from SAS. SAS is designed specially designed for
statistical analysis (although, and I speak of devils here, I have
heard that it is used for data manipulation). Whereas Python is much
more command driven.

Now Python itself does not have this sort of highlight and submit
functionality, but neither does SAS, rather this was part of the
program you used to develop your SAS. Python however, is interpreted
and interactive, which means that you don't have to save a program
that you write; and, yes; the syntax checker and compiler will tell
you were the errors are. This will make more sense once you begin to
understand Python a bit better and have some experience with it.

I'd suggest picking up a beginning Python book that is easier for
people who are learning programming. Search the archives of this
newsgroup and I'm sure you can find sundry recommendation on books.
And download ActivePython
(http://www.activestate.com/Products/ActivePython/), which is a very
good beginning.
Jul 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Python Baby | last post by:
I've got a database-driven website that's written entirely in PHP. It's all pretty MVC : NOT embedded little calls inside HTML, but rather little controller apps in the webroot that merge data...
45
by: Joh | last post by:
hello, i'm trying to understand how i could build following consecutive sets from a root one using generator : l = would like to produce : , , , ,
3
by: Richard A. DeVenezia | last post by:
I hope this is the end of my present 'discovery' phase. I've learned alot about JavaScript in a short time and my head hurts. The following is what came out of all my questions and all the...
1
by: WJA | last post by:
I have a sized form with a custom menu bar. Using a command button on this form, I'm opening a report which has a different custom menu bar. When I close the report, the transition of the menu bar...
3
by: ATS | last post by:
I'm trying to set up a slide show on a web page using Javascript. Here is the code I have so far: <script language="javascript"> alert("**in test area 1"); slides = new Array(); slides =...
12
by: Ray | last post by:
Hello, I've got the chance to determine the technology to use in creating a product similar to this: http://www.atomicisland.com/ Now the thing is that I need to sell this to the guy with...
9
by: smartbei | last post by:
Hello, I am a newbie with python, though I am having a lot of fun using it. Here is one of the excersizes I am trying to complete: the program is supposed to find the coin combination so that with...
7
by: Ray | last post by:
hi, I have a question about how to use .grid_forget (in python/TK) I need to work on grid repeatly. everytime when a button is pressed, the rows of grid is different. such like, first time, it...
2
by: Hvid Hat | last post by:
Hi Can anyone help me with the following transition? My problem is how to create a fieldset each time I run into a heading and then include the following text elements within the fieldset. ...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.