NSNamya Shahinbigsmoke.hashnode.dev·Jan 27, 2024 · 1 min readMy VSCode Setup for PythonFont Face Jetbrains Mono Theme Ayu Dark Extensions Better Comments autoDocstring Auto Import Code Runner Django Git Graph Git History Git Ignore Indent Colorizer isort Jupyter Jupyter Cell Tags Jupyter Keymap MagicPython Ma...00
NSNamya Shahinbigsmoke.hashnode.dev·Dec 31, 2023 · 2 min readPython Interview Questions Part 2Python Modules and Packages What is a module in Python? Describe the differences between import and from...import statements in Python. How do you install and use third-party libraries in Python? Explain the purpose of a virtual environment in Py...00
NSNamya Shahinbigsmoke.hashnode.dev·Dec 30, 2023 · 2 min readPython Interview Questions Part 1Basic Python Concepts What is Python? Explain the difference between Python 2 and Python 3. What are the advantages of using Python? Describe Python's memory management. What are the differences between lists and tuples in Python? Explain the c...00
NSNamya Shahinbigsmoke.hashnode.dev·Dec 28, 2023 · 2 min readPython cMath ModuleBasic Complex Number Functions: cmath.sqrt(): Calculates the square root of a complex number. cmath.exp(): Calculates the exponential of a complex number. cmath.log(): Calculates the natural logarithm of a complex number. cmath.log10(): Calculate...00
NSNamya Shahinbigsmoke.hashnode.dev·Dec 27, 2023 · 2 min readPython Math ModuleBasic Mathematical Functions: math.sqrt(): Calculates the square root of a number. math.pow(): Raises a number to a specified power. math.exp(): Calculates the exponential of a number. math.log(): Calculates the natural logarithm of a number. ma...00