Python IDEs in Manjaro on the PBP - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114) +--- Thread: Python IDEs in Manjaro on the PBP (/showthread.php?tid=10508) |
Python IDEs in Manjaro on the PBP - phuzy - 06-30-2020 Linux novice looking to do some python development on my PBP. On Windows, I primarily use Sublime Text or Spyder. Unfortunately, Sublime Text does not appear readily available on aarch64 and I have been encountering errors when trying to launch Spyder in Manjaro (I suspect it is an unsupported qt version). What python IDEs would this community recommend? RE: Python IDEs in Manjaro on the PBP - qchapter1 - 06-30-2020 I'd start with Geany, it's available in the package manager for most distros that run on the PBP and is a great balance of speed and features. You might want to also check out VSCodium, the open-source build of VSCode. RE: Python IDEs in Manjaro on the PBP - phuzy - 06-30-2020 (06-30-2020, 09:47 PM)qchapter1 Wrote: I'd start with Geany, it's available in the package manager for most distros that run on the PBP and is a great balance of speed and features. You might want to also check out VSCodium, the open-source build of VSCode. Thanks for the suggestions! I like how Geany has a similar UI to Sublime Text (I might play around with it later). I'll give VSCodium a spin first, as it seems to be a bit more platform agnostic - thanks to the open-source build. I can learn it once and use it both on Linux/Windows! Update: I was successfully able to install VSCodium via AUR. Everything went smoothly following the official guide. RE: Python IDEs in Manjaro on the PBP - ronsims2 - 05-03-2021 I tried to install Codium and have yet to do so successfully. I tried to install Geany via snap and could not get it installed that way either. Ultimately I installed Geany via: Code: sudo pacman -S geany |