Amit Kumar
Amit Kumar
Currently the app runs on Google App Engine's Python 2 Runtime. We need to migrate to Python 3 runtime. This cannot happen in one go. It would happen over multiple...
Reproduce here: https://sympygamma.com/input/?i=solve+x**2+-+4 Error: ``` Error: solve x**2 - 4 unsupported operand type(s) for -: 'list' and 'Integer' ```
It seems the Python 3.8 runtime is Generally available now, it would be good upgrade sooner than later: https://cloud.google.com/appengine/docs/standard/python3/runtime
Currently we don't have a way to know the coverage of our tests, it will very useful to know coverage.
### Feature description This is an umbrella issue for improving QHub's setup experience. This includes: - [ ] Improving theย `qhub init`ย call - could cover https://github.com/Quansight/qhub/issues/1368 - [ ]...
### Feature description Ability to spin up dask workers in a single availability Zone in AWS. ### Value and/or benefit While running data intensive tasks via dask workers, it happens...
At the moment when the K8s deploy fails, there is not much information for the user in the CI logs for the user to figure out the root cause of...
The official docs website is broken. http://pydsa.readthedocs.io/en/latest/
- [x] Binary Search - [x] Quicksort - [x] Merge Sort - [ ] Suffix Array - [ ] Knuth-Morris-Pratt Algorithm (KMP) - [ ] Rabin-Karp Algorithm - [ ]...
**TODO** **DS** - [ ] Linked List - [x] Stack - [x] Queue - [x] Binary Tree - [ ] Binary Search Tree (Under Progress) - [ ] Graph (BFS...