Python training center » History » Version 1
jun chen, 03/14/2025 12:16 AM
1 | 1 | jun chen | # Python training center |
---|---|---|---|
2 | |||
3 | Python 编码规范 (From 李军 20210811, https://visualgit.readthedocs.io/en/latest/pages/naming_convention.html |
||
4 | |||
5 | ## Cython DD |
||
6 | https://www.jianshu.com/p/cfcc2c04a6f5 |
||
7 | https://zhuanlan.zhihu.com/p/49573586 |
||
8 | |||
9 | ## High performance python |
||
10 | |||
11 | ### python multi-threading {TBA by Daisy) |
||
12 | |||
13 | ### .gz file handling {Bob) |
||
14 | |||
15 | ``` |
||
16 | gzip -d FileName.gz | some—script | gzip -c |
||
17 | ``` |
||
18 | |||
19 | DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDtopDDDDDDDDDDDDDDDDDDD |
||
20 | |||
21 | ### Python interprepter path |
||
22 | |||
23 | 对叩sh02DDDcent6D叩器D0没叩安叩python3.这DDD要D |
||
24 | |||
25 | ``` |
||
26 | module load python/3.6.12 |
||
27 | □□□ load DDDD□ python,叩叩叩过叩下叩式叩看叩 |
||
28 | module av |
||
29 | ``` |
||
30 | |||
31 | NOTED 公叩内加DDD一D保D长叩叩D叩叩DD0叩不叩D叩何叩况叩被blockDpython30径叩叩D |
||
32 | |||
33 | /ads/rel—tools2/standard-2018/rhel6-x86—64/bin/python3 |
||
34 | /ads/rel—tools2/standard-2018/rhell-x86—64/bin/python3 |
||
35 | |||
36 | NOTE2: DOD ~/.cshrc_user DDDPYTHONHOME ODgdb出D错叩 |
||
37 | |||
38 | ``` |
||
39 | setenv PYTHONHOME /ads/rel—tools2/standard-2018/rhel6-x86—64/ |
||
40 | ``` |