Practise makes perfect they say, so I'm trying to better my Python coding a little.
- Bi-Partite Graphs in Igraph (Py2) -> bipartite.py
- A Timer class to find out about the running time of a piece of code in Python -> timer.py
- A Python class to get the degree distribution of nodes of a graph via SNAPY -> graph_deg_distr.py
- A Python class to search the web and get the URLs of found results via Yahoo search engine -> ysearch.py
- Snowball-Sampling in NetworkX -> snowball_sampling.py
- Personalized PageRank for Community Detection in Python -> personalized_pagerank.py
- A Python class for Drankard's Walk motion(a simple Markov Chain model) -> drunkards_walk.py
- Cellular Automaton Simulation in Python by PyGame -> ca.py
- Simple statistical functionalities in Python (v0.02) -> stats.py
- A simple Python program to find the list of all unique links inside a URL -> link_finder.py
- A Python class to search the web using Google search engine -> google_search.py
- A Python class to colourise text -> colours.py
- Logloss error -> logloss.py
- A simple bipartite graph(graph) {data/bipartite/*}
- SNAP DBLP Graph dataset(graph) {data/snap-dblp/com-dblp.ungraph.txt}