Amit Mandal

Amit Mandal

Immutable

What does “Immutable” mean in Python?

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…

SQL In Python

How to Use 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…