Training Python
Training Python
x)
• The open source version of Anaconda is an easy-to-install high performance Python
with a package manager, environment manager and collection of 720+ open source
packages
• conda install PACKAGENAME or pip install pydotplus
• Packages
i. NumPy | numpy.org: N-dimensional array for numerical computation
ii. Pandas | pandas.pydata.org: Powerful Python data analysis toolkit
iii. SciPy | scipy.org: Collection of numerical algorithms and toolboxes, including signal
processing and optimization
iv. MatPlotLib | matplotlib.org: Plotting library for Python
v. Seaborn | stanford.edu/~mwaskom/software/seaborn/: Statistical data visualization
vi. Bokeh | bokeh.pydata.org: Interactive web visualization library
vii. SciKit-Learn | scikit-learn.org/stable: Python modules for machine learning and data
mining
viii. NLTK | nltk.org: Natural language toolkit 1
2
Image source link is at reference section