python目前直接从python3入手。
- 安装pip
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py python3 get-pip.py
- 安装IDE
opensuse上无法安装thonny,https://thonny.org/
pip install thonny
安装opensuse上的IDE,从flatpak安装跨桌面发行版的应用商店
- 专业版的IDE——PyCharm
官网:https://www.jetbrains.com/
flatpak install PyCharm-Community
- 简单的IDE——pyzo
zypper install pyzo
参考资料:
- https://blog.csdn.net/u013488089/article/details/90713401
- https://blog.csdn.net/culing2941/article/details/108617677