# PythonPractice **Repository Path**: liuwake/PythonPractice ## Basic Information - **Project Name**: PythonPractice - **Description**: No description available - **Primary Language**: Python - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-19 - **Last Updated**: 2023-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [Python](https://www.python.org/)Practice ## Docs ### [Python 3.7.5rc1 documentation](https://docs.python.org/3/index.html) #### [The Python Standard Library](https://docs.python.org/3/library/index.html) #### [IPython Documentation](https://ipython.readthedocs.io/en/stable/index.html) - [os — Miscellaneous operating system interfaces](https://docs.python.org/3/library/os.html) ### 3rd - [第三方库文档](https://readthedocs.org/) - 第三方库会在自己的网站上发布文档,通常发布于 https://readthedocs.org/ 。你可以根据文档质量判断第三方库的质量。如果开发者没有时间编写好的文档,很可能也没时间完善库。 ## Learn - [Python 教程 ](https://docs.python.org/3/tutorial/)- 这部分官方文档给出了 Python 的语法和标准库。它会举例讲解,并且采用的语言比主要文档的要浅显易懂。确保阅读该文档的 Python 3 版本! - [菜鸟教程 Python 3 教程](https://www.runoob.com/python3/python3-tutorial.html) - [DataQuest](https://app.dataquest.io) - [Python 一周模块](https://pymotw.com/3/) - [Doug Hellmann ](https://doughellmann.com/blog/) - [Eli Bendersky](https://eli.thegreenplace.net/) ### Cheat Sheet - [X分钟速成Y,其中 Y=python3](https://learnxinyminutes.com/docs/zh-cn/python3-cn/) ### Microsoft - [Python for Beginners [1 of 44] Programming with Python](https://channel9.msdn.com/Series/Intro-to-Python-Development/Python-for-Beginners-1-of-44-Programming-with-Python) - https://github.com/microsoft/c9-python-getting-started S1K - https://devblogs.microsoft.com/python/ - GitProj - https://github.com/Microsoft/python-language-server Microsoft Language Server for Python - https://github.com/Microsoft/vscode-python ## Wiki ### [The Python Wiki](https://wiki.python.org/moin/FrontPage) - [BitwiseOperators](https://wiki.python.org/moin/BitwiseOperators) - [xkcd:Python](https://xkcd.com/353/) python3 >>> import antigravity ## Standard ### - [Python 样式指南 PEP 8 -- Style Guide for Python Code](https://www.python.org/dev/peps/pep-0008/) - ```$ pip3 install pycodestyle``` ## Library ### [Python Package Index (PyPI)](https://pypi.org/) - [pip](https://pypi.org/project/pip/) - https://github.com/astanin/python-tabulate Pretty-print tabular data in Python, a library and a command-line utility. Repository migrated from bitbucket.org/astanin/python-tabulate. https://pypi.org/project/tabulate/ ### Env - Anaconda - [Anaconda3搭建虚拟环境](https://blog.csdn.net/Happy_Sunshine_Boy/article/details/85015213) ## Distribution ### Anaconda ## Udacity - UD089 - [UD089Pre](https://classroom.udacity.com/courses/ud089-preview) - [UD858](https://classroom.udacity.com/courses/ud858) [用 Python 开发可规模化的应用](https://cn.udacity.com/course/developing-scalable-apps-in-python--ud858) [Developing Scalable Apps in Python](https://eu.udacity.com/course/developing-scalable-apps-in-python--ud858)