async http client¶
US Treasury Yield Curve
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
yield curve https://www.gurufocus.com/yield_curve.php
Understanding the Yield Curve
https://www.schwab.com/learn/story/understanding-yield-curve
What is a yield curve?
https://www.fidelity.com/learning-center/investment-products/fixed-income-bonds …
Tips on Python Module
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Import a Module
-
There are 3 different ways to import Python modules.
import module_name import module_name as alias from module import pkg_mod_or_fun
-
The module
importlib.resources
(since Python 3.7+) leverages …
Online Tools for Popular Programming Languages
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tables Generator for easily generating tables in different programming languges (HTML, Markdown, SQL, etc.).
UnDraw offers free to use pictures …
Tips on HTML
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Useful Tools
HTML Table Generator
Validation
validator Nu Html Checker – Helps you catch problems in your HTML/CSS/SVG
Tips on Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://lib.rs/
Rust Blessed is an unofficial guide to the Rust ecosystem.
Installation
Please refer to Tips on rustup for installing Rust using rustup (the recommended way for most users …