wisemonkeys logo
FeedNotificationProfileManage Forms
FeedNotificationSearchSign in

Jermin Shaikh

user banner image
profile
Jermin Shaikh@jerminshaikh

If it's your life, then be the author of it.

ResumeBlogsQuestions
Sign in

Top Users

profile

Rani Bhatti

@ranibhatti
profile

Sharanya Shetty

@sharanyashetty
profile

Ankitajhinjharde

@ankitajhinjharde

Featured Blogs

Importance of business process documentation

Blog banner

Optimization of operating system design

Blog banner

Processing Crime and Incident Scenes

Blog banner

Burning Questions

Best place to visit in rainy season

Explain the concept of Data, Information, and knowledge

What is Cost benefit analysis in software project?

Contact Us

|

About Us

|

Points nomenclature

|

Terms of service

|

Privacy Policy

|

Cookie Policy
profile

Jermin Shaikh

@jerminshaikhNov 22, 2021

Explain different Python Libraries ?

1) Pandas: - This provides a high-performance set of data structures and data-analysis tools for use in your data science. 2) Matplotlib: - Matplotlib is a Python 2D and 3D plotting library that can produce various plots, histograms, power spectra, bar charts, error charts, scatterplots, and limitless advance visualizations of your data science results. 3) NumPy: - NumPy is the fundamental package for scientific computing, based on a general homogeneous multidimensional array structure with processing tools. 4) SymPy: - SymPy is a Python library for symbolic mathematics. It assists you in simplifying complex algebra formulas before including them in your code. Explore www.sympy.org for details on this package’s capabilities. 5) Scikit-Learn: - Scikit-Learn is an efficient set of tools for data mining and data analysis packages. It provides support for data science classification, regression, clustering, dimensionality reduction, and preprocessing for feature extraction and normalization.

1 Discussions
70 Reads
profile

Jermin Shaikh

@jerminshaikhNov 22, 2021

What is MQTT and how does it work ?

MQTT stands for MQ Telemetry Transport, which is used to publish and subscribe, extremely simple and lightweight messaging protocols. It was intended for constrained devices and low-bandwidth, high-latency, or unreliable networks. MQTT-enabled devices include handheld scanners, advertising boards, footfall counters, and other machines.

1 Discussions
74 Reads