PyCon US - Trying No GIL on Scientific Programming
Topic · Edition
Think about the different APIs and databases your application works with. Every one of them requires either an API key or a database connection string that itself contains a password. How do you let your application…