Python Day 3 .pptx

mrsam3062 10 views 22 slides Sep 02, 2024
Slide 1
Slide 1 of 22
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22

About This Presentation

q


Slide Content

Basics of Python Programming 1

Class Overview Python Installation Anaconda Installation Jupyter Notebook Interface Introduction Setting Working Directory Creating and Saving a script file File Execution 2

3

4

5

6

Anaconda Installation 7

8

9

10

11

12

13

14

15

To launch a Jupyter notebook, Open your Anaconda Prompt Navigate to the directory where you would like to save your notebook files. Then type the command jupyter notebook and the program will instantiate a local server at localhost:8888. Launch a Jupyter Notebook 16

17

18

19

To Create a Jupyter notebook File, Click on New and select python 3( ipykernal ) Creating , Saving and Executing Jupyter Notebook File 20

To Save a Jupyter notebook File, Click on Untitled1 and type suitable file name. 21

To Execute a Jupyter notebook File, Click on Cell and write code. ESC to enter into Command Mode( Blue Color) ENTER to enter into Edit Mode( Green Color) Ctrl + Enter to execute a cell Shift + Enter to Execute a cell and create new cell ‘a’ in command mode to create new cell ABOVE ‘b’ in command mode to create new cell BELLOW ‘ dd ’ in command mode to delete a cell 22
Tags