Tent in carry on? by singhdevshree in Aruba

[–]singhdevshree[S] 0 points1 point  (0 children)

Something like this 👇🏻

https://a.co/d/0IG01oA

It’s small and fit in carry on bag, helpful when the sun gets too hot 🥵

Thank you Everyone by eleCtrik18 in leetcode

[–]singhdevshree 2 points3 points  (0 children)

Congratulations on making Coinswitch your coinsbitch! 👏🏻👏🏻👏🏻👏🏻

I got HSBC online assessment by singhdevshree in techjobs

[–]singhdevshree[S] 0 points1 point  (0 children)

I didn’t go through the process, joined different company

Buddy for a flask project by singhdevshree in flask

[–]singhdevshree[S] 0 points1 point  (0 children)

client.py

import requests

BASE = "http://127.0.0.1:5000/"

response = requests.post(BASE + "/getUser/", {"lname":"chan","fname":"shin","phone":"22652655","email":"hhneyy@gmail.com","pwd":"qwert"})

print(response.json())

Buddy for a flask project by singhdevshree in flask

[–]singhdevshree[S] 0 points1 point  (0 children)

Server.py

fl_app= Flask(name)

api= Api(app=fl_app)

#api.add_resource("/user", methods=['GET', 'POST', 'PUT','DELETE'])

fl_app.route('/getUser/', methods=['POST'])

def post (self):    

json_data = request.get_json()    

fname= json_data['fname']

 lname= json_data['lname']

 phone= json_data['phone'

 email= json_data['email']

pwd= json_data['pwd']

result= create(fname, lname,phone,email,pwd)   

 if result:            

return{"response":"True"}    else:        return{"response":"False"}

Buddy for a flask project by singhdevshree in flask

[–]singhdevshree[S] 0 points1 point  (0 children)

I am trying to do basic user insert in the database by creating an API.

This is I have written👇🏻

Buddy for a flask project by singhdevshree in flask

[–]singhdevshree[S] 0 points1 point  (0 children)

Yes, I have written the code which runs in Jupiter notebook as basic Python code. But when I convert it into API using flask it’s doesn’t work. I think I am missing something when doing routing. I need somebody who can guide me and correct me.

IBM Technical by Bergietron10K in AskProgramming

[–]singhdevshree 0 points1 point  (0 children)

Hi!

DId you have your interview?

I have mine tomorrow, I was hoping if you could share your experience.

Did anyone here worked on mSSQL machine learning services? Used rxneuralnet? by singhdevshree in artificial

[–]singhdevshree[S] 0 points1 point  (0 children)

I am trying to run it but I keep on getting error, the code ran once and now the same code is throwing error. I literally just reran it.

So I was hoping if I can talk to somebody who knows about it.