Re: [Tutor] learn python to build payment processor

2018-07-12 Thread Anil Duggirala
> Not because you're not smart > enough but because none of us is smart enough. You sound like my brother. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] learn python to build payment processor

2018-07-12 Thread Mats Wichmann
On 07/11/2018 08:34 PM, boB Stepp wrote: > On Wed, Jul 11, 2018 at 9:01 PM Mats Wichmann wrote: > > From: >> (see https://www.python.org/dev/peps/pep-0020/) > It says: > > "Abstract > Long time Pythoneer Tim Peters succinctly channels the BDFL's guiding > principles for Python's design into 20

Re: [Tutor] learn python to build payment processor

2018-07-12 Thread Leam Hall
On 07/11/2018 05:41 PM, Anil Duggirala wrote: You don;t tell us your experience level. Im not a complete newbie, I understand basic programming. Anil, if you are doing this for a class project, or as a way to learn Python, then I applaud you! It will take time and be difficult but you

Re: [Tutor] learn python to build payment processor

2018-07-12 Thread Anil Duggirala
I appreciate your help very much Alan, I have homework to do now, thanks again, ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] learn python to build payment processor

2018-07-11 Thread boB Stepp
On Wed, Jul 11, 2018 at 9:01 PM Mats Wichmann wrote: From: > (see https://www.python.org/dev/peps/pep-0020/) It says: "Abstract Long time Pythoneer Tim Peters succinctly channels the BDFL's guiding principles for Python's design into 20 aphorisms, only 19 of which have been written down." What

Re: [Tutor] learn python to build payment processor

2018-07-11 Thread Mats Wichmann
On 07/11/2018 07:55 AM, Anil Duggirala wrote: > hello, > I would like to ask what for recommendations on books/resources to learn > python to build a payment processor. I need to understand how python works > with databases, user authentication and how a user can have an account page > to view

Re: [Tutor] learn python to build payment processor

2018-07-11 Thread Alan Gauld via Tutor
On 11/07/18 22:41, Anil Duggirala wrote: > Will the Django tutorial guide me toward connecting > Python and SQL? Yes, Django has its own mechanism for doing that and the tutorials will cover it. > Could you share a link to your SQL tutorial See the signature. On the left hand contents frame

Re: [Tutor] learn python to build payment processor

2018-07-11 Thread Anil Duggirala
> You don;t tell us your experience level. Im not a complete newbie, I understand basic programming. > If you can already program in any other language then just > use the standard Python tutorial on python.org. I will do this, thanks! >Then progress > to the Django tutorial on their web

Re: [Tutor] learn python to build payment processor

2018-07-11 Thread Alan Gauld via Tutor
On 11/07/18 14:55, Anil Duggirala wrote: > I would like to ask what for recommendations on > books/resources to learn python to build a payment processor. You don;t tell us your experience level. If you can already program in any other language then just use the standard Python tutorial on