-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python存档 #43
Labels
技术文章
技术文章
Comments
Python 打开一个不存在的文件往里写用 with open("abaaa.txt", "w+") as f:
f.write("aaaaaaaaaaaaaaa") |
django celery && celery 启动命令 python manage.py celery -A matrix_bgp worker --settings=
python manage.py celery beat --settings= |
>>>str = 'runoob'
>>> str.center(20, '*')
'*******runoob*******'
>>> str.center(20)
' runoob ' |
pip version |
如何发布一个package到PyPI |
nametuple尽量小写否则有坑。 |
python 打包上传pypi 首先安装上传工具 打包 上传 |
python -c "import site; print(site.getsitepackages())" |
变量名不要覆盖内置类嘛~ 呵呵 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
竟然才加上Python--2019.9.30
The text was updated successfully, but these errors were encountered: