Ways to Start Interacting With Python (Overview)
There are multiple ways of interacting with Python, and each can be useful for different scenarios. You can quickly explore functionality in Python’s interactive mode using the built-in Read-Eval-Print Loop (REPL), or you can write larger applications to a script file using an editor or Integrated Development Environment (IDE).
In this video course, you’ll learn how to:
- Use Python interactively by typing code directly into the interpreter
- Execute code contained in a script file from the command line
- Work within a Python Integrated Development Environment (IDE)
- Assess additional options, such as Thonny and Python’s IDLE
00:00 There are multiple ways of interacting with Python, and each of them can be useful depending on the situation. Hi, I’m Philipp. Welcome to the video course Interacting With Python.
00:12 In this course, you will learn how to run Python interactive mode, how to create a Python file in the terminal, how to execute Python scripts from a file, and how to interact with Python in IDLE.
00:25 This video course is perfect for you if you’re just getting started with Python.
00:31 The only real requirement is that you have Python installed on your system, but it will also help you if you worked a little bit with the terminal already.
00:41 For this course, you should at least know how to open the terminal and no worries if you haven’t written much Python code yourself yet. This video course is perfect because we’ll just write one line of Python code.
00:52 That’s not much Python code, but it’s a very special line of Python code.
Become a Member to join the conversation.