How to deploy Flask app on Heroku using GitHub
Automatically deploy changes on Heroku using GitHub
Jun 19, 20225 min read106

Search for a command to run...
Articles tagged with #python3
Automatically deploy changes on Heroku using GitHub

Python version 3.10.5 brings the use of switch statement in python using match keyword. Read the blog to learn more about match functionality

In this blog, I am going to cover the lambda function. It is a function that creates a function object using the lambda keyword. The function object lasts only as long as it's called and then disappears. It can be called by using the keyword 'lambda'...

Check out Brief History.
