Python

How to Connect to a Terminal from Your Browser Using Python WebSSH — step-by-step Linux tutorial on Progressive Robot

How to Connect to a Terminal from Your Browser Using Python WebSSH

Ordinarily, you connect to an SSH server using a command line app in a terminal, or terminal emulator software that includes an SSH client. Some tools, like Python’s [WebSSH](https://pypi.org/project/webssh/), make it possible to instead connect over SSH and run a terminal directly in your web browser.

Read more
How To Handle Errors in a Flask Application — step-by-step Python tutorial on Progressive Robot

How To Handle Errors in a Flask Application

In this tutorial, you’ll build a small web application that demonstrates how to handle common errors one encounters when developing a web application. You’ll create custom error pages, use the Flask debugger to troubleshoot exceptions, and use logging to track events in your application.

Read more
CHAT