Python: Unicode 🐍
What is Unicode
Unicode in String
String in Python 3 is a sequence of unicode characters.
You do not need the u
in u"abc"
, but you can add it for familiarity with python 2.
The u
has no meaning.
Python, Unicode
Python, String
- Python: Quote String
- Python: Triple Quote String
- Python: Raw String
- Python: f-String (Format, Template)
- Python: String Escape Sequence
- Python: Unicode Escape Sequence
- Python: Print String
- Python: Print Without Newline
- Python: Convert to String
- Python: Join String
- Python: Format String
- Python: String Methods
- Python: Search Substring
- Python: Split String
- Python: String, Check Case, Char Class
- Python: Letter Case Conversion
- Python: Unicode 🐍
- Python 2: Unicode Tutorial