Other articles


  1. Enumerations

    I recently learned about Enums. Here's a fine ChatGPT example which is essentially the content of of Google search result. ChatGPT is like the old internet where you could read text on websites.

    ChatGPT

    Following is just verbatim output from the following request:

      ~ llm "give me an example of using …
    read more
  2. Approach to Python

    Note:

    I like to phrase things as punchy commands but it's all just my preference. My personal style is constantly evolving.

    My motto is a twist on the Zen of Python

    If the implementation is hard to understand, it's bad.
    If the implementation is easy to understand, it may …
    read more
  3. Python Environments

    1. Why should I care about environments?
    2. How do I manage environments?
    3. Demo

    Why should I care about environments?

    Suppose you work on two projects, one is old and written in Python 2, the other is new and uses Python 3. The only way to work on this pair of projects …

    read more
  4. Code for Tomorrow

    This is the first of a series of short articles.

    Code for Tomorrow

    How do you know if your code is good? This is subjective, to be sure, but is clarified by answering a given question which sets the standard by which the code is judged. The most question being …

    read more

links

social