Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2020-04-08 15:33:10
Size: 303
Editor: Burathar
Comment:
Revision 4 as of 2021-12-22 13:53:30
Size: 571
Editor: Burathar
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
|| [[/virtualenv|Virtualenv]] || A tool for creating isolated virtual python environments. ||
Line 12: Line 13:
|| [[/pathlib|pathlib]] || Module that offers OS independent* path classes ||
|| [[/jinja2|jinja2]] || A fast, expressive, extensible templating engine. ||

Description

Python code snippet collection, sorted by Module.

Contents

Package

Description

Virtualenv

A tool for creating isolated virtual python environments.

pandas

Data analysis and manipulation tool

matplotlib

Library for creating visualizations

pathlib

Module that offers OS independent* path classes

jinja2

A fast, expressive, extensible templating engine.

Howto/Python3 (last edited 2021-12-22 13:53:30 by Burathar)