Python

List Comprehension and Walrus operator in Python

When we are working with lists, dictionaries, and sets in Python, we have a special syntax, called comprehensions. This feature…

9 months ago

Playing with some Pandas functions and Airflow operators

Recently, I was dealing with a task where I had to import raw information into a staging PostgreSQL Database as…

11 months ago

Using interpolated format strings in Python

The release of Python 3.6 came with exciting functionalities. I want to speak about the feature called interpolated format string…

1 year ago

Getting the last modified directory with Python

Working with os paths is a prevalent task, especially when working on a console application in Python. Recently, I had…

1 year ago

An introduction to pathlib module of Python

First at all, I would like to clarify something that maybe sounds evident, but sometimes we forget, the path is…

3 years ago

Python Lambda and Regex – A good team for replacing a string using dictionaries

The aim of this post is to show you a specific and useful tip in Python for replacing strings with…

3 years ago

Python for Data Engineering and other stories

If you are involved in the IT world it is more than sure that you have heard about Python and…

4 years ago