Hristo Jelev

blog.masoko.net

Python

» python

Articles by category: python


windows raspberry-pi webcams linux ubuntu
2018
08 Mar 2018

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...

24 Feb 2018

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...

20 Jan 2018

Python Modules I Use

Markdown - Python implementation of Markdown. Pickle - Pickling is a way to convert a python object (list, dict, etc.)...