# ApproachPython **Repository Path**: qiuxu-git/ApproachPython ## Basic Information - **Project Name**: ApproachPython - **Description**: Read Python codes and understand them.www.itdiffer.com - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-08 - **Last Updated**: 2021-04-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README >敬畏耶和华是知识的开端(《箴言书》) # ApproachPython 赏析代码,拓展视野,让自己站在巨人的肩膀上。 **website:**[www.itdiffer.com](http://www.itdiffer.com) **QQ group:**26913719(Code Craft) 1. [按照条件计算勾股数](./pythagorean/) 2. [斐波那契数列](./fibonacci/) 3. [绘制多彩小方块图片](./mergeimages/) 4. [合成音乐(简单的)](./synmusic/) 5. [用chararray做字符串操作](./numpystr/) 6. [忽略负数和极值,并做图](./masked/) 7. [Numpy中的数组大小和执行时间关系](./timeit/) 8. [k-近邻算法](./knn/) 9. [计算熵](./entropy/entropy.py) 10. [朴素贝叶斯算法-高斯概率分布](./bayes/bayesfunction.py)