Skip to main content

helpful python starter functions for various repository use

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py_seedlings-0.12.0.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

py_seedlings-0.12.0-py3-none-any.whl (9.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page