Collection of short reusable Python code snippets.
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyteen-0.0.1.tar.gz
.
File metadata
- Download URL: pyteen-0.0.1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1.post20200616 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 539f790dc40672f879916ced4ad91b8cb6d96af23dba90059b45c55d3b082e97 |
|
MD5 | fc154ce127cf2b5e65135682e3a9552c |
|
BLAKE2b-256 | 8d5b2a2ac923fedcbe251bb39923b37eb4d0454200bc3917f86c58df1066aac2 |