# Python tools used for this stack 🐍 [![follow](https://img.shields.io/github/followers/jupiterorbita.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/jupiterorbita) ![VSCode](https://img.shields.io/badge/Visual_Studio_Code-0078D4?style=for-the-badge&logo=visual%20studio%20code&logoColor=white) ![Python](https://img.shields.io/badge/Python-14354C?style=for-the-badge&logo=python&logoColor=f6d766) ![Flask](https://img.shields.io/badge/Flask-000000?style=for-the-badge&logo=flask&logoColor=white) ![MySQL](https://img.shields.io/badge/MySQL-005C84?style=for-the-badge&logo=mysql&logoColor=white) ## [Visual Studio Code](https://code.visualstudio.com/) out text editor! ## [Cmder](https://cmder.app/) ![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white) For Python I use this instead of `CMD PROMPT` (the default windows terminal) ## [vscode-icons](https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons) show icons for each file in the explorer menu ## [Better Comments](https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments) create more human-friendly comments in your code. Categorize your annotations into: - Alerts `!` - Queries `?` - TODOs `TODO` - Highlights `*` ![better-comments-preview](https://raw.githubusercontent.com/aaron-bond/better-comments/084a906e73a3ca96d5319441714be8e3a2a8c385/images/better-comments.PNG) ## [Code Runner](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner) Run code snippet or code file for multiple languages: ## [Auto Rename Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag) Automatically rename paired HTML/XML tag, same as Visual Studio IDE does.
## [Better Jinja](https://marketplace.visualstudio.com/items?itemName=samuelcolvin.jinjahtml) ![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54) Syntax highlighting for jinja(2) including HTML, Markdown, YAML and other templates. ## [Black Formatter](https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter) ![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54) opinionated formatter for Python
in your vscode `settings.json` add the following: ```json "[python]": { "editor.defaultFormatter": "ms-python.black-formatter" } ``` ## Extra ## [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) Spelling Checker for Visual Studio Code