# Python作业 **Repository Path**: pyinstaller/python-job ## Basic Information - **Project Name**: Python作业 - **Description**: Python期末作业 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-12-24 - **Last Updated**: 2022-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python作业 | 题目一 | 使用正则表达式识别并提取Python程序中的类名、函数名、变量名等标识符。(假设源文件的编写风格符合Python语言编程规范。) | | ------------ | ------------------------------------------------------------ | | Python代码 | [(附上python代码)](https://gitee.com/pyinstaller/python-job/tree/master/%E9%A2%98%E7%9B%AE1/%E4%BB%A3%E7%A0%81) | | 程序运行截图 | [(附上程序运行截图)](https://gitee.com/pyinstaller/python-job/tree/master/%E9%A2%98%E7%9B%AE1/%E6%88%AA%E5%9B%BE) | > 注:python文件自己指定 | 题目二 | 使用jieba对一段文本进行中文分词,统计所有词的词频。 | | ------------ | --------------------------------------------------- | | Python代码 | [(附上python代码)](https://gitee.com/pyinstaller/python-job/tree/master/%E9%A2%98%E7%9B%AE2/%E4%BB%A3%E7%A0%81) | | 程序运行截图 | [(附上程序运行截图)](https://gitee.com/pyinstaller/python-job/tree/master/%E9%A2%98%E7%9B%AE2/%E6%88%AA%E5%9B%BE) | > 注:文本自己指定 | 题目三 | 分别使用深度优先、广度优先遍历某一文件夹并输出文件夹结构。 | | ------------ | ---------------------------------------------------------- | | Python代码 | [(附上python代码)](https://gitee.com/pyinstaller/python-job/tree/master/%E9%A2%98%E7%9B%AE3/%E4%BB%A3%E7%A0%81) | | 程序运行截图 | [(附上程序运行截图)](https://gitee.com/pyinstaller/python-job/tree/master/%E9%A2%98%E7%9B%AE3/%E6%88%AA%E5%9B%BE) | > 注:文件夹自己指定 | 题目四 | 编写一个简易计算器GUI程序。 | | ------------ | --------------------------- | | Python代码 | [(附上python代码)](https://gitee.com/pyinstaller/python-job/tree/master/%E9%A2%98%E7%9B%AE4/%E4%BB%A3%E7%A0%81) | | 程序运行截图 | [(附上程序运行截图)](https://gitee.com/pyinstaller/python-job/tree/master/%E9%A2%98%E7%9B%AE4/%E6%88%AA%E5%9B%BE) | | 题目五 | 将两个语音文件拼接,其中第一个语音文件循环播放2次,第二个语音文件循环播放3次。 | | ------------ | ------------------------------------------------------------ | | Python代码 | [(附上python代码)](https://gitee.com/pyinstaller/python-job/tree/master/%E9%A2%98%E7%9B%AE5/%E4%BB%A3%E7%A0%81) | | 程序运行截图 | [(附上程序运行截图)](https://gitee.com/pyinstaller/python-job/tree/master/%E9%A2%98%E7%9B%AE5/%E6%88%AA%E5%9B%BE) | > 注:语音文件自己指定