How to migrate GitHub issues to Jira
A tutorial shows you how to write a script to migrate GitHub issues to Jira.
A tutorial shows you how to write a script to migrate GitHub issues to Jira.
There are many ways to setup a Github blog, but since I love Python I think it makes sense to use Pelican, which is a Static Site Generator, Powered by Python.
mkdir <blogname>
A tutorial shows you how to work with timezone in python.
PDFTK is a very handy package that handles PDFs. It could open and write to existing PDFs, and a lot of other great things. However, it is missing from the Ubuntu 18 and is very tricky to install on Ubuntu 18 (but works nice and smoothly on Ubuntu 16). This …
The need for setting up a virtual executing environment of Python has a lot of advantages and has been widely discussed over internet. Here I have a tutorial for setting up multiple environment with Anaconda and Sublime Text.