Search for notes by fellow students, in your own course and all over the country.

Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.

My Basket

You have nothing in your shopping cart yet.

Title: Introduction to Python
Description: These notes provide complete detail introduction to Python

Document Preview

Extracts from the notes are below, to see the PDF you'll receive please use the links above


L1: Introduction To Python | Lesson 1 | DSA In Python | Learn Python | Python
Tutorial@CodingNinjasIndia
Coding Ninjas
This is a video in our new playlist dsa python python in dsa right by coding ninja
...

Please subscribe to coding ninjas channel and hit the bell icon to get the notification as as soon
as we post a new video
...
There are different ways to write program in
python
...
There is a jupyter notebook in python so you can run your code into python notebook
as well so all these ways we will be covering in the upcoming lesson
...
You can directly say python 3
and file name what is the filename code or py right
...
Line by line execution is
possible in jupyter notebook which we will be coming in the upcoming lesson so make sure you
watch the entire video
...

variable name can start only with the lower case alphabet uppercase alphabet or underscore or
underscore as well right
...
variable name now there are some rules for variable names what are those rules so
variable name have to start with either lowercase or u
...

There are amazing courses available on coding ninjas website
...
Data types is a very common thing among all the programming languages on all
programming languages and in python also you will find data types as integer string and float
double
...
The only unique thing about python is that thing that i told you earlier also
that if you assign asm 10 and later on some string right then a basically how these thing
internally works internally works
...
The result of this expression will always be an integer so right so this
operator this double slash this flow division will always give you integer as the answer right so i

hope these two operators floor the floor value of 1
...

To take input in python you need to write let 's say this is the variable name
...
This is the first lesson in our playlist
...
The entire playlist will be
available to you soon we are we are putting you very videos of python every day right so python
is itself an amazing programming language
Title: Introduction to Python
Description: These notes provide complete detail introduction to Python