About the show
Sponsored by Microsoft for Startups Founders Hub.
Michael #1: Prefix-cache
__pycache__
*.pyc
Brian #2: NiceGUI
Michael #3: flask-ngrok
app = Flask(__name__) run_with_ngrok(app) # Start ngrok when app is run # Endpoints ... if __name__ == '__main__': app.run()
Brian #4: No-async async with Python
Extras:
Brian:
Jokes:
cov
pytest-cov