Hmm ... practice makes perfect they say, trying to better my Python coding a little ...
- Bipartite Graphs in Igraph (Py2) {codes/bipartite.py}
- A Timer class to find out about the running time of a of piece of code in Python {codes/Timer.py}
- A Python class to get the degree distribution of nodes of a graph via SNAPY {codes/GraphDegDistr.py}
- A Python class to search the web and get the URLs of found results via Yahoo search engine {codes/YSearch.py}
- Snowball-Sampling in NetworkX {codes/snowballsampling.py}
- Personalized PageRank for Community Detection in Python {codes/personalized_pagerank.py}
- A Python class for Drankard's Walk motion(a simple Markov Chain model) {codes/DrunkardWalk.py}
- Cellular Automaton Simulation in Python by PyGame {codes/ca.py}
- Simple statistical functionalities in Python (v0.02) {codes/Stats.py}
- A simple Python programme to find the list of all unique links inside a URL {codes/LinkFinder.py}
- A Python class to search the web using Google search engine {codes/googlesearch.py}
- A simple bipartite graph (graph) {data/bipartite/*}
- SNAP DBLP Graph data-set (graph) {data/snap-dblp/com-dblp.ungraph.txt}