0% found this document useful (0 votes)
20 views

Training Python

Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Training Python

Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Anaconda (3.

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

You might also like