Explore >> Select a destination


You are here

gaganpreet.in
| | vsupalov.com
14.0 parsecs away

Travel
| | The moving parts of starting a small project in Flask - what, why and how.
| | python-future.org
9.8 parsecs away

Travel
| |
| | gauge.sh
15.3 parsecs away

Travel
| | How to identify third-party dependencies in Python code
| | www.peterbaumgartner.com
162.3 parsecs away

Travel
| 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.