Skip to content

Instantly share code, notes, and snippets.

@taodailOryx
taodailOryx / Python_Getting_Started.md
Last active July 10, 2022 18:35
Getting started with Python

Download & Install Python

  • https://python.org
  • Go to Downloads
  • Pick the latest stable release
  • Download the 64-bit version (x64) for your operating system
  • Once it's installed, open Powershell on your computer
    • Hit WinKey + R
    • Type powershell and hit Enter
    • At the command prompt, type python
  • Python will start, display the version, and show a REPL prompt (learn about this later): >>>
@taodailOryx
taodailOryx / Unicode table
Created February 21, 2018 21:10 — forked from ivandrofly/Unicode table
Unicode table - List of most common Unicode characters *
Unicode table - List of most common Unicode characters *
* This summary list contains about 2000 characters for most common ocidental/latin languages and most printable symbols but not chinese, japanese, arab, archaic and some unprintable.
Contains character codes in HEX (hexadecimal), decimal number, name/description and corresponding printable symbol.
What is Unicode?
Unicode is a standard created to define letters of all languages ​​and characters such as punctuation and technical symbols. Today, UNICODE (UTF-8) is the most used character set encoding (used by almost 70% of websites, in 2013). The second most used character set is ISO-8859-1 (about 20% of websites), but this old encoding format is being replaced by Unicode.
How to identify the Unicode number for a character?
Type or paste a character: