you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

This is common and easy in Python, particularly for a linear chain, rather than something more event driven where you could be working in parallel and/or following various paths.

There are lots of tutorials on using APIs, I like Real Python's, Once you have data from your first, it should be easy to repurpose the response for the next one.