# Topic: Python

I **LOVE** Python. I have been writing it professionally since 2005, and it
was the first programing language I became proficient with. My best practice
articles and others on the subject of Python are below:

- [LLMs Make Python Scripts Free](/blog/llms-make-python-free/)
- [Python Patterns: Map and Filter](/blog/python-patterns-map-filter/)
- [Using Travis Build Stages to Test Multiple Python Versions and Publish to Pypi](/blog/python-pypi-and-travis-staging/)
- [Python Patterns: @total_ordering](/blog/python-patterns-total-ordering/)
- [Python Patterns: Enum](/blog/python-patterns-enum/)
- [Python Patterns: Named Tuples](/blog/python-patterns-namedtuple/)
- [Python Patterns: max Instead of if](/blog/python-patterns-max-not-if/)