Commit Graph

  • 6fa559064a Added snippet to demo exceptions. Donne Martin 2015-01-25 05:48:18 -0500
  • a0f928a591 Added snippet to access help Donne Martin 2015-01-25 05:47:14 -0500
  • 35b16335c7 Simplified unit test to test only user-generated functionality with the move to IPython Notebooks Donne Martin 2015-01-25 05:40:33 -0500
  • 86a16a4f1c Fixed README IPython urls Donne Martin 2015-01-24 15:27:18 -0500
  • e181d7180c Added IPython Notebook python basics snippets Donne Martin 2015-01-24 15:25:50 -0500
  • b171b3f316 Renamed util.py to type_util.py and test_util.py to test_type_util.py to be more descriptive that these files work with types. Donne Martin 2015-01-24 15:21:44 -0500
  • 278ac5fba6 Updated README descriptions with new focus on IPython Notebooks. Added first IPython Notebook link. Donne Martin 2015-01-24 13:32:17 -0500
  • 1957222030 Reset datetime IPython Notebook prompt numbers Donne Martin 2015-01-24 13:29:58 -0500
  • 2472d4cb52 Added IPython Notebook datetime snippets Donne Martin 2015-01-24 13:18:54 -0500
  • 2869bce587 Exclude IPython notebook checkpoints from source control Donne Martin 2015-01-24 13:16:44 -0500
  • 5c7c6e10b6 Added failure case for test_isinstance. Donne Martin 2015-01-24 11:04:38 -0500
  • c25b655dc1 Changed first parameter of test_convert_to_list to self rather than the unused obj. Donne Martin 2015-01-24 11:02:53 -0500
  • 1b783a75fb Added docstrings to test_attributes_fail and test_convert_to_list. Donne Martin 2015-01-24 11:01:36 -0500
  • bdb30c025b Removed dummy date_util.py, snippets are contained in the nose test Donne Martin 2015-01-24 08:19:18 -0500
  • 4c6bcef382 Added snippet for datetime replace. When aggregating or grouping time series data, it is sometimes useful to replace fields of a series of datetimes such as zeroing out the minute and second fields. Donne Martin 2015-01-24 08:14:50 -0500
  • 9215edb560 Refactored duplicated local dt variable to be a class variable. Donne Martin 2015-01-24 08:14:10 -0500
  • 91f5a0d84b Added snippet for strptime Donne Martin 2015-01-24 07:57:34 -0500
  • c4cda0bd0c Added snippet for strftime Donne Martin 2015-01-24 07:56:12 -0500
  • 9d92a16ea5 Added snippet for datetime Donne Martin 2015-01-24 07:54:57 -0500
  • a5b6a3735f Changed to use the cls convention for classmethods instead of self. Donne Martin 2015-01-24 07:08:41 -0500
  • 595ab2358b Tweaked docstrings. Donne Martin 2015-01-24 07:08:07 -0500
  • 0510eb997c Updated README wth list of packages this repo will contain. Donne Martin 2015-01-24 06:55:05 -0500
  • e94bebfb61 Added snippet to test for references, is versus == Donne Martin 2015-01-24 06:54:21 -0500
  • bd7547d3c8 Added scipy snippet skeleton package Donne Martin 2015-01-23 19:14:49 -0500
  • ce581c0579 Added pandas snippet skeleton package Donne Martin 2015-01-23 19:14:38 -0500
  • 8776392271 Added numpy snippet skeleton package Donne Martin 2015-01-23 19:14:27 -0500
  • 58c8086d68 Added matplotlib snippet skeleton package Donne Martin 2015-01-23 19:14:05 -0500
  • de2d07239c Added __init__.py to core Donne Martin 2015-01-23 19:08:22 -0500
  • 27eb1345be Moved snippets and tests dealing with core Python functionality to the core folder Donne Martin 2015-01-23 19:06:52 -0500
  • 4c94ff5948 Added snippet to convert an object to a list. Useful when writing functions that can accept multiple types of input (list, tuple, ndarray, iterator). Donne Martin 2015-01-23 16:58:34 -0500
  • 52552208c1 Added snippet to test if an object is iterable. Donne Martin 2015-01-23 16:47:51 -0500
  • a7262a50a2 Added snippet for using getattr. getattr, hasattr, and setattr can be used to write generic, reusable code. Donne Martin 2015-01-23 16:29:19 -0500
  • cfa84449b9 Removed unnecessary call to main from nose test. Donne Martin 2015-01-23 16:22:21 -0500
  • 67b939f1bc Added snippet that tests for whether an object is of a particular instance Donne Martin 2015-01-23 16:09:17 -0500
  • 3c272027e1 Added __init__.py files Donne Martin 2015-01-23 16:08:32 -0500
  • 343670807a Added LICENSE Donne Martin 2015-01-23 16:07:56 -0500
  • 030fc9bca4 Updated README with repo name and description Donne Martin 2015-01-23 16:06:28 -0500
  • 746c8df6a6 Added .gitignore Donne Martin 2015-01-23 16:05:47 -0500
  • 62c3058353 first commit Donne Martin 2015-01-23 14:38:58 -0500