0% found this document useful (0 votes)
5 views14 pages

Introduction to Python and Jupyter Notebooks

Uploaded by

tthao.amour
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)
5 views14 pages

Introduction to Python and Jupyter Notebooks

Uploaded by

tthao.amour
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

UNIVERSITY OF INFORMATION TECHNOLOGYTIN

FACULTY OF SOFTWARE ENGINEERING

Programming Design
)

Name: Msc. Nguyen Thi Thanh Truc


Faculty: Software Engineering
Email: trucntt@[Link]

1
Python Introduction

2
What is Python?

“ ”
3
Python History

• Beginning of development
– Python was created by Guido van Rossum in the Netherlands in 1990
• Python 2.0
– December 2000 ~ the present Python 2.7
• Python 3.0
– December 2008 ~ the present Python 3.10

4
Install Python

• [Link] → Download

5
Getting Started with Python

6
Python Source Code Files

7
Programming Errors
• Syntax Errors
• Runtime Errors

8
Python is interpreted

• A Python program is executed from the Python


interpreter.
• Python can run on the Windows, UNIX, and Mac
operating systems

9
Jupyter Notebooks

• Jupyter is an open-source project that lets you easily combine


markdown text and executable Python source code on one
canvas called a notebook
• Jupyter Notebook is a web-based application; runs on a
browser
• Install Jupyter Notebook

10
Launching Jupyter Notebook

• From the command prompt

11
A Quick Look at Jupyter

12
Jupyter Notebooks in VS Code

13
End of Document

You might also like