apify / apify-client-python

Apify API client for Python
https://docs.apify.com/api/client/python/
Apache License 2.0
42 stars 10 forks source link

chore: Add Python Client examples [docs] #191

Closed HonzaTuron closed 2 months ago

HonzaTuron commented 2 months ago

Part of apify/apify-web/issues/3616

Added multiple examples, consulted with @vdusek.

First three are the same as JavaScript ones, just reimplemented to Python. Last one is using Python-specific Pandas library for data analysis.

HonzaTuron commented 2 months ago

@vdusek Maybe I could explain differences in the paragraphs above code? I believe this particular examples makes sense with different sync/async approaches