Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brennerm/PyTricks
Collection of less popular features and tricks for the Python programming language
https://github.com/brennerm/PyTricks
Last synced: 9 days ago
JSON representation
Collection of less popular features and tricks for the Python programming language
- Host: GitHub
- URL: https://github.com/brennerm/PyTricks
- Owner: brennerm
- License: mit
- Created: 2015-03-18T20:02:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T10:51:09.000Z (over 1 year ago)
- Last Synced: 2024-10-16T04:41:36.537Z (19 days ago)
- Language: Python
- Homepage:
- Size: 108 KB
- Stars: 3,069
- Watchers: 201
- Forks: 503
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- my-awesome-starred - PyTricks - Collection of less popular features and tricks for the Python programming language (Python)
README
[![Build Status](https://travis-ci.org/brennerm/PyTricks.svg?branch=master)](https://travis-ci.org/brennerm/PyTricks)
## Intention
Creating a knowledge base of unpopular Python built-in features to save a lot of unnecessary code.## Contribute
Feel free to use the PyTrickBase.txt as a starting point.1. Pull request:
Send a pull request with your PyTrick, containing example code and a documentation one-liner. Be sure to add yourself to the contributors.
2. Issue comment:
Add your Python snippet and your documentation as a comment on Issue#1. I will take care of adding your PyTrick and you as a contributor.
### Requirements
- only use the standard Python library
- compared to the "general approach":
- improve readability
- improve performance
- implement functionality in a shorter way## Contact
1. message me at [@__brennerm](https://twitter.com/__brennerm)
2. send an email to [email protected]