Ask your own question, for FREE!
Computer Science 6 Online
OpenStudy (anonymous):

Hi, I installed python 2.5.4 for practicing basics but i am trying to debug my flow so that i can check symantic. Please guide me. Thank you!

OpenStudy (anonymous):

just be careful with the indentations, one makes most of the mistakes in there only!

OpenStudy (anonymous):

i am looking for debugger tool for python 2.5.4

OpenStudy (anonymous):

no need for a debugger..

OpenStudy (anonymous):

I want to my code block execution for every line so that i can simulate and find if any semantic errors. For this wt do i need to do?

OpenStudy (anonymous):

Python, as you may know is an interpret language, which means that the code is executed by the time the machine looks at a certain code block.Now, you can take advantage of this so that you can "catch" semantic errors on runtime.

OpenStudy (anonymous):

a great course for python http://www.udacity.com/view#Course/cs101/CourseRev/apr2012/Unit/671001/Nugget/675002

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!