kasraavand / WrenchPy

My Hacks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WrenchPy is a collection of pythonic1 and optimized functions that has been writen to solve the difficult and unusual python tasks, that almost have been written by myself.


[![Build Status](https://travis-ci.org/kasramvd/WrenchPy.svg?branch=master)](https://travis-ci.org/kasramvd/WrenchPy)
1.A common neologism in the Python community is pythonic, which can have a wide range of meanings related to program style. To say that code is pythonic is to say that it uses Python idioms well, that it is natural or shows fluency in the language. Likewise, to say of an interface or language feature that it is pythonic is to say that it works well with Python idioms, that its use meshes well with the rest of the language. In contrast, a mark of unpythonic code is that it attempts to write C++ (or Lisp, Perl, or Java) code in Python—that is, provides a rough transcription rather than an idiomatic translation of forms from another language. The concept of pythonicity is tightly bound to Python's minimalist philosophy of readability and avoiding the "there's more than one way to do it" approach. Unreadable code or incomprehensible idioms are unpythonic.

About

My Hacks

License:GNU General Public License v3.0


Languages

Language:Python 100.0%