About 267,000 results
Open links in new tab
  1. Russian character decoding in python - Stack Overflow

    Sep 6, 2016 · Your string is a unicode string because each character/code point with \u is only usable from a unicode string, you should prefix the string with u. Otherwise is a regular string …

  2. How to get ASCII cyrillic character code in Python?

    Python should be able to convert Unicode to that codepage. You can't; there are no Cyrillic characters in ASCII. The chart you've shown is for one of the many "extended ASCII" …

  3. RussianLanguage - Python Wiki

    ISO 639-1 Code: ru. There are some groundrules, some laid down by the site admins, some my suggestions: 1) Pages must be named in ASCII and English (PolishLanguage) 2) Pages must …

  4. Encode and Decode using KOI7 in Python

    This page serves as your gateway to understanding KOI7, a fascinating character encoding system primarily used in Russian computing. Here, you'll discover how to seamlessly …

  5. Как научить Python русскому языку — Учимся с Python

    Специфика работы в Python со строками на русском языке проистекает из того, что существует множество независимых кодировок для представления на компьютере букв, …

  6. Encode and Decode using ISO 8859-5 in Python

    How to Encode in Python Using ISO 8859-5. In Python, encoding text to ISO 8859-5 can be done easily using the built-in encode method. This method converts a string to bytes using the …

  7. GitHub - vlad-traveller/Python-Russian: Полный Курс Python

    Полный Курс Python 3: от Новичка до Мастера (Питон, Пайтон) - vlad-traveller/Python-Russian

  8. RussianPythonBooks - Python Wiki

    Russian project based on "How to think like a computer scientist. Learning with python" ( http://www.ibiblio.org/obp/thinkCSpy/ ). RussianPythonBooks (last edited 2008-11-15 14:01:17 …

  9. Python: decode russian string - Stack Overflow

    Aug 21, 2016 · Using that same web page, I can view it in a variety of encodings, but none of them result in a complete readable "Russian" text. I don't know how is it happening. But after …

  10. print russian and english alphabet using code lowcase symbols in python

    This code uses the chr() function to convert the Unicode code point to a character and then prints the characters using a loop. The range of unicode code points for the Russian alphabet is from …

  11. Some results have been removed
Refresh