Code Snippets

30 seconds of code provides a curated collection of short code snippets for all your development needs. Our collection spans many topics, ranging from simple coding problems to theoretical concepts and development techniques.

  • Number to binary

    Returns the binary representation of the given number.

    Python, Math · Oct 7, 2020

  • Number to hex

    Returns the hexadecimal representation of the given number.

    Python, Math · Oct 9, 2020