Python: Difference between revisions

3 bytes removed ,  28 April 2020
Line 380: Line 380:
* Using <code>json.dump(data, f)</code> will dump without pretty printing
* Using <code>json.dump(data, f)</code> will dump without pretty printing


==Images==
===Pillow (PIL)===
===Pillow (PIL)===
<code>pip install pillow</code>
<code>pip install pillow</code>
====Images====
<syntaxhighlight lang="python>
<syntaxhighlight lang="python>
from PIL import Image
from PIL import Image