Sir what is in this section

Course Name: Python For Trading!, Section No: 1, Unit No: 12, Unit type: Video

Hi Aashitha,



The video in Section 1, Unit 12 of the "Python for Trading!" course refers to containers and namespaces.



The containers can be thought of as variables to store different types of data in your Python program. Example of containers can be list, set, dict or tuples.



The namespaces are the parts of the program where your defined variables and functions are available for use.



Hope this helps!