Skip to content

jameskabbes/py_seedlings

Repository files navigation

py_starter

Helpful python starter functions for various repository use

Documentation
PyPI


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

About

helpful python starter functions for various repository use

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages