Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
from twython import TwythonStreamer | |
#Fill these in with the values Twitter give you when you register as a developer | |
APP_KEY = '' | |
APP_SECRET = '' | |
consumer_key = '' | |
consumer_secret = '' | |
access_token = '' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import math | |
""" | |
This is not working... | |
""" | |
def add(x,y): | |
return x-y |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Sphinx version: 1.3 | |
# Python version: 2.7.9 (CPython) | |
# Docutils version: 0.12 release | |
# Jinja2 version: 2.7.3 | |
# Last messages: | |
# reading sources... [ 19%] library/cg/index | |
# reading sources... [ 20%] library/cg/kdtree | |
# reading sources... [ 20%] library/cg/locators | |
# reading sources... [ 21%] library/cg/rtree | |
# reading sources... [ 22%] library/cg/shapes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import numpy as np | |
import sip | |
sip.setapi('QString', 2) | |
from PyQt4 import QtGui, QtCore | |
from vispy import app, scene | |
from vispy.scene import visuals | |
from vispy.geometry import generation as gen, create_sphere |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import numpy as np | |
from PySide import QtGui, QtCore | |
from vispy import app, scene | |
from vispy.scene import visuals | |
from vispy.geometry import generation as gen, create_sphere | |
app.use_app('pyside') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pysal.spatial_dynamics.interaction.SpaceTimeEvents: Misalignment / Error in arguments. | |
<function rose at 0x7fe3b5c9a668>: Misalignment / Error in arguments. | |
<function pseudop at 0x7fe3b5c9a140>: No documentation. | |
<function shuffle_matrix at 0x7fe3b5c9a8c0>: Misalignment / Error in arguments. | |
pysal.spatial_dynamics.markov.Spatial_Markov: Misalignment / Error in arguments. | |
<function homogeneity at 0x7fe3b5c9a0c8>: Misalignment / Error in arguments. | |
pysal.spatial_dynamics.markov.Homogeneity_Results: Misalignment / Error in arguments. | |
pysal.core.util.shapefile.MultiPoint: No documentation. | |
pysal.core.util.shapefile.NullShape: No documentation. | |
pysal.core.util.shapefile.shp_file: Misalignment / Error in arguments. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"name": "PySAL", "children": [{"name": "spatial_dynamics", "children": [{"name": "Tau", "children": []}, {"name": "ergodic", "children": [{"name": "steady_state", "children": []}, {"name": "var_fmpt", "children": []}, {"name": "fmpt", "children": []}]}, {"name": "interaction", "children": [{"name": "modified_knox", "children": []}, {"name": "mantel", "children": []}, {"name": "SpaceTimeEvents", "children": []}, {"name": "jacquez", "children": []}, {"name": "date", "children": []}, {"name": "knox", "children": []}]}, {"name": "mantel", "children": []}, {"name": "directional", "children": [{"name": "rose", "children": []}]}, {"name": "util", "children": [{"name": "get_lower", "children": []}, {"name": "shuffle_matrix", "children": []}]}, {"name": "rose", "children": []}, {"name": "Spatial_Markov", "children": []}, {"name": "rank", "children": [{"name": "SpatialTau", "children": []}, {"name": "Tau", "children": []}, {"name": "rankdata", "children": []}, {"name": "pseudop", "children": []}, {"name": "Theta", "ch |