API script to pull AirlineFlightSchedules and export as csv

How would you get it to pull flight Schedules and export as a csv file?

I have seen templets on how to get it to pull full airline flight schedules thanks. Im new to this thanks

We don’t return the data in CSV format, but you can write a script that would do either a JSON/REST or SOAP/XML query and then iterate over the response and write out a CSV. What programming language are you most familiar with?

I would love to learn how to do this with Python/JSON