- What is the main module that allows us to interact with the python interpreter?
- What is the main module that allows us to interact with the OS environment, filesystem, and permissions?
- What are the module and the method used to list the contents of the current working directory?
- What is the module to execute a command or invoke a process via the call() function?
- What is the approach that we can follow in python to handle files and manage exceptions in an easy and secure way?
- What is the difference between processes and threads?
- What are the main modules in python for creating and managing threads?
- What is the limitation that python has when working with threads?
- Which class provides a high-level interface for executing input/output tasks in an asynchronous way?
- What is the function in the threading module that determines which thread has performed?