How to build a syncronized password store using PasswordSafe and Google Drive, Dropbox, or Box.
- Password Safe - PC/Mac/Linux application
on Android:
- PasswdSafe - Android Application
| """ | |
| Generate PDF reports from data included in several Pandas DataFrames | |
| From pbpython.com | |
| """ | |
| from __future__ import print_function | |
| import pandas as pd | |
| import numpy as np | |
| import argparse | |
| from jinja2 import Environment, FileSystemLoader | |
| from weasyprint import HTML |
How to build a syncronized password store using PasswordSafe and Google Drive, Dropbox, or Box.
on Android:
| import numpy as np | |
| import matplotlib.pyplot as plt | |
| # class from here: http://nbviewer.ipython.org/gist/tillahoffmann/f844bce2ec264c1c8cb5 | |
| class gaussian_kde(object): | |
| """Representation of a kernel-density estimate using Gaussian kernels. | |
| Kernel density estimation is a way to estimate the probability density | |
| function (PDF) of a random variable in a non-parametric way. |