You are currently viewing PYTHON FOR CBSE CLASS 11

PYTHON FOR CBSE CLASS 11

PYTHON FOR CBSE CLASS 11

PYTHON, was introduced few years back by CBSE in the syllabus of Sr. Secondary Classes under Computer Science subject but was optional. From session 2019-20 onward Python is made mandatory by CBSE for class 11. We are starting with the series of Python which is divided in small chapters for better understanding. Let’s start the journey…

WHY PYTHON?

  1. SIMPLE
  2. EASY TO LEARN
  3. PORTABLE
  4. FREE AND OPEN SOURCE
  5. HIGH LEVEL LANGUAGE
  6. INTERPRETED
  7. OBJECT ORIENTED
  8. EMBEDDABLE
  9. EXTENSIBLE
  10. EXTENSIVE LIBRARIES


CHAPTER-1 – INSTALLATION AND MODES


  • Log on to www.python.org
  • In Downloads – Download for Windows-Python 3.7.4

python download page image

  • A zipped file, python-3.7.4.exe will be downloaded.
  • Double click on the file and a dialog box will be prompted and click on Run.

 

  • Click on Install now.

python installation dialog-2

  • Click on Yes and the Setup will be started.

python setup dialog box

  • The setup is successfully installed.

python installation setup successful

  • Close the setup dialog box and go to Start Menu -> All Programs -> Python 3.7 Folder

python folder in all programs in start menu

  • Click on IDLE (Python 3.7 32-bit) for script mode OR

python script mode image

 

  • Click on Python 3.7 (32-bit) for interactive mode.

python interactive mode image

In next article we will guide you about How to Install Python on Android.

Leave a Reply