Commit Graph

91 Commits

Author SHA1 Message Date
Donne Martin
97c7118117 Added snippet for generators. 2015-01-27 12:57:08 -05:00
Donne Martin
900b493e54 Added currying snippet. 2015-01-27 11:14:57 -05:00
Donne Martin
54b1c29bcc Added discussion of closures being used for decorators and the usefulness of decorators. 2015-01-27 11:14:36 -05:00
Donne Martin
2de3d867c4 Added comment to describe what map does. 2015-01-27 10:26:48 -05:00
Donne Martin
cd6afd474c Added section to install nose. Updated markdown discussions for clarity and consistency. 2015-01-27 10:26:28 -05:00
Donne Martin
3574594172 Updated markdown discussions for clarity and consistency. 2015-01-27 10:25:08 -05:00
Donne Martin
03597adc58 Updated markdown discussions for clarity and consistency. 2015-01-27 10:24:42 -05:00
Donne Martin
daa7665ef7 Updated markdown discussions for clarity and consistency. 2015-01-27 10:22:43 -05:00
Donne Martin
e7ea21486d Updated markdown discussions for clarity and consistency. 2015-01-27 10:21:16 -05:00
Donne Martin
90a0fd501f Added *args, **kwargs snippet. 2015-01-26 16:59:02 -05:00
Donne Martin
84fb0356bf Added closure snippet. 2015-01-26 16:12:30 -05:00
Donne Martin
9e87f05f43 Added lambda snippet. 2015-01-26 15:43:27 -05:00
Donne Martin
4f79034549 Fixed IPython Notebook links on nbviewer as a result of repo name change. 2015-01-26 14:10:37 -05:00
Donne Martin
9fabf8e01b Added map snippet. 2015-01-26 14:07:37 -05:00
Donne Martin
42f6f9f6b5 Added functions snippet IPython Notebook. 2015-01-26 13:56:49 -05:00
Donne Martin
6fa1d5f20e Run nosetest with -v for verbose output to see which tests are run. 2015-01-26 13:56:12 -05:00
Donne Martin
bf1f35d7af Added comprehension snippets for list, dict, and set. Tweaked a few snippets and content. 2015-01-26 13:00:12 -05:00
Donne Martin
c8a06dcd85 Added dict items() snippet. Tweaked a few snippets and comments. 2015-01-26 12:58:58 -05:00
Donne Martin
5131bc8a46 Tweaked repo description. 2015-01-26 09:31:51 -05:00
Donne Martin
82e4208222 Used a relative path to link the nose test to the code being tested to decouple repo name. 2015-01-26 09:31:24 -05:00
Donne Martin
c35b79f485 Added scikit-learn skeleton. Marked which projects are under active development and which are coming soon. Removed redundant info. 2015-01-26 09:15:12 -05:00
Donne Martin
76e1983687 Removed basics IPython Notebook, refactoring useful content to other notebooks and removing content that is too elementary. 2015-01-26 09:09:06 -05:00
Donne Martin
beb45c6981 Added repo scratch dir to ignore 2015-01-26 09:07:25 -05:00
Donne Martin
3e23f1bd06 Added IPython Notebook demonstrating nose unit tests. 2015-01-26 09:00:11 -05:00
Donne Martin
5afd0cd32a Added set to index 2015-01-26 07:35:41 -05:00
Donne Martin
ef79a0cad3 Added set snippets. 2015-01-26 07:32:04 -05:00
Donne Martin
db9f29536d Added index of topics discussed in Notebook. 2015-01-26 07:28:08 -05:00
Donne Martin
def100a9ce Added index of topics discussed in Notebook. 2015-01-26 07:27:42 -05:00
Donne Martin
3be6c4dc02 Added index of topics discussed in Notebook. 2015-01-26 07:27:13 -05:00
Donne Martin
32947e0722 Added index of topics discussed in Notebook. 2015-01-26 07:26:50 -05:00
Donne Martin
a5a778ae6b Moved range and xrange snippets from basics to structs_utils IPython Notebook. 2015-01-26 07:23:28 -05:00
Donne Martin
79165b5dee Added dict snippets. 2015-01-25 16:09:07 -05:00
Donne Martin
74d38103cc Added data structures utilities IPython Notebook. Tweaked repo description and core description. 2015-01-25 13:44:20 -05:00
Donne Martin
beca89c977 Split up data structures IPython Notebook to two separate Notebooks, one to hold data structures, and one to hold data structure utils. 2015-01-25 13:43:03 -05:00
Donne Martin
32f4daf609 Added enumerate snippet. 2015-01-25 12:55:43 -05:00
Donne Martin
86a1463df3 Added reversed snippet. 2015-01-25 12:44:19 -05:00
Donne Martin
d3482764e8 Added zip snippets. Tweaked some variables used in snippets. 2015-01-25 12:41:04 -05:00
Donne Martin
a152e86d58 Added sorted snippets. 2015-01-25 12:18:28 -05:00
Donne Martin
661b71035b Converted python comments to markdown to improve readability. Tweaked slice snippets. 2015-01-25 09:34:33 -05:00
Donne Martin
da26235b6d Converted python comments to markdown to improve readability. 2015-01-25 09:22:23 -05:00
Donne Martin
adc34fe231 Renamed Util to TypeUtil in the IPython Notebook to be more more descriptive. Previously I erroneously renamed this in the generated .py file only. 2015-01-25 09:18:11 -05:00
Donne Martin
1bc5e1cf83 Converted python comments to markdown to improve readability. 2015-01-25 09:13:09 -05:00
Donne Martin
60b1901186 Added slice snippets 2015-01-25 09:04:56 -05:00
Donne Martin
ff31684ee5 Added bisect snippets. 2015-01-25 08:25:44 -05:00
Donne Martin
bf990b4beb Added sort snippets 2015-01-25 08:18:02 -05:00
Donne Martin
7537b138d6 Added data structures IPython Notebook to README 2015-01-25 07:25:11 -05:00
Donne Martin
5162c13f5b Added snippets for list data structure. 2015-01-25 07:24:12 -05:00
Donne Martin
adc16ceddb Added IPython Notebook for data structures, starting with snippets for tuples. 2015-01-25 06:52:00 -05:00
Donne Martin
125f5c0c81 Renamed Util class to TypeUtil to be more descriptive. 2015-01-25 06:07:04 -05:00
Donne Martin
c2ddddcdcd Removed obsolete date unit test, this is now demonstrated in the IPython notebook. 2015-01-25 06:03:55 -05:00