WSwarner smithinwarner.hashnode.dev·Jul 27, 2022 · 2 min readWhat is hashmap in PythonHash tables are a type of data structure in which the address or the index value of the data element is generated from a hash function. That makes accessing the data faster as the index value behaves as a key for the data value. In other words Hash t...01C
WSwarner smithinwarner.hashnode.dev·Jun 18, 2022 · 1 min readUnicodeUnicode Characters Unicode Characters made this thing easier we can say that It is a tool that can print any symbol, special character, emoji, and other language alphabets. These are the characters that we can use in place of the space key. It is a ...00