If you are involved in the IT world it is more than sure that you have heard about Python and how so great this programming language is, and I think the keyword is versatile, because effectively it is one of the main benefits than Python give us, and it is thinking in the widespread of it thus push me to start a new series of articles which together with my section “Chronicles from the trenches” I am going to share some stories, tips, tricks, complains and shout out about Python, always seen from the perspective of a Database Engineer that probably someday decide to transition toward Data Engineer role.
As the title of this series reflects, the main purpose of every article will be written always thinking in scenarios where I have to use Python for tasks related to Data Engineering, however, sometimes you could feel as I am deviating toward other roads, but if we are honest, data engineering is not a straitjacket and perfectly a script python conceived for testing connectivity between servers can be considered as a utility which is part of a toolbox for every data engineer.
The main sources of this new section will be:
Finally, I want to mention that in the majorities of my articles related to Python I will be using/showing some images of my IDE (Pycharm) however it does not mean that I am doing any kind of publicity or even receiving any sponsorship of Jetbrains (for now 🙂 ), so feel free of using whatever IDE or OS that you want, the freedom is the basis of our lives.
Remember to enjoy the road and Happy coding !!
In this quick guide, we’ll walk through the essential steps to connect to Snowflake using…
I am thrilled to share that I have embarked on a new professional journey as…
Since 2005, I've immersed myself in the dynamic world of data and its modeling. It's…
Are you a PostgreSQL enthusiast using DBeaver on a Windows Platform? If you find yourself…
Over time, it's fascinating to witness how certain concepts, approaches, or visions age. Time, in…
When we are working with lists, dictionaries, and sets in Python, we have a special…