You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I gotta say, I am a big fan of your coding style and I have already learned
so much from you since we joined the program.
Thank you for including all the comments (I’m sure they are mostly for yourself, but it helps me too) and for sharing your rationale on why you are doing stuff a certain way. I basically had very similar strategies, but you were able to articulate your ideas so much better. I am guessing you are building line
by line and printing them, correct? I was just wondering if you use print statements to debug your code as you build it which is something I got to use a lot more on the previous assignment. I think the only thing missing is the argparse (which might be required for this one; just double check). Otherwise, everything looks great, so, yes, algorithm makes sense to me and I can follow the logic; no stand alone pieces of code and functions seem reasonable.
Good luck!
Ana
The text was updated successfully, but these errors were encountered:
Hi Max!
I gotta say, I am a big fan of your coding style and I have already learned
so much from you since we joined the program.
Thank you for including all the comments (I’m sure they are mostly for yourself, but it helps me too) and for sharing your rationale on why you are doing stuff a certain way. I basically had very similar strategies, but you were able to articulate your ideas so much better. I am guessing you are building line
by line and printing them, correct? I was just wondering if you use print statements to debug your code as you build it which is something I got to use a lot more on the previous assignment. I think the only thing missing is the argparse (which might be required for this one; just double check). Otherwise, everything looks great, so, yes, algorithm makes sense to me and I can follow the logic; no stand alone pieces of code and functions seem reasonable.
Good luck!
Ana
The text was updated successfully, but these errors were encountered: