python-tools
is a set of Python scripts and snippets to use in daily development tasks.
This repository is composed of:
-
decorators
: A folder with some examples of useful Python decorators.decorators-timer.py: Used to measured the ammount of time to execute a giving function.
-
threads
: A folder with some examples of useful Python thread.thread-sync.py: Tips and tricks to create, control and syncronize threads in python.