When we are working with lists, dictionaries, and sets in Python, we have a special syntax, called comprehensions. This feature…
Recently, I was dealing with a task where I had to import raw information into a staging PostgreSQL Database as…
The release of Python 3.6 came with exciting functionalities. I want to speak about the feature called interpolated format string…
Working with os paths is a prevalent task, especially when working on a console application in Python. Recently, I had…