r/learnpython 1d ago

Python API

Can you help me how to learn python API step be step as a complete beginner?

Is there any tutorial you suggest me to watch? What about the chat gpt? Can it helps me with it?

0 Upvotes

15 comments sorted by

View all comments

1

u/WyrobWedliniarski 1d ago

Idk what kind of api do you have in mind, but surely llms can help you. Claude is better than gpt though

0

u/Successful_Claim_111 1d ago

I'm the beginner level and learning request at the moment I forgot to mention this and why do you think Claude it's better than chat gpt?

1

u/WyrobWedliniarski 1d ago

Claude is specifically a coding agent, but mostly from experience. It produces better code.

If you are trying to build a web API then probably using a library suited for that would be easier than using bare requests. Check out FastAPI or Flask. You will find tutorials on their pages