You are here |
gaganpreet.in | ||
| | | |
vsupalov.com
|
|
| | | | The moving parts of starting a small project in Flask - what, why and how. | |
| | | |
python-future.org
|
|
| | | | ||
| | | |
gauge.sh
|
|
| | | | How to identify third-party dependencies in Python code | |
| | | |
www.peterbaumgartner.com
|
|
| | Recently I've been using Quarto to generate HTML reports to share with stakeholders and I'd like to share a workflow and configuration that has worked for me. Background Most of my programming I do in VSCode. A typical workflow involves using an IPython REPL for exploratory coding, organizing commonly used code into a package, and creating CLI functions with typer as an abstraction for common tasks. This approach solves 90% of my problems on data science projects and gives me a replicable workflow that's easily modified. |