Question: common pyinon use cases 2. PyCharm a. To execute a python script, PyCharm uses a configuration that combines and b. Debugging i. What does the
common pyinon use cases 2. PyCharm a. To execute a python script, PyCharm uses a configuration that combines and b. Debugging i. What does the PyCharm debug mode do? ii. What is a breakpoint and how do they help? 3. Python scripting and syntax: a. What does "if name =='main__': line signify b. In a properly formatted python script, how and where do you add external packages and functions? c. In python scripting, what do tabs signify? d. When defining a python function, how do you denote the name, parameters, and return values of the function? e. Python class vs python object? f. When defining a python class, how do you define what happens when an object of that class is created? g. [Class methods and properties) vs (python functions and variables] h. Class inheritance (simple examples: Person-> student, rectangle -> square) 4. Python loops: a. Define counting style loop b. Define loop for a collection of objects 5. Python Exceptions: a. Why use them? b. How do you define a general (catch all) exception? 6. Python environment? a. How does Anaconda Prompt help manage your anaconda environment? b. How can you see all installed packages? D. Focus
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
