Veit Schiele
Veit Schiele
Change the way how to determine the Python version in [python38.ipynb](https://github.com/veit/jupyter-tutorial/blob/master/docs/workspace/jupyter/kernels/python38.ipynb) and [python39.ipynb](https://github.com/veit/jupyter-tutorial/blob/master/docs/workspace/jupyter/kernels/python39.ipynb). ``` In [1]: import sys !{sys.executable} --version Python 3.8.0 ```
[enscons](https://pypi.python.org/pypi/enscons/) could be an alternative to `distutils` or `setuptools`. One advantage seems to be that with [Scons](http://scons.org/) you get a full-fledged build system that does the work for you when...
[requests](https://requests.readthedocs.io/) is just a wrapper around [urllib3](https://urllib3.readthedocs.io/): * the upsides are nowadays only marginal * it don’t support HTTP/2 * there is no real progress.
HTTP server which provides an API for scheduling Scrapy spiders and making requests with spiders. See also * [Doc](https://scrapyrt.readthedocs.io/en/stable/) * [GitHub](https://github.com/scrapinghub/scrapyrt) * [ScrapyRT: Turn Websites Into Real-Time APIs](https://blog.scrapinghub.com/scrapyrt-turn-websites-into-real-time-apis) * [Scrapy...
* [Repo](https://github.com/datapane/datapane) * [Datapane Demos](https://github.com/datapane/gallery) * [Docs](https://docs.datapane.com/)
* [versioneer](https://github.com/warner/python-versioneer/) * [Extending git](https://www.atlassian.com/git/articles/extending-git) * [git-version-bump](https://github.com/mpalmer/git-version-bump)
* [pandas-profiling](https://github.com/pandas-profiling/pandas-profiling)
* [ipython-sql](https://github.com/catherinedevlin/ipython-sql)
* [Home](https://cml.dev/) * [github.com/iterative/cml](https://github.com/iterative/cml) * [CML basic use case](https://github.com/iterative/cml_base_case) * [Example Continuous Machine Learning project](https://github.com/iterative/example_cml)
* [Connected papers in a visual graph](https://www.connectedpapers.com/)