变量命名

今天在整理工作笔记,归总整理~
NOTES FOR TODAY
1. For a variable to be a valid name:
a. Should not contain spaces, special symbols except underscore,
b. should not be a reversed keyword
c. Should not contain a digit as starting character

For instance:
version1.3 is not valid because it contains a character which is not a letter, digit or underscore.
2. In python, reserved words are keywords

QUESTION TO BE SOLVED?
Ø PEP 8 Style Guide https://www.python.org/dev/peps/pep-0008/
Ø Variables in Python https://realpython.com/python-variables/#variable-assignment
Ø Shallow vs Deep Copying of Python Objects https://realpython.com/copying-python-objects/
Ø Chained assignment rationle https://stackoverflow.com/questions/7601823/how-do-chained-assignments-work
Ø Difference between numpy.ravel() and numpy.flatten()
Ø Shallow and deep copy operations https://docs.python.org/3.4/library/copy.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值