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.10.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 872a7232a6f316efde4faa4c86fbfa6fe8b111e9bfa55e76ed8cc10cc7262115 |
|
MD5 | f556d9bfe7a53e3a27ba35b64b616d57 |
|
BLAKE2b-256 | 8e7f7ab18ce60dd7674266cba1e02a6009e243d683c63a650768af20b9565b72 |