# pysheeet **Repository Path**: fanych/pysheeet ## Basic Information - **Project Name**: pysheeet - **Description**: 这个开源项目就是:pysheeet 。 看名字就大约知道跟 Python 相关的一个开源项目了。那这个开源项目到底是做什么的呢? 这个项目旨在收集有用,有价值的 Python 代码片段,以增强 Python 开发者的编码经验和体验。 这个开源项目收集了很多 Python 的有价值的代码片段 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-04 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README .. raw:: html


pysheeet

Build Status Coverage License MIT

Introduction ============= Pysheeet was created with intention of collecting python code snippets for reducing coding hours and making life easier. Any contributions are welcome. Please feel free to fork and send a pull request to this project. What’s New In Python 3 ====================== This part only provides a quick glance at some important features in Python 3. If you're interested in all of the most important features, please read the official document, `What’s New in Python `_. - `New in Python3 `_ Cheat Sheet =========== - `Code Style `_ - `From Scratch `_ - `Future `_ - `Unicode `_ - `List `_ - `Set `_ - `Dictionary `_ - `Function `_ - `Class `_ - `Generator `_ - `Typing `_ - `File `_ Advanced Cheat Sheet ==================== - `Regular expression `_ - `Socket `_ - `Asyncio `_ - `Concurrency `_ - `Sqlalchemy `_ - `Security `_ - `SSH `_ - `Boto3 `_ - `Tests `_ - `C Extensions `_ Appendix ========= - `Why does Decorator Need @wraps `_ - `A Hitchhikers Guide to Asynchronous Programming `_ - `Asyncio behind the Scenes `_ - `PEP 572 and the walrus operator `_ - `Python Interpreter in GNU Debugger `_ PDF Version ============ `pdf`_ .. _pdf: https://media.readthedocs.org/pdf/pysheeet/latest/pysheeet.pdf How to run the server ======================= .. code-block:: bash $ virtualenv venv $ . venv/bin/activate $ pip install -r requirements.txt $ make $ python app.py # URL: localhost:5000