public Development • 2 min read Turn Python code into EXE - using pyinstaller I show how to generate a requirements.txt (essential to Python projects), and how to generate a single exe file from a Python project using "pyinstaller."…
public Development • 5 min read Python GUIs for Noobs - using Tkinter TL;DR - I give some useful syntax for using Tkinter, since the documentation is not really friendly to noobs…
public Development • 7 min read Deploying a Static Website in AWS (Apache EC2) [Free] // Part 1 // The Manual Way This tutorial shows you how to use Webflow to design a static webpage, export the code, then deploy it on a free Apache Web server with AWS EC2.…