Term Description Blockchain Think reversed linked list or linked stack Merkle Tree To verify transaction Hk is in tree need: HL + Hij + Hmnop + Habcdefgh Merkle DAG DAG...
Item Description Type Annotations https://docs.python.org/3/library/typing.html Retroactifve Type annotations https://github.com/Instagram/MonkeyType Get URL Content print urllib2.urlopen(‘http://google.com’).read() Remove chars and split, to list ‘jshfjshfjsh[]’.translate(None, ‘[] “\n’).split(‘,’) Diff arrays set([‘first’, ‘second’, ‘third’]) - set([‘first’,...
Term Meaning Weights and Vectors TF-IDF Weight higher the more a word appears in doc and not in corpusTerm Frequency Inverse Document Frequency length(TF-IDF, doc) num of distinct words...
Do Do that because Don’t ignore facts Saw some big object in logs? don’t ignore thisAs trivial as this may sound, everything we ignore while troubleshootingMay be the root cause,...