Skip to main content

Collection of short reusable Python code snippets.

Project description

https://img.shields.io/travis/deeplook/pyteen/master.svg https://img.shields.io/pypi/pyversions/pyteen.svg https://img.shields.io/pypi/v/pyteen.svg https://img.shields.io/pypi/status/pyteen.svg https://img.shields.io/pypi/format/pyteen.svg https://img.shields.io/pypi/l/pyteen.svg https://img.shields.io/lgtm/alerts/g/deeplook/pyteen.svg?logo=lgtm&logoWidth=18 https://img.shields.io/lgtm/grade/python/g/deeplook/pyteen.svg?logo=lgtm&logoWidth=18 https://pyup.io/repos/github/deeplook/pyteen/shield.svg https://pyup.io/repos/github/deeplook/pyteen/python-3-shield.svg https://img.shields.io/badge/code%20style-black-000000.svg https://codecov.io/gh/deeplook/pyteen/branch/master/graph/badge.svg

Intro

This is a tiny collection of self-contained, useful, short Python code snippets that are (1) all tested and validated, (2) easy to contribute to, and (3) simple to reuse.

Size Matters

The main aspect here is code size which at the start was a strict limit of ten lines of code because in Python this already allows for solving useful little tasks, and the first chosen project name was “tenliners” (not so funny, agreed). Of course, some code is more useful than some other, hence it makes little sense to count comments or docstrings or empty lines (non-code). In fact, you soon realize you only really care about “effective code”, the one that has the most effect (or value) to solve your task or demonstrate something. And there is very little effect of this in lines with only opening or closing brackets, braces or parentheses which people sometimes write to manually structure data. Same with imports which only enable you to use some modules. What is left is code that really does something when it executes. And this is what we are trying to measure here. Now the number ten is somewhat arbitrary (why not 11?) and it can be hard or impossible to express some interesting things with ten or less lines, even in Python. Therefore the concept of “ten” was stretched a bit into “teen” leading to the name “Pyteen” and a limit of 19 lines of effective code. Let’s see where that goes!

More to come…

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyteen-0.0.1.tar.gz (4.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page