30 python best practices

1. Use Python 3 In case you missed it: Python 2 is officially not supported as of January 1, 2020. This guide has a bunch of examples that only work in Python 3. If you’re still on Python 2.7, upgrade now. 2. Check for a minimum required Python version You can check for the Python version in your code, … Read more