From 70796812f98c8e63392cff6a6c1781f439bb9b39 Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:30:11 -0800 Subject: [PATCH] removed some sites --- docs/devtools.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/devtools.md b/docs/devtools.md index f6334340e..e2559a251 100644 --- a/docs/devtools.md +++ b/docs/devtools.md @@ -650,18 +650,13 @@ * 🌐 **[Awesome Python](https://awesome-python.com/)** - Python Resources * ⭐ **[Automate The Boring Stuff](https://automatetheboringstuff.com/)** - Python Automation Book -* ⭐ **[Ruff](https://docs.astral.sh/ruff/)** - Python Linter / [GitHub](https://github.com/astral-sh/ruff) * [memlayout](https://memlayout.com/) - Python Code Visualization * [Python Cheatsheet](https://gto76.github.io/python-cheatsheet/) or [SpeedSheet](https://speedsheet.io/) - Python Cheat Sheets -* [Tkinter Designer](https://github.com/ParthJadhav/Tkinter-Designer) - Create Python GUI * [Python Patterns](https://python-patterns.guide/) - Python Design Patterns * [Clean Code Python](https://github.com/zedr/clean-code-python) - Clean Up Python Code -* [pipx](https://pipx.pypa.io) - Execute Python Binaries in Isolated Environments * [RustPython](https://rustpython.github.io/) - Python Interpreter -* [pipxu](https://github.com/bulletmark/pipxu) - Install / Run Python Apps in Isolated Environments * [Thonny](https://thonny.org/) - Python IDE * [Online Python Compiler](https://www.onlinegdb.com/online_python_compiler) - Online Python Editor & Tester -* [Gooey](https://github.com/chriskiehl/Gooey) - Convert Python CLI Apps into GUI Apps ***