DevTechieBuilt-in Context Managers in PythonThis article explores concept of context manager and some of the Python’s built-in context managers. So, let’s begin.Sep 17Sep 17
DevTechieFlink : Writing your first programIn our last article we learned how to install flink, troubleshoot problems on the way and executing your first program from the example…Sep 11Sep 11
DevTechieMastering Refreshable in SwiftUI : Pull to refreshThe refreshable modifier in SwiftUI provides a way to allow users to manually refresh the content of a view. When added to a view, it adds…Sep 2Sep 2
DevTechiePython — try … finally versus withIn Python, both try . . . finally and with statement can be used for resource management. Let’s explore the differences between them in…Sep 1Sep 1
DevTechieFlink : Running your first flink programWe have seen in one of the previous articles as how to get up and running with flink. Few of the student faced problems with flink…Aug 30Aug 30
DevTechieModel Coefficient and Residual PlotsIn this article, we will understand and calculate model coefficient and correlate with the residual plots in earlier articlesAug 4Aug 4
DevTechieNitty-gritty of “with” statement in PythonThis article lets you delve into the world of Python’s with statement and explore its significance, use cases, and practical applications…Aug 4Aug 4
DevTechieFormatted String — Template ClassYou may be surprised to know that there are many ways to format strings in Python. Before Python 3.6, there were two basic tools for…Jul 30Jul 30
DevTechieRealityKit & ARKit in SwiftUI — Tap to Swap ItemWhile developing for the Augmented Reality, we can interact with virtual objects by tapping on them, and today we will add the…Jul 28Jul 28
DevTechieLinear Regression — Residual plot for Radio spend dataIn our last article, we said we will evaluate performance metrics and analyze Residual plot for Radio spend data. So let’s get goingJul 27Jul 27