-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnotes.txt
46 lines (26 loc) · 1017 Bytes
/
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
38
39
40
41
42
43
44
45
46
Common tags to use in blog posts
Use the "Text" view on wordpress
Around the puzzle description:
<em>Think of a word that rhymes with "orange".</em>
Around point of view:
<strong>John's point of view:</strong>
Around every code snippet:
[sourcecode language="python"]
def wtf():
pass
[/sourcecode]
Around console output:
[sourcecode]
Nothing rhymes with "orange".
[/sourcecode]
4/23/15
Next week, try using: https://pypi.python.org/pypi/progressbar2?
5/7/15
Maybe try to have a "solution" module which can be imported and reused, and there
we can stick reusable methods that we notice keep coming up
5/19/15
Maybe try using line_profiler to figure out whether lazy loading cmudict improves performance much.
installed http://www.microsoft.com/en-us/download/details.aspx?id=44266 to try to get line_profiler working
8/11/15
Type from Michelle Fullwod: Wordnik has phrases, so we could find "roast chicken" etc. Also, Wordnik has "lists",
which could serve as a very good "get_list" thing to try.