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!
just be careful with the indentations, one makes most of the mistakes in there only!
i am looking for debugger tool for python 2.5.4
no need for a debugger..
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?
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.
a great course for python http://www.udacity.com/view#Course/cs101/CourseRev/apr2012/Unit/671001/Nugget/675002
Join our real-time social learning platform and learn together with your friends!