python-tips-and-tricks

A collection of Python tips and tricks

Stars
25

Table of Contents

IntFlag Enum in Python

Source Code

Python 3.10 Union Types

Source Code

Property Validation in Python

Source Code

Readonly Attributes in Python

Source Code

Sorting by Enum Values in Python

Source Code

Enum Names and Values in Python

Source Code

Python List Slicing Cheat Sheet

Source Code

Unpacking Tuples in Python

Source Code

Custom Properties in Django

Source Code

Displaying Many to Many Fields in Django

Source Code

Inline Text Choices in Django

Source Code

Decorators in Python

Implementing Range in Python