A module that will make your coding easier
Project description
easy_py
easy_py is a Python package designed to make your Python coding experience easier by providing shorthand versions of commonly used functions. With easy_py, you can save keystrokes and time when writing basic Python code.
Installation
Install easy_py using pip:
pip install easy_py
Usage To use easy_py, simply import the package and call its functions like so:
from easy_py import p
# Instead of using print(), use p() for the same result
p('Hello, world!')
Here is a quick example that shows easy_py in action:
from easy_py import p
# Print a simple string
p("I'm using easy_py!")
# Print multiple expressions
p("The answer to 2 + 2 is:", 2 + 2)
Output:
I'm using easy_py!
The answer to 2 + 2 is: 4
Contribute
We welcome contributions to easy_py! If you have a suggestion or improvement, feel free to fork the repository and submit a pull request.
License
easy_py is released under the MIT License. See the LICENSE file for more details.
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
File details
Details for the file short_py-1.3.0.tar.gz
.
File metadata
- Download URL: short_py-1.3.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fb202ee6671e193b230ee40dd80d577a09dd71035ee490dbd24927e315b06d9 |
|
MD5 | fbf625cbf8603b2488f980ffdbe4a960 |
|
BLAKE2b-256 | a8aa46910d01a9675890f5c80a6432e898fa05373a5f45ffea1b9299903024b0 |
File details
Details for the file Short_Py-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: Short_Py-1.3.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ba8026cb9ef91f59b050a4fb243682d6f78b5def2de6d891dd889668d204bdd |
|
MD5 | 70fd3893eca2844a72c6a5b75bf6000f |
|
BLAKE2b-256 | 61f9aed45fde964e2a9578a27d9a9fdf9a079ae175fe947d463a120f0a41ef8c |