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.1.2.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.1.2.tar.gz.
File metadata
- Download URL: hufengguo-1.1.2.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c68e464331460ce7c3cbfb6dd6e74f5fc216b72c1f7f8286de0bb7a42e6fc52
|
|
| MD5 |
e622b6d6215c2c2d567e4fa7ad503e35
|
|
| BLAKE2b-256 |
11af191c932946d47f6394f69aeef8c11b3754448af3a12da4747579f131bcdb
|
File details
Details for the file hufengguo-1.1.2-py3-none-any.whl.
File metadata
- Download URL: hufengguo-1.1.2-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
221f57f10f5b47a8fae3d7cee41ca9bbdb11b1224ff4d189d3b435379759a99d
|
|
| MD5 |
cf3e4aff7c6eb6800f1733a364dee6ae
|
|
| BLAKE2b-256 |
20b5d292be0206bb68b71bbcf867e9c16b5af67f518cc1061351f0fb5194b4f2
|