--- # Improve VS Code Experience - **Appearance** - **Themes**: [VS Code Themes](https://vscodethemes.com/) - **Fonts**: [Coding Fonts](https://coding-fonts.netlify.app/), [142 Programming Fonts](https://www.programmingfonts.org/) - **Extensions**: - **Code Formatting**: - Black Formatter/Ruff, isort, Prettier - **Documentation**: - Markdown All in One, Better Comments, Code Spell Checker - **Fun**: - Power Mode, vscode-faker
--- # Flask Practice - In ***helloflask*** project/folder, add one web page and a route that asks user to enter a location and display the current temperature.