# pysheeet **Repository Path**: tzx_0614/pysheeet ## Basic Information - **Project Name**: pysheeet - **Description**: Python Cheat Sheet - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-20 - **Last Updated**: 2020-12-19 ## 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 `_ - `Yet Another Introduction to Asyncio `_ - `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