Other articles


  1. 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
  2. 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

links

social