Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njzjz/a_python_a_day
A Python a day, makes you learn and master Python!
https://github.com/njzjz/a_python_a_day
python
Last synced: about 2 months ago
JSON representation
A Python a day, makes you learn and master Python!
- Host: GitHub
- URL: https://github.com/njzjz/a_python_a_day
- Owner: njzjz
- Created: 2018-08-03T14:20:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T14:58:15.000Z (8 months ago)
- Last Synced: 2024-10-13T16:47:07.157Z (3 months ago)
- Topics: python
- Language: Python
- Size: 1.05 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Python A Day
A Python A Day starts at July, 2018. If you finish a Python exercise every day, you will be familiar with Python.Most of them are related to chemistry. Python scripts are named as **date**.py and some extra datas are named as **data**.txt.
**Author**: Jinzhe Zeng
# Questions (only Chinese)
* [20180727](20180727.py):计算1-100之间的所有奇数和、偶数和、总计和
* [20180728](20180728.py):找到100-1000之间的所有素数,每行一个存于文件primenumber.txt中
* [20180729](20180729.py):用幂级数展开式计算e的值,要求最后一项的值小于10-6
* [20180730](20180730.py):计算[20180730.txt](20180730.txt)的MAE和RMSE
* [20180731](20180731.py):统计[20180731.txt](20180731.txt)单词个数和出现最多的单词
* [20180801](20180801.py):作出[20180801.txt](20180801.txt)的图像
* [20180802](20180802.py):读取[20180802.txt](20180802.txt)并作出总能量和势能的图像
* [20180803](20180803.py):读取[20180803.txt](20180803.txt)的结构并计算库仑矩阵
* [20180804](20180804.py):计算[20180804.txt](20180804.txt)两原子间的距离