[Tutor] learn python to build payment processor

2018-07-11 Thread Anil Duggirala
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 all his details; something like you would see when you lo

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 site.

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-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

[Tutor] Info on APIs and handling JSON

2018-11-16 Thread Anil Duggirala
hello, I have been looking for documentation about how to connect to APIs and using the provided info within python. I have found a few websites talking about very particular cases. Probably the most enlightening was the 'requests' library documentation. Can someone please point me to serious and

Re: [Tutor] Info on APIs and handling JSON

2018-11-22 Thread Anil Duggirala
thanks a lot Mats, that is what I was thinking. The info on JSON will however be useful to me anyways, thanks a lot, On Fri, Nov 16, 2018, at 6:06 PM, Mats Wichmann wrote: > On 11/16/18 12:31 PM, Anil Duggirala wrote: > > hello, > > > > I have been looking for documentation

[Tutor] pip issue

2019-05-02 Thread Anil Duggirala
hello, I executed the pip3 install --user -r contrib/requirements/requirements.txt (I actually did sudo before that). I then interrupted the process with Ctrl-C. Now, when I execute the same command I get: Collecting aiorpcX<0.18,>=0.17.0 (from -r contrib/requirements/requirements.txt (line 5))

Re: [Tutor] pip issue

2019-05-03 Thread Anil Duggirala
On Fri, 2019-05-03 at 10:14 +1000, Cameron Simpson wrote: > On 02May2019 17:24, Anil Duggirala wrote: > > I executed the pip3 install --user -rĀ  > > contrib/requirements/requirements.txt (I actually did sudo beforeĀ  > > that). > > Please don't use sudo for thi

Re: [Tutor] pip issue

2019-05-04 Thread Anil Duggirala
> > 9a0d86eb (from https://pypi.org/simple/aiorpcx/) (requires- > > python:>=3.6) is incompatible with the pythonversion in use. > > Acceptable > > python versions are:>=3.6 > > Ok, so it clearly says you need a Python version greater > than or equal to 3.6. Which version of Python are you using?