Message from Python discussions
December 2018
— Yeah
Is this madness?class map(APIView):
def post(self, request):
image = request.data.get('image')
with tempfile.NamedTemporaryFile(delete=True) as image:
with tempfile.NamedTemporaryFile(delete=True) as csv:
# save image to the location of the temporary file image
# run script with the csv as output parameter, bash script :(
# return the csv, the temporary files should close after this
print("TODO")
— Wow. Thanks alot man. I really appreciate this.👍😎.
— Kindly suggest me a good book ,pdf or tutorial to learn python thoroughly
— pythonres
— Is there any django package for implementing chats
— I think so
— Ow , what's dis?
— Yes, practice practice practice
— Hello everyone ,
I need to design a question answering system(there a text and from text I will guess the answer) by Python and nltk , but I do not know how I will start and what I need . Can I one help me , any references ,books , videos and steps?
And thanks .
— Yup ! 😊😄
— Nice pp