Skip to content

Latest commit

 

History

History
executable file
·
34 lines (24 loc) · 1.81 KB

Programming-Paradigms.md

File metadata and controls

executable file
·
34 lines (24 loc) · 1.81 KB

Programming Paradigms

  • Boltons :: A set of over 100 BSD-licensed, pure-Python utilities in the same spirit as the standard library.
  • me-al :: Meẗal - The Decorator.
  • metamodule :: Experiment with Python "metamodules".
  • Programming Language Theory : Mathematics, Compilers, Functional Programming, and other papers.

Functional Programming

  • fn.py :: Implementation of missing features to enjoy Functional programming in Python.
  • Pixie :: A small, fast, native lisp with "magical" powers.

RE

  • refo :: Regular expressions for objects.
  • line_profiler :: Line-by-line profiling for Python.
  • memory_profiler :: A module for monitoring memory usage of a python program.
  • plop :: Python Low-Overhead Profiler for stack sampling.
  • vprof :: Visual Python profiler.
  • yappi :: Yet Another Python Profiler, but this time support Multithread/CPU time profiling.
Resources for Software Optimization