by Bryson | Jan 17, 2018 | Python, Tutorials
In this tutorial we’re going to be extending our current install to include python. We will be going over a basic python install, setting up our virtual environment and touch on how to test our multiple virtual environments. This also includes how this setup...
by Bryson | Jan 10, 2018 | LEMP, Python, Tutorials, Ubuntu, Web Server
Now that we have our basic server setup installed and ready to go we need to get the basic web stack ready to go. This for us will include setting up Nginx, PHP, MySql, Lets Encrypt and configure them to work with our service. This will not be a extensive in-depth...
by Bryson | Jan 8, 2018 | Python, Tutorials, Ubuntu
I’m a new python developer and upon doing some research i stumbled across this python project called Sanic. Now i’m no pro but what i really like about Sanic is the ease of use, the active development, and being flask like makes it a little familiar to...