Amit Mandal

Amit Mandal

What does “Immutable” mean in Python?

Immutable

What does immutable mean in Python where every entity is an object? Unlike some other programming languages, where you need to explicitly specify the type of data you’re assigning to a variable, Python doesn’t require that. Instead, it automatically assigns…

How to Use SQL in Python?

SQL In Python

Most modern-day applications interact with databases on a very frequent basis. And SQL or Structured Query Language makes it much easier to access and manipulate the data stored inside those databases. Python, being one of the popular languages, has support…