Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 899 Bytes

File metadata and controls

21 lines (17 loc) · 899 Bytes

blogs-python-samples

funny and useful python-samples in blogs

  1. file:20171212--zip().py blog: Pythonh中的zip()与*zip()函数详解 URL1: http://blog.csdn.net/chengcheng95588/article/details/78784781   URL2: http://www.cnblogs.com/waltsmith/p/8029539.html  

  2. file:20171213--basicKnowledge.py blog: Python初识--基础 URL1: http://blog.csdn.net/chengcheng95588/article/details/78786234   URL2: http://www.cnblogs.com/waltsmith/p/8034876.html

  3. file: 20 methods of creating ndarrary in Python with NumPy.ipynb blogs:Python中创建ndarrary的20中方法 URL1:http://blog.csdn.net/chengcheng95588/article/details/78816399 URL2:http://www.cnblogs.com/waltsmith/p/8044726.html

  4. file: Python-if-else.ipynb 讲解python中的条件语句 if...else...,涉及单个 if、 elif、 else及其嵌套,最后讲解 if的巧妙用法--类“三目运算符”。