Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliflores/guacamole-snippets
Snipets shared at PyBerlin 🐻 July 2019 🥑
https://github.com/eliflores/guacamole-snippets
avocado community fun python snippets
Last synced: 16 days ago
JSON representation
Snipets shared at PyBerlin 🐻 July 2019 🥑
- Host: GitHub
- URL: https://github.com/eliflores/guacamole-snippets
- Owner: eliflores
- License: mit
- Created: 2019-07-17T20:19:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T18:23:08.000Z (over 3 years ago)
- Last Synced: 2023-02-26T12:22:53.588Z (over 1 year ago)
- Topics: avocado, community, fun, python, snippets
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Guacamole Snippets
Snippets shared at PyBerlin :bear: July 2019 :avocado:
1. [Format float](https://github.com/mignonnesaurus/guacamole-snippets/blob/master/src/format_float.py) :pencil2:
2. [Args join](https://github.com/mignonnesaurus/guacamole-snippets/blob/master/tests/test_join_args.py) :paperclips:
3. [Unicode strings](https://github.com/mignonnesaurus/guacamole-snippets/blob/master/src/unicode_strings.py) :bulb:
4. [`remainder` function](https://github.com/mignonnesaurus/guacamole-snippets/blob/master/tests/test_remainder.py): New in Python 3.7 :sparkles:
5. [Exceptions](https://github.com/mignonnesaurus/guacamole-snippets/blob/master/src/exceptions_print.py): Order of execution :gift: