Author

Aviral Verma Avatar

Aviral Verma

Latest articles

by

  • How Encoding Works in Python

    ·

    ·

    17 min read

    We all know that the computer cannot store letters or numbers so we need some kind of mapping from these letters/numbers to bit strings (the only thing a computer can understand). One such known mapping is ASCII. If you’re not sure about ASCII and Unicode, let Aviral give you an introduction …