First, create a new project using poetry
read moreOther articles
Emmet Abbreviations in VSCode
Installing Racket (Scheme) in WSL
We’ll install Racket from
read moreapt
as follows, as the snap version ended up with many hasslesraco is Racket’s Package Management System (among other things …)
In the Racket programming language,
read moreraco
is a command-line tool used to interact with Racket's package management system, run tests, build documentation, and perform other tasks related to Racket development. It's a versatile utility that automates various tasks in Racket projects.Writing Racket (Scheme) in Jupyter Notebooks
First, we’re going to install Jupyter. As we don’t want to contaminate our global Python installation, we’ll do this in a venv
read moreDebugging Python programs that require CLI arguments in VSCode
Command Palette (CTRL+SHIFT+P): Debug: Add Configuration
read moreDebugging Python Tests in VSCode
VSCode offers native test capabilities that are quite useful. Testing Python in Visual Studio Code
read moreSuppressing Rich Tracebacks in Typer Apps
This must be applied to the configuration of the Typer object created for the CLI.
read moreUninstalling Poetry Completions for zsh
Here’s how to enable: https://python-poetry.org/docs/#enable-tab-completion-for-bash-fish-or-zsh
read more