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:
- Advanced Visual Studio Code for Python Developers
- Your Guide to the CPython Source Code
- Refactoring Python Applications for Simplicity
- Getting Started With Testing in Python