A question regarding the usage of the Python SDK
Hey all, I am fresh off the "I want to create an Actor" bus and I am confused about how the Apify SDK for Python should be used. Is it meant to act as a resource for code samples, tests, and whatnot? Or should I fork the repo and use the existing project files as a starting point for developing my first Actor? I would prefer to develop and test locally and then push to Apify. I was about to create a Python project in VSCode and realized I need to find out what I needed in the project! I am currently working through the documentation but I am itching to get my hands dirty. Any advice is appreciated!
2 Replies
Hi! There is guides and usage concepts https://docs.apify.com/sdk/python/docs/overview/introduction or tutorials https://docs.apify.com/academy/python/scrape-data-python so it should be enough, hard to say what else necessary to start, choice is yours.
inland-turquoiseOP•15mo ago
Thank you for the input!