helpful python starter functions for various repository use
Project description
py_starter
Helpful python starter functions for various repository use
Installation
pip install kabbes_py_starter
Usage
For more in-depth documentation, read the information provided on the Pages. Or better yet, read the source code.
import py_starter as ps
ps.print_for_loop( ['Apple','Strawberry','Banana'] )
>>>
1. Apple
2. Strawberry
3. Banana
ps.merge_two_dicts( {'A':'Alpha','C':'Nothing'}, {'B':'Bravo':'C':'Charlie'} )
>>> {'A':'Alpha','B':'Bravo','C':'Charlie'}
Author
James Kabbes
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
Built Distribution
Close
Hashes for kabbes_py_starter-0.12.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d93e7b930a06a9790a03dee46c3abcbc14735c46350aaa36ad3936e5ccf4dc8b |
|
MD5 | c8dea2036252c892e423f8b90b765a04 |
|
BLAKE2b-256 | a72506625cf64c82562079fd2d30f9f40c37298446050c459391700e95dba856 |