Summary
Keywords
Full Transcript
Interview Question https://colab.research.google.com/drive/1Qh4SPnaqWXC3tA3EwzcV6BSKOEM0e9E4 00:00 Session Start 04:32 Interview Questions Start 4:40 1. What is Python? What are the benefits of using Python? 7:09 2. What is a dynamically typed language? 9:33 3. What is an Interpreted language? 12:50 4. What is PEP 8 and why is it important? 17:56 5. What are the common built-in data types in Python? 20:07 Q.6. Operator Precedence. 23:20 Q.7. Explain the ternary operator in Python. 25:07 8. What Does the ‘is’ Operator Do? 34:33 9: Disadvantages of Python. 40:29 Q How strings are stored in Python? 41:15 10 What is Zen of Python? 43:09 11 Identity operator (is) vs ==? 48:43 12 What does _ variables represent in Python? 50:56 13 Modules vs packages vs Library 53:36 14 Why 0.3 – 0.2 is not equal to 0.1 in Python? 56:26 15 - Python Docstrings Doubts Clearance 1:01:52 Why ~3==-4? 1:04:54 Strings are immutable 1:06:08 Print function return None 1:07:39 Question on sum printing 1:09:06 NaN in Python 1:09:31 Inverted Commas in Python 1:10:07 print('4'+4) 1:10:46 Python for loop - ans link: https://github.com/campusx-official/dsmp-2022-23/issues/5 1:11:36 xrange() in Python 1:12:05 Chat Doubts 1:16:04 Strings In Python are Unicode 1:19:23 If in line 10 there is some error, will code run till line 9? 1:20:15 Methods vs Function call 1:21:17 Python for loop ..continue 1:23:58 Chat Doubts
