Python
- 2018
-
2018-03-08
How to create a static site with python and host it for free
In this articel I’ll show you how to create a static html site with Pelican and host it for free at GitHub Pages. Pelican...
-
2018-02-24
How to translate a Flask site with Babel
This article will show you how to translate your Fask site using the python module Babel on a Debian based system running python 3....
-
2018-01-20
Python Modules I Use
Markdown - Python implementation of Markdown. Pickle - Pickling is a way to convert a python object (list, dict, etc.) into a character stream....