0% found this document useful (0 votes)
8 views3 pages

Day 1

This document is a Jupyter Notebook from a Python workshop that covers basic concepts such as Python's characteristics, features, and common errors. It includes sections on programming styles, lists, hyperlinks, and an overview of the course content. The notebook emphasizes Python's versatility and its relevance in modern technologies like data analysis and machine learning.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views3 pages

Day 1

This document is a Jupyter Notebook from a Python workshop that covers basic concepts such as Python's characteristics, features, and common errors. It includes sections on programming styles, lists, hyperlinks, and an overview of the course content. The notebook emphasizes Python's versatility and its relevance in modern technologies like data analysis and machine learning.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

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

You might also like