bigsmoke.hashnode.devMy 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...Jan 27, 2024·1 min read
bigsmoke.hashnode.devPython 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...Dec 31, 2023·2 min read
bigsmoke.hashnode.devPython 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...Dec 30, 2023·2 min read
bigsmoke.hashnode.devPython 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...Dec 28, 2023·2 min read
bigsmoke.hashnode.devPython 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...Dec 27, 2023·2 min read