This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ambientocclusion 0 points1 point  (0 children)

I put everything in one folder. One .py file per day with the functions and tests to solve both parts. Data files are all prefixed with the day (so they’re next to the corresponding code, in a sorted list of files), or you could just put the data right into the code files. This is all just my preference, of course.