Links to useful Python libraries for your daily work.
1) language updates
Python - The official home of the Python Programming Language.
2) data science
Numpy - The fundamental package for scientific computing with Python.
Pandas - Flexible and powerful data analysis / manipulation library for Python.
SciPy (Scientific Python) - library for data science that is extensively used for high-level computations.
scikit-learn - machine learning in Python
matplotlib - matplotlib: plotting with Python.
Seaborn - Python data visualization library based on matplotlib.
Aesara (earlier Theano) - library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently.
Tensorflow - Machine Learning Framework for everyone.
Keras - Deep Learning for humans.
Anaconda - The World's Most Popular Data Science Platform.
OpenCV (Open Source Computer Vision Library) - is an open source computer vision and machine learning software library.
3) another language compilers
Cython - The most widely used Python to C compiler.
Nuitka - Python compiler written in Python.
Transcrypt - Python 3.7 to JavaScript compiler - Lean, fast, open.
pyast64 - Compile a subset of the Python AST to x64-64 assembler
4) you will love it!
Tkinter - Python's de-facto standard GUI (Graphical User Interface) package.
It is a thin object-oriented layer on top of Tcl/Tk.
PyInstaller Extractor - translator Python to EXE.