List of Python Packages¶
General purpose¶
configparser - writing and reading .ini config files (base)
datetime - handle date and time (base)
time - timing stuff/sleep timer (base)
re - Regular Expression Operations (base)
numpy - used for several mathematical operations
pandas - packaging dataframes
matplotlib - backends used for GUI plots, also used for debugging
scipy - used for several mathematical operations
scikit-learn - used for several mathematical operations