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
> 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.
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
> 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
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
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
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))
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
> > 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?