The Global Statement in Python
The global statement/keyword in python declares one or more variables to be global. It is used only in functions. By default, variables that are declared in... (more…)
Read more »
As a software engineer, I’m always looking for ways to optimize the tedious tasks and repetition out of my workflow, and one of these repetitive tasks is building and maintaining Python packages – you know, the repositories that get uploaded into devpi or… Read more