Python GTK+ 3

Tutorial Scale image automatically to fit parent widget Reference allocation = parent_widget.get_allocation() desired_width = allocation.width desired_height = allocation.height pixbuf = gtk.gdk.pixbuf_new_from_file('your_image.png') pixbuf =...

Sphinx

Creating a Zeal docset from Sphinx documentation Using the pysam project documentation as an example. Create a directory for project: mkdir ~/Workspace/zeal/pysam cd ~/Workspace/zeal/pysam Create virtualenv, install latest release of pysam and...

Conda

Install Miniconda 3 on Linux Download the latest version of the Miniconda installer (Python 3) from https://docs.conda.io/en/latest/miniconda.html Verify Download sha256sum Miniconda3-latest-Linux-x86_64.sh Ensure output matches the SHA256 is...