This episode currently has no reviews.
Submit ReviewAbout the show
Sponsored by Microsoft for Startups Founders Hub.
Michael #1: Prefix-cache
__pycache__
folders to store your *.pyc
files right next to the source code, it puts them in some specified folder. 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
fixture of pytest-cov
This episode currently has no reviews.
Submit ReviewThis episode could use a review! Have anything to say about it? Share your thoughts using the button below.
Submit Review