Paul Smith
Paul Smith
Thanks for the detailed reply @marinegor ! I think @IAlibay is right and it would perhaps be easier to have a call to discuss some of these points. I'll just...
> would organising a call to discuss this all further be wise here? I feel like there's a lot here and it might be better suited to synchronous communication. I...
> Could you put the integer dtype histogram change into a separate PR to make it easier to review? Yep, will do 🙂
Yeah good idea, it became surprisingly complicated! I've removed the notification of requested vs actual bins that I previously added (you can see it in the video above) , do...
> Sorry this has taken so long to get to, no worries 😄 Thanks for the reviews and for merging it!
Ooops! Should have actually read the docs. But yeah, +1 on a separate page for CLIs, and for renaming `Utility libraries`
> I think I vote to rename "Utility Libraries" → "Libraries" or "Libraries we recommend" but! keep a long list of them all there (alphabetised: API libraries, CLI libraries, GUI...)....
> > I'm still 👎 about a different page for each type of library and think we should have a large(ish) single page with all libraries that we recommend/use and...
Any thoughts on which toolkits to include / recommend? Some we could include: - [QtPy](https://github.com/spyder-ide/qtpy) - [PySide6](https://wiki.qt.io/Qt_for_Python) - [magicgui](https://github.com/pyapp-kit/magicgui) Plus more application-specific ones: - [napari](https://github.com/napari/napari) - [PyVistaQt](https://github.com/pyvista/pyvistaqt) - [Trame](https://github.com/Kitware/trame) (a...
> QtPy is a small abstraction layer that lets you write applications using a single API call to either PyQt or PySide. > > It provides support for PyQt5, PySide2,...