 
      
    | You are here | www.edwinwenink.xyz | ||
| | | | | 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. | |
| | | | | www.dataquest.io | |
| | | | | Learn how to create your first Jupyter Notebook, important terminology, and how easily notebooks can be shared and published online. | |
| | | | | nextjournal.com | |
| | | | | Jupyter notebooks generate files that may contain metadata, source code, formatted text, and rich media. Unfortunately, this makes these files poor candidates for conventional version control solutions, which works best with plain text. | |
| | | | | mcuoneclipse.com | |
| | | This is the third part in a series to get up and running using the Microsoft Visual Studio Code for embedded development on ARM Cortex-M. So far we have installed the needed tools, created a project and are able to build it from the command line. Now it is about how execute directly scripts or... | ||