Writing code in a Jupyter Notebook Jupyter notebook is used for writing and running Python code. Creating and saving a Jupyter notebook Use the following steps: · Open Anaconda and launch Jupyter Notebooks. · On the first page create a folder for Jupyter. · Navigate to the Jupyter Notebooks folder. · Click New and cho…
Read morePython Application Types Python is a general-purpose programming language that is not based on a particular application. Some important applications of Python are: Data Science Python libraries like NumPy, Pandas, and Matplotlib are used for data analysis. It is used for the collection, processing, and cleansing of data sets, applying mathematical algor…
Read moreDATA TYPE OF MYSQL · A data type specifies a value type of data, ex. integer, floating-point, character, Boolean, etc with sign(positive or negative). · All Operations are performed on the data type. · SQL used various data types which are:- Some common data types in MySQL are: 1. Numeric Data Types: - INT : Used for stori…
Read more
Social Plugin