A small example package from Hufengguo, CUC
Project description
扩展库介绍
这是中国传媒大学胡凤国老师上课分享的自定义函数库,其中包含几个常用的文本处理函数。发布本扩展库主要是方便上课学生练习Python程序,顺便分享给其他需要的Pythoner。
刚学会发布扩展库,PyPI很多东西还不熟,如有问题,请多提宝贵意见。
安装说明
pip install hufengguo
用法说明
具体用法见胡凤国老师的上课教材:《Python程序设计(基于计算思维和新文科建设)》,ISBN:9787121435577,胡凤国,电子工业出版社,2022年6月。
这里举一个简单的例子:
from hufengguo import isprime
x = [i for i in range(101) if isprime(i)]
print(x)
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
hufengguo-1.2.1.tar.gz
(6.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hufengguo-1.2.1.tar.gz.
File metadata
- Download URL: hufengguo-1.2.1.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9dc850adceaf5948d76e002b4287d211eab6633a67930716a8efe9bc1455062
|
|
| MD5 |
db5d0b373d114fb117fb25c29b879179
|
|
| BLAKE2b-256 |
858bb86811f7b67585f1d309ae13142a03e054f13b6dc38f7830cc5f42b94ba7
|
File details
Details for the file hufengguo-1.2.1-py3-none-any.whl.
File metadata
- Download URL: hufengguo-1.2.1-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d18fd558a3d728e68711a32e84439b112c26808e0cf8420d5e36a162930949c
|
|
| MD5 |
d40bd2f2f36c2c5e8b667fdf1ba2039a
|
|
| BLAKE2b-256 |
2efc9028c9fcdd7de3f6fbe63f27472321a3a1c344ec4d90a722b503b916bea2
|