since reading a fair bit of madness’ book i’ve started to use more python modules that aren’t installed by default like matplotlib, i’ve come across one called wordsegment that can segment a massive string of text into words with spaces (who would’ve guessed) and was wondering if this would be allowed for the competition. also is it okay if i use numpy to invert matrices for me or is that against the rules.
thanks and happy codebreaking
Against the rules to use any text processing/deciphering tools and libraries I am afraid, but basic maths like numpy for matrices is fair game. Hope that helps, Harry