Join 📚 Kevin's Highlights
A batch of the best highlights from what Kevin's read, .
this is how you would use it with a Python script. We first define the match:
```yaml
- trigger: ":pyscript"
replace: "{{output}}"
vars:
- name: myvar
type: echo
params:
echo: "my variable"
- name: output
type: script
params:
args:
- python
- /path/to/your/script.py
```
And then, inside the script:
```python
/path/to/your/script.py
import osmyvar = os.environ['ESPANSO_MYVAR']# Do whatever you want with the myvar variable
```
There's no such thing as an informed centrist.
Most ppl who call themselves such are actually conservatives afraid of that label's (deserved) bad reputation.
There's No Such Thing as an Informed Centrist
Matthew Sheffield
The data engineering lifecycle
shifts the conversation
away from technology and
toward the data itself and the end goals that it must serve.
The stages of the data engineering lifecycle are as follows:
• Generation • Storage • Ingestion • Transformation • Serving
Fundamentals of Data Engineering
Reis, Joe;Housley, Matt;
...catch up on these, and many more highlights