thoughts…

rants and bookmarks about programming stuff…


A Brief Intro to Profiling in Python

“A Brief Intro to Profiling in Python — Chasing the Fastest Possible Bulk Insert with SQLAlchemy

A short introduction to CPU profiling using the Python programming language (using cProfile and RunSnakeRun). To demonstrate profiling, a walkthrough is done using profiling tools while optimizing a bulk insert using the SQLAlchemy library…”

http://speakerdeck.com/rwarren/a-brief-intro-to-profiling-in-python


Fn.py: enjoy FP in Python

“Despite the fact that Python is not pure-functional programming language, it’s multi-paradigm PL and it gives you enough freedom to take credits from functional programming approach. There are theoretical and practical advantages to the functional style:

  • Formal provability
  • Modularity
  • Composability
  • Ease of debugging and testing

Fn.py library provides you with missing “batteries” to get maximum from functional approach even in mostly-imperative program…”

https://github.com/kachayev/fn.py

http://ua.pycon.org/static/talks/kachayev/#/

Follow

Get every new post delivered to your Inbox.

Join 511 other followers