Python examples / cookbook

Last modified: March 18, 2023

Dataclasses

Python dataclasses example

Construct Dot Markup

Example constructing graphviz markup using python

To And From Json String

Example converting to and from JSON string using python

Regular Expressions

Python regular expressions example

List Comprehensions

Python list comprehensions example

Type Hints

Python type hints example

Decorators

Python decorators example

Dict Comprehensions

Python dict comprehensions example

Inheritance

Python inheritance example

Datetime Format

Python datetime format example

F-strings

Python f-strings example