This project was started to bring together useful Python code snippets that make coding faster, easier, and more enjoyable. You can explore all the cheat sheets at Pysheeet. Contributions are always welcome—feel free to fork the repo and submit a pull request to help it grow!
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.
- From Scratch
- Future
- Typing
- Class
- Function
- Unicode
- List
- Set
- Dictionary
- Heap
- Generator
- Time
- File
- Operating System
- Regular expression
- Socket
- Asyncio
- Concurrency
- Sqlalchemy
- Security
- SSH
- Tests
- C Extensions
- PyTorch
- Slurm
- A Hitchhikers Guide to Asynchronous Programming
- PEP 572 and the walrus operator
- Python Interpreter in GNU Debugger
$ virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ make
$ python app.py
# URL: localhost:5000