Python Content Manual (1) - 8

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Implicit Type Conversion ..............................................................................................

42
Explicit Type Conversion.............................................................................................. 44
Python Operators II ......................................................................................................... 47
Comparison operators.................................................................................................. 47
Logical operators ......................................................................................................... 47
Assignment operators .................................................................................................. 48
Let’s Practice ................................................................................................................... 48
Test Your Knowledge ...................................................................................................... 49
Chapter 3 - Introduction to tools for AI ................................................................................. 50
Recap .......................................................................................................................... 50
Introduction to Anaconda ................................................................................................. 50
How to install Anaconda?............................................................................................. 50
Jupyter Notebook ............................................................................................................ 56
Introduction .................................................................................................................. 56
What is a Notebook? .................................................................................................... 56
Installing Jupyter Notebook .......................................................................................... 57
Working with Jupyter Notebook.................................................................................... 57
Notebook Interface - Explained! ................................................................................... 58
Test Your Knowledge ...................................................................................................... 64
Chapter 4 - More About Lists and Tuples ............................................................................ 65
Introduction to Lists ......................................................................................................... 65
How to create a list ? ....................................................................................................... 65
How to access elements of a list ?................................................................................... 65
List Index ..................................................................................................................... 66
Negative Indexing ........................................................................................................ 66
Adding Element to a List .................................................................................................. 67
Using append() method................................................................................................ 67
Using insert() Method ................................................................................................... 68
Using extend() method ................................................................................................. 68
Removing Elements from a List ....................................................................................... 68
Using remove() method................................................................................................ 69
Using pop() method ..................................................................................................... 69
Slicing of a List ................................................................................................................ 70
List Methods ................................................................................................................ 72
Let’s Practice ................................................................................................................... 72
Introduction to Tuples ...................................................................................................... 72

You might also like