About 50 results
Open links in new tab
  1. How to get the ASCII value of a character - Stack Overflow

    Oct 22, 2008 · Numpy can also be used to get the ascii value of a character. It is particularly useful if you need to convert a lot of characters to their ascii/unicode codepoints.

  2. Convert string to ASCII value python - Stack Overflow

    Dec 9, 2011 · Convert string to ASCII value python Asked 14 years, 2 months ago Modified 2 years, 3 months ago Viewed 393k times

  3. How do I get a list of all the ASCII characters using Python?

    21 ASCII defines 128 characters whose byte values range from 0 to 127 inclusive. So to get a string of all the ASCII characters, you could just do

  4. How do I convert a list of ascii values to a string in python?

    Oct 7, 2008 · I've got a list in a Python program that contains a series of numbers, which are themselves ASCII values. How do I convert this into a "regular" string that I can echo to the screen?

  5. Python:Ascii character<->decimal representation conversion

    Dec 8, 2010 · Hi I need to be able to convert a ascii character into its decimal equivalent and vice-versa. How can I do that?

  6. How to check if a string in Python is in ASCII? - Stack Overflow

    Oct 13, 2008 · A string in python has no property corresponding to 'ascii', utf-8, or any other encoding. The source of your string (whether you read it from a file, input from a keyboard, etc.) may have …

  7. Convert int to ASCII and back in Python - Stack Overflow

    Feb 28, 2017 · Convert int to ASCII and back in Python Asked 15 years, 5 months ago Modified 3 years, 6 months ago Viewed 535k times

  8. How do I convert a single character into its hex ASCII value in Python ...

    How do I convert a single character into its hex ASCII value in Python? Asked 14 years, 3 months ago Modified 4 years, 2 months ago Viewed 235k times

  9. python - Print full ascii art - Stack Overflow

    May 13, 2014 · 2 No need to add ''.encode('utf-8') I print ASCCII art all the time using Python 3.6.7 on Ubuntu machines

  10. python - How to print each letter of ASCII VALUE - Stack Overflow

    Hi everyone I was just exploring through ASCII in python. But the thing is i cannot find the ASCII value by each letter of the entered value With its corresponding letter. I was just able to find A...