removed some sites

This commit is contained in:
nbats 2024-12-12 09:30:11 -08:00 committed by GitHub
parent 01fb147dfb
commit 70796812f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
***