
January 13th, 2013, 02:11 PM
|
 |
Contributing User
|
|
|
|
|
[edit] This message addresses the original post. At first, the notion of "turning executable pseudo code into pseudo code" seems stupid. I instead interpreted the question as an opportunity to read someone else's program and understand what the algorithms are and why they lead to a solution. Which is not simple, for me.[/edit] I suggest you read the questions on this forum for a few weeks, try to understand and answer them. You'll be forced to understand intent, details of the algorithm attempted, and why it failed. Not always, of course, many of the questions are answered with a fairly simple "investigate python2 versus python3 issue" or "stick an r in front of that dos path string." Some of the questions are sophisticated.
__________________
[code] Code tags[/code] are essential for python code!
Last edited by b49P23TIvg : January 13th, 2013 at 02:52 PM.
|