Making Pelican Link To Title Plugin

Today we are going to dive into Pelican, and it's plugins :) We are going to make a plugin that will transform only a link into an HTML link with a description consisting of the page title.

more ...


Utilizing Elasticsearch Python Client

Elasticsearch is a great search engine, but using JSON and curl does not fit python. Fortunatelly there are two libraries that you can use - and in today's article I'll focus on that :) Check out!

more ...


How to upgrade python to 3.6.4

Today I've learned my lesson - I need to upgrade my python from 3.4.3 to 3.6.4 because simplenote python-api will not work with previous versions. Checkout my experience while upgrading :)

more ...