Skip to content

Instantly share code, notes, and snippets.

View giotta's full-sized avatar

Davin Baragiotta giotta

View GitHub Profile
@giotta
giotta / mtlpy-workshop-debian-dev-env.ipynb
Last active December 17, 2015 05:09
Montréal-Python : Debian + Python = ♡ Setting up a Python development environment on Debian
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@giotta
giotta / mtlpy-workshop-debian-dev-env-fr.ipynb
Last active December 17, 2015 05:19
Montréal-Python : Debian + Python = ♡ Se monter un environnement de développement Python sur Debian
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#! /usr/bin/python3
# Python 3.6
# https://github.com/pkp/pkp-lib/issues/4727
import glob
files = glob.glob('ojs/**/*.*', recursive=True)
templates = glob.glob('ojs/**/*.tpl', recursive=True)