- 30 mar., 2016 1 validation
-
-
SnShine a écrit
-
- 29 mar., 2016 1 validation
-
-
SnShine a écrit
-
- 22 mar., 2016 2 validations
-
-
Chirag Vartak a écrit
-
SnShine a écrit
-
- 20 mar., 2016 1 validation
-
-
norvig a écrit
-
- 19 mar., 2016 3 validations
- 16 mar., 2016 2 validations
- 15 mar., 2016 1 validation
-
-
Chirag Vartak a écrit
-
- 13 mar., 2016 2 validations
-
-
Chirag Vartak a écrit
-
norvig a écrit
-
- 12 mar., 2016 3 validations
-
-
Sidharth Sindhra a écrit
-
Chirag Vartak a écrit
-
Stuart Russell a écrit
Remove count_if, find_if, every, some, Struct; replace them with modern Python equivalents.
-
- 11 mar., 2016 3 validations
-
-
Lucas Moura a écrit
-
Chirag Vartak a écrit
-
Chipe1 a écrit
-
- 10 mar., 2016 1 validation
-
-
MircoT a écrit
-
- 09 mar., 2016 1 validation
-
-
MircoT a écrit
- Fix relative imports in base of is a package or not - Fix not working notebooks - Add notebooks to packages sources
-
- 08 mar., 2016 2 validations
- 07 mar., 2016 1 validation
-
-
SnShine a écrit
-
- 06 mar., 2016 6 validations
- 05 mar., 2016 9 validations
-
-
Tarun Kumar a écrit
-
SnShine a écrit
-
Tarun Kumar a écrit
-
Tarun Kumar a écrit
-
Tarun Kumar a écrit
-
norvig a écrit
These functions, which I had to implement in Python 2.2, are now available in standard Python.
-
norvig a écrit
use “raise NotImplementedError” for abstract methods
-
norvig a écrit
-
norvig a écrit
This is really the pull request from tmrts, but as a novice git user, I couldn't figure out how to do the merge after there were some other changes, so I did it manually. Sorry that you don't get official credit, tmrts, but thanks!
-
- 04 mar., 2016 1 validation
-
-
utk1610 a écrit
To make product to work in python 3+ , loop over the list Or in case if you want to make the code precise import following statment and change the return statment import operator import functools return functools.reduce(operator.mul, numbers, 1)
-