f
f copied to clipboard
Name
Hi, Ivan, I've read your post at habrahabr, it is very interesting.
As a comment, why don't you use practice of e.g. theano for naming / importing? E.g. the library is called funcpy, then
import funcpy as F
F.pcall(...)
This solves problems with search engines, for instance.
Well, I wanted this library has as little name as possible. I guess, if f
is not suitable for you code style, put something like import f as F # or func, funclib, etc
.