CBSE Class 11 Computer Science Introduction To Python Notes

Download CBSE Class 11 Computer Science Introduction To Python Notes in PDF format. All Revision notes for Class 11 Computer Science have been designed as per the latest syllabus and updated chapters given in your textbook for Computer Science in Class 11. Our teachers have designed these concept notes for the benefit of Class 11 students. You should use these chapter wise notes for revision on daily basis. These study notes can also be used for learning each chapter and its important and difficult topics or revision just before your exams to help you get better scores in upcoming examinations, You can also use Printable notes for Class 11 Computer Science for faster revision of difficult topics and get higher rank. After reading these notes also refer to MCQ questions for Class 11 Computer Science given on studiestoday

Revision Notes for Class 11 Computer Science Introduction To Python

Class 11 Computer Science students should refer to the following concepts and notes for Introduction To Python in Class 11. These exam notes for Class 11 Computer Science will be very useful for upcoming class tests and examinations and help you to score good marks

Introduction To Python Notes Class 11 Computer Science

1.1 Introduction:

- General-purpose Object Oriented Programming language.
- High-level language
- Developed in late 1980 by Guido van Rossum at National Research Institute for Mathematics and Computer Science in the Netherlands.
- It is derived from programming languages such as ABC, Modula 3, small talk, Algol-68.
- It is Open Source Scripting language.
- It is Case-sensitive language (Difference between uppercase and lowercase letters).
- One of the official languages at Google.

1.2 Characteristics of Python:

- Interpreted: Python source code is compiled to byte code as a .pyc file, and this byte code can be interpreted by the interpreter.
- Interactive
- Object Oriented Programming Language
- Easy & Simple
- Portable
- Scalable: Provides improved structure for supporting large programs.
- Integrated
- Expressive Language

1.3 Python Interpreter:
Names of some Python interpreters are:

- PyCharm
- Python IDLE
- The Python Bundle
- pyGUI
- Sublime Text etc.
- There are two modes to use the python interpreter:
i. Interactive Mode
ii. Script Mode

i. Interactive Mode: Without passing python script file to the interpreter, directly execute code to Python (Command line).
Example:

>>>6+3
Output: 9

CBSE-Class-11-Computer-Science-Introduction-To-Python-Notes-1

Note: >>> is a command the python interpreter uses to indicate that it is ready. The interactive mode is better when a programmer deals with small pieces of code.
To run a python file on command line:
exec(open(“C:\Python33\python programs\program1.py”).read( ))

Example:
if you have a file name Demo.py , to run the script you have to follow the following steps:


Step-1: Open the text editor i.e. Notepad
Step-2: Write the python code and save the file with .py file extension. (Default directory is C:\Python33/Demo.py)
Step-3: Open IDLE ( Python GUI) python shell
Step-4: Click on file menu and select the open option
Step-5: Select the existing python file
Step-6: Now a window of python file will be opened
Step-7: Click on Run menu and the option Run Module.
Step-8: Output will be displayed on python shell window.

CBSE-Class-11-Computer-Science-Introduction-To-Python-Notes-2

CBSE Class 11 Computer Science Introduction To Python Notes

We hope you liked the above notes for topic Introduction To Python which has been designed as per the latest syllabus for Class 11 Computer Science released by CBSE. Students of Class 11 should download and practice the above notes for Class 11 Computer Science regularly. All revision notes have been designed for Computer Science by referring to the most important topics which the students should learn to get better marks in examinations. Our team of expert teachers have referred to the NCERT book for Class 11 Computer Science to design the Computer Science Class 11 notes. After reading the notes which have been developed as per the latest books also refer to the NCERT solutions for Class 11 Computer Science provided by our teachers. We have also provided a lot of MCQ questions for Class 11 Computer Science in the notes so that you can learn the concepts and also solve questions relating to the topics. We have also provided a lot of Worksheets for Class 11 Computer Science which you can use to further make yourself stronger in Computer Science.

Where can I download latest CBSE Class 11 Computer Science Introduction To Python notes

You can download notes for Class 11 Computer Science Introduction To Python for latest academic session from StudiesToday.com

Are the revision notes available for Introduction To Python Class 11 Computer Science for the latest CBSE academic session

Yes, the notes issued for Class 11 Computer Science Introduction To Python have been made available here for latest CBSE session

Is there any charge for the Class 11 Computer Science Introduction To Python notes

There is no charge for the notes for CBSE Class 11 Computer Science Introduction To Python, you can download everything free of charge

Which is the best online platform to find notes for Introduction To Python Class 11 Computer Science

www.studiestoday.com is the best website from which you can download latest notes for Introduction To Python Computer Science Class 11

Where can I find topic-wise notes for Class 11 Computer Science Introduction To Python

Come to StudiesToday.com to get best quality topic wise notes for Class 11 Computer Science Introduction To Python