Published onAugust 1, 2025Coding in the Age of AIcodingaiDoes personal coding still mater when LLMs can do basic programming?Read more →
Published onAugust 1, 2025Iterators and Iterables in PythoncodingpythonThe iterator-iterable pattern is now the golden standard of doing iteration in pretty much all modern programming languages.Read more →
Published onAugust 1, 2025Declaring and Using Variables in PythoncodingpythonVariables, or names, in Python work rather differently in other C-style programming languages. Do you know the difference?Read more →
Published onAugust 1, 2025Type Hinting and Annotations in PythoncodingaiWe go through the absolute basics of type annotations in Python.Read more →
Published onAugust 1, 2025Scoping Rules in PythoncodingpythonScoping rules in Python are rather different from those of other C-style programming languages. Do youRead more →