Veit Schiele
Veit Schiele
* [nbdev: use Jupyter Notebooks for everything](https://www.fast.ai/2019/12/02/nbdev/) * [Docs](https://nbdev.fast.ai/)
* [Statistical Data Validation for Pandas](https://pandera.readthedocs.io/) * [dataenforce](https://github.com/CedricFR/dataenforce)
* `answer.c` ```c int answer(void) { return 42; } ``` * `answer.h` ```c int answer(void); ``` * `answer.pxd` ```pxd cdef extern from "answer.h": int answer() ``` * `answer.pyx` ```pyx cimport...
* [GitHub](https://github.com/gaogaotiantian/viztracer) * [Docs](https://viztracer.readthedocs.io/en/latest/) * [Profiling and tracing information for Python using viztracer and perf, the GIL exposed](https://github.com/maartenbreddels/per4m)
Lumen is a framework to build dashboards from a simple yaml specification. * [Docs](https://lumen.holoviz.org/index.html) * [GitHub](https://github.com/holoviz/lumen)
* [Home](https://www.prefect.io/) * [Jupyter Tasks](https://docs.prefect.io/api/latest/tasks/jupyter.html#executenotebook) * [prefect_PPP_demo.ipynb](https://github.com/PrefectHQ/prefect-binder-tutorial/blob/master/advanced-tutorials/prefect_PPP_demo.ipynb) * [Dask integration](https://examples.dask.org/applications/prefect-etl.html)
* pydantic * [ ] [GitHub](https://github.com/samuelcolvin/pydantic) * [ ] [Docs](https://pydantic-docs.helpmanual.io/) * [ ] [Fast API Extra Models](https://fastapi.tiangolo.com/tutorial/extra-models/) * sphinx-pydantic * [ ] [GitHub](https://github.com/Zsailer/sphinx-pydantic) * [ ] [Docs](https://sphinx-pydantic.readthedocs.io/en/latest/)
* [ipyevents](https://github.com/mwcraig/ipyevents)
1. Create the platform for systems engineers 2. Data exploration for data scientists 3. Refactoring, packaging, and web applications for data engineers
* [ReactTemplate](https://panel.holoviz.org/reference/templates/React.html) based on the [ react-grid-layout](https://github.com/STRML/react-grid-layout) * [MaterialTemplate](https://panel.holoviz.org/reference/templates/Material.html) based on [material-components-web](https://github.com/material-components/material-components-web) * [GoldenTemplate](https://panel.holoviz.org/reference/templates/GoldenLayout.html) based on [Golden Layout](http://golden-layout.com/); see also [ipylayout](https://jupyter-tutorial.readthedocs.io/de/latest/workspace/jupyter/nbextensions/ipylayout.html) * [BootstrapTemplate](https://panel.holoviz.org/reference/templates/Bootstrap.html) based on [Bootstrap](https://getbootstrap.com/) * [VanillaTemplate](https://panel.holoviz.org/reference/templates/Vanilla.html)