-
Notifications
You must be signed in to change notification settings - Fork 417
/
notes.txt
37 lines (34 loc) · 1.31 KB
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Python 3.1:
OrderedDict
"".format() auto-numbered format specifiers
unittest: assertRaises context block (?)
importlib
(possibly) yield from
(possibly) IP address library
http://www.alanwood.net/unicode/general_punctuation.html
http://www.alanwood.net/unicode/arrows.html
http://www.alanwood.net/unicode/miscellaneous_technical.html
http://www.alanwood.net/unicode/miscellaneous_symbols.html
http://www.alanwood.net/unicode/mathematical_operators.html
http://www.alanwood.net/unicode/dingbats.html
⚠ - white warning sign (triangle with exclamation point inside)
☺ - white smiling face
☜ - white left pointing index
☞ - white right pointing index
☚ - black left pointing index
☛ - black right pointing index
☠ - skull and crossbones
☑ - ballot box with checkmark
⚐ - white flag
⚑ - black flag
⍟ - APL circle star
✪ - circled white star
∴ - therefore (three dots in a triangle)
‽ - interrobang
❝ - heavy double turned left comma quotation mark ornament
❞ - heavy double turned right comma quotation mark ornament
◉ - fisheye
⍥ - APL FUNCTIONAL SYMBOL CIRCLE DIAERESIS
※ - reference mark
http://docs.python.org/dev/library/turtle.html
http://svn.python.org/projects/python/trunk/Demo/turtle/