6/27/22, 4:48 PM Day1 - Jupyter Notebook
9+89 kjjhkjkjfgjf
In [3]:
1 9+89
Out[3]:
98
Heading1
heading2
heading3
heading4
line5
working with python
font styles
this is italic text
bold text in this line
bold italic text
lists
order and unordered list of items
Fruits
1. apple
2. banana
3. orange
4. pomogranate
5. pine-apple
Unordered list doesn't follow any order
Hyper Links
title/text (url)
localhost:8888/notebooks/Desktop/python workshop/Day1.ipynb 1/3
6/27/22, 4:48 PM Day1 - Jupyter Notebook
Google (https://www.google.com/)
youtube (https://www.youtube.com/)
Liteate Programming
programming along with documentation
Course Overview
Python Basics
1. Introduction to Jupyternotebook
2. Introduction to Python
history of python
3.
python
It is a general purpose,high level and interpreted programming language
General Purpose
used for multiple purposes such as scientific computation,web development,system s/w
development and mobile appl'ns
High level
user understable language
Interpreted Language
it gives us the line by line execution
Features
simplicity:
seems to be english
easy to learn and simple to code
it is case sensitive and space sensitive
it is semi-object oriented and
dynamically typed language
there is no datatype declaration
why python ?
it is the building block of all current running technologies such as data analysis,machine
learning,artificial intelligence,cloud computing,IOT,Robotics etc..
Errors in python
an invalid statement said to be error
3types of errors
1. syntax error
error related to syntax
2. value error
value error,type error,file not found etc.
3. indentation error
error related to space
localhost:8888/notebooks/Desktop/python workshop/Day1.ipynb 2/3
6/27/22, 4:48 PM Day1 - Jupyter Notebook
In [ ]:
localhost:8888/notebooks/Desktop/python workshop/Day1.ipynb 3/3