Keybase proof
I hereby claim:
- I am kantale on github.
- I am kantale (https://keybase.io/kantale) on keybase.
- I have a public key whose fingerprint is 3E1A 85D5 94C8 C30A 80A2 CE0B BD80 1DE0 A344 97B6
To claim this, I am signing this object:
#This is a simple gist to test pypedia's "import gist" functionality | |
def Hello_world(): | |
print "Hello World!" |
import absentmodule | |
def abstent_module(): | |
pass |
""" | |
This script uses the cplot function in mpmath to plot the Mandelbrot set. | |
By default, the fp context is used for speed. The mp context could be used | |
to improve accuracy at extremely high zoom levels. | |
""" | |
import mpmath | |
import cmath | |
import StringIO |
{ | |
"metadata": { | |
"name": "", | |
"signature": "sha256:d5382c1d8e4afa21ab324258164968c311a06f8bb46612ce600cbce5cbb39b75" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ |
I hereby claim:
To claim this, I am signing this object:
import os | |
import matplotlib | |
from matplotlib.patches import Circle, Wedge, Polygon, Rectangle | |
from matplotlib.collections import PatchCollection | |
import matplotlib.pyplot as plt | |
def karyoplot(karyo_filename, metadata={}, part=1): | |
''' | |
To create a karyo_filename go to: http://genome.ucsc.edu/cgi-bin/hgTables |
This is the API documentation of the www.epga.gr service.
URL: http://www.epga.gr/explore/fetch_init_json/ Return type: JSON
Returns a JSON string with all available genes - drugs interactions. This is a small sample from the returned JSON file:
#!/usr/bin/python | |
import sys | |
''' | |
Just a simple tool that adds the line number at | |
the end of each line | |
''' | |
with open(sys.argv[1]) as f_in, open(sys.argv[2], 'w') as f_out: |