Posts in Tutorial
Web Application Security with secure.py
- Nov 11, 2020
- Tutorial
A common pitfall when developing web applications is not knowing how to design a safe application.
secure.py
is a great Python module that helps deal with the basic foundations of web application security.
Managing Multiple Python Installations
- Jul 07, 2020
- Tutorial
If you are running a Linux or Mac machine and would like to run multiple versions of Python, you probably have been told that you need to stop trying to use package managers to run Python.