5 projects
gmshparser
gmshparser is a lightweight, 100 % tested and well documented package that parses Gmsh ascii file format (.msh)
pyc
Compile Python code to binary
enkeksi
enkeksi takes a markdown-formatted input and executes the sql queries found in it, and returns a pretty markdown-formatted output where the results of the SQL queries have been added. To make usage of package easy, enkeksi comes with a command line tool markdown-sql-eval which can be used to process markdown files. Project is developed and hosted in GitHub: https://github.com/ahojukka5/enkeksi.
dijkstra
dijkstra is a native Python implementation of famous Dijkstra's shortest path algorithm. The implemented algorithm can be used to analyze reasonably large networks. The primary goal in design is the clarity of the program code. Thus, program code tends to be more educational than effective.
mplgbw
Matplotlib, Generic Boilerplates and Workarounds