Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Python example scripts

Bibtex file parser thatreturns a list of dictionary for each entry (function bibtex.loadbibfile ).

Plot a graph of co-authors from a bibtex file.

Requires:

  • matplotlib
  • networkx

Parse a Kaggle leaderboard page and prints it in the command line.

Requires:

  • bs4 (beautifullsoup)

Parse a latex file and cleans it of comments and creates a unique *.tex with all figures in the target folder (for Arxiv submission).

Example script with complete command line parser.