Anthony Shaw

About Anthony Shaw

Anthony is an avid Pythonista and writes for Real Python. Anthony is a Fellow of the Python Software Foundation and member of the Open-Source Apache Foundation.

Python
from realpython import pythonista

class AnthonyShaw(pythonista):
    works_at = "Microsoft"
    likes = {'Python', 'DIY', 'Swimming'}
    dislikes = {'Actual snakes'}

Tutorials by Anthony:

Tutorials Anthony Contributed to: