0

I'm not understanding this first simple concept if you could help me please.

I'm trying to learn the frame.io API to so some simple things like scrape comments using Python.

I have a frame.io dev token and I have Python installed on my Mac.

Where do I actually run the code. Terminal? Do I use IDLE or Python launcher?

I've been working with JavaScript up until now so I'm a little confused.

2
  • IDLE or any IDE is meant for exploring the language and editing code. Production running should usually be done directly, without the IDE. Commented Sep 30, 2023 at 19:27
  • Generally, you would write your code with any text editor, then run python myscript.py from a command prompt. Commented Sep 30, 2023 at 19:29

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.