Marvin Kastner

Results 118 comments of Marvin Kastner

I guess "production environment" might be something very different depending on the use case. The JupyterHub could serve as an interface to a company/institution cluster (for known and trusted employees)...

Well, the logging module allows great flexibility and makes things easier. You can choose an arbitrary name, e.g. `logging.getLogger("bsmurphy/PyKrige")` and then disable propagation. That way you will never interfere with...

I agree that `warnings.warn` is more suitable than `logging.warning` in this context.

Well, actually it is an include logic which is not yet implemented in https://github.com/c4software/python-sitemap/blob/master/main.py

@davidcx89 yeap, sorry for bad phrasing, I maybe should have put more effort on describing the issue. If I'll find the time there might be a pull request somewhen soon.

Is there any plan / idea to replace sqlite with some other kind of database which supports modification by another programm during runtime? An SQL- or NOSQL-based database which is...

Of course, thanks a lot for the effort! Thanks a lot for sharing this project!

I will have a look and return to you later. One great source I found of somebody who has already dug a bit into the specs is this project: https://github.com/yuvipanda/hubtraf/...

My first attempt now is to re-write https://github.com/ricklamers/gridstudio/blob/master/grid-app/python/init.py in the following way: 1) I will first separate the "sheet" library into another file and add unit tests for that 2)...

First steps I have done at https://github.com/1kastner/gridstudio/tree/extract-sheet-library/grid-app/python - still some way to go, especially regarding testing!