Re: [pylons-discuss] IDE or na

2019-06-07 Thread Steve Piercy
I found that using PyCharm's Community Edition (free) helped me immensely to learn Python. Autocompletion is a huge help. PyCharm offers a built-in terminal, so if your class requires its use, it is there in the IDE. Additionally the Professional version is free to students and teacher of

[pylons-discuss] IDE or na

2019-06-07 Thread Joshua Jackson
I want to create a PWA. When using Pyramid, do you recommend using an IDE such as Pycharm or some other way? In school we do all of our stuff through the command line, so wasn't sure. Thank you! -- You received this message because you are subscribed to the Google Groups "pylons-discuss"

Re: [pylons-discuss] Velruse… or what else?

2019-06-07 Thread Michael Merickel
On Fri, Jun 7, 2019 at 2:38 AM Jens Troeger wrote: > The recent OAuth thread > > recommends requests-oauthlib > … Can you recommend any > particular package, is the that one good?

Re: [pylons-discuss] Velruse… or what else?

2019-06-07 Thread Christian Ledermann
https://github.com/python-social-auth/social-app-pyramid may be worth a try (I used https://github.com/python-social-auth/social-app-django with great success) On Fri, 7 Jun 2019 at 08:38, Jens Troeger wrote: > Thank you Michael for sharing your insights here. I’ve looked through some > of the

Re: [pylons-discuss] Velruse… or what else?

2019-06-07 Thread Jens Troeger
Thank you Michael for sharing your insights here. I’ve looked through some of the code but, as you said, the testing looked rather daunting to me. On top of that, it's actually really easy (imo) to consume OAuth 2.x + > OpenID Connect apis directly. Most bindings for velruse end up being just a