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

66_Rohan Injal

@66_rohaninjal
profile

Ashwini Jadhav

@ashwini42
profile

Krishna Mandal

@krishnamandal

Featured Blogs

Man In The Middle Attack

Blog banner

Intrusion Detection System

Blog banner

Fault Tolerance in an Operating System

Blog banner

Burning Questions

What is ENIAC?

difference between symmetric and asymmetric key cryptography

Which brand DSLR is best in all kind of usage?

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