pysheeet icon indicating copy to clipboard operation
pysheeet copied to clipboard

Python Cheat Sheet

Results 23 pysheeet issues
Sort by recently updated
recently updated
newest added

Bumps [flask](https://github.com/pallets/flask) from 2.1.3 to 2.2.2. Release notes Sourced from flask's releases. 2.2.2 This is a fix release for the 2.2.0 feature release. Changes: https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-2-1 Milestone: https://github.com/pallets/flask/milestone/25?closed=1 2.2.1 This is...

dependencies

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.3 to 2.2.2. Release notes Sourced from werkzeug's releases. 2.2.2 This is a fix release for the 2.2.0 feature release. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-2 Milestone: https://github.com/pallets/werkzeug/milestone/25?closed=1 2.2.1 This is...

dependencies

Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.4.2 to 6.4.3. Changelog Sourced from coverage's changelog. Version 6.4.3 — 2022-08-06 Fix a failure when combining data files if the file names contained glob-like patterns (pull...

dependencies

Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.2 to 1.7.4. Release notes Sourced from bandit's releases. 1.7.4 What's Changed Fix traceback in hashlib_insecure_functions by @​ericwb in PyCQA/bandit#834 Add version 1.7.3 to dropdown by @​ericwb...

dependencies

Per the SQLAlchemy docs, [the `mapper()` function is depreciated](https://docs.sqlalchemy.org/en/14/orm/mapping_styles.html#imperative-a-k-a-classical-mappings). The docs suggest using `registry.map_imperatively()` to get the same functionality used in pysheeet. @crazyguitar I'd be happy to open a PR...

Can we migrate all code snippets in this repo to python 3 to not confuse the new user to use the deprecated python 2.x. Its just a suggestion as of...

enhancement
help wanted

missing explanation. - [ ] flow graph - [ ] explanation

feature

[suggestions from feedback](https://www.reddit.com/r/Python/comments/7zvzlv/essential_features_of_python3_cheat_sheet/duthu7o/)

Make brief explanations become part of cheat sheets. - [ ] Style - [x] From Scratch - [x] Future - [x] Unicode - [x] List - [ ] Set -...

feature