Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🥑

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: