DEV Community

freecoderzhaoshuai
freecoderzhaoshuai

Posted on

which is faster to make a web api,python or .net core?

database is same(sql server)

Top comments (2)

Collapse
 
checor profile image
Sergio U

For me will be Python, using Django with Django Rest Framework.

But I think there will be tools in .net that would develop at at the same speed if not faster. Depends on how comfortable you are with the tool.

For me Python leads me to develop with speed, but your mileage may vary.

Collapse
 
pizmovc profile image
Luka

I think this entirely depends on which languages you know and your level of mastery with them. I'd choose the one that you feel most comfortable and productive with.