Introduction to Python

Posted by Rajesh Mishra On 7:32 pm


Dear friends,

CBSE has been revised its curriculum for Computer Science (083) and Informatics Practice (065) subjects and introduced Python programming language in place of  C++ and Java from the academic session 2018-19. However the old syllabus will also continue upto 2019-20 Board Examination. From the session 2020-21, CBSE will conduct AISSCE Examination based on new syllabus only.

The Python Programming will be covered in both subjects i.e. CS and IP.

Here, a brief introduction and how to start working is given..

What is Python?

Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed.
Python is being popular day by day because of the increased productivity it provides. Since there is no compilation step, the edit-test-debug cycle is incredibly fast. Debugging Python programs is also very easy.
Python requires less hardware resources like memory and processor speed. Python program can run on any type of hardware and software (OS) platform, even we can make and run python program in on-line mode on various programming learning websites.
So, we hope learning Python will be great deal at school level, to cater the need of software industry. 

Installing

Installing Python is generally easy, and nowadays many Linux and UNIX distributions include a recent Python. Even some Windows computers (notably those from HP) now come with Python already installed. If you do need to install Python and aren't confident about the task you can find a few notes on the BeginnersGuide/Download wiki page, but installation is unremarkable on most platforms.

Learning

Before getting started, you may want to find out which IDEs and text editors are tailored to make Python editing easy, browse the list of introductory books, or look at code samples that you might find helpful.
There is a list of tutorials suitable for experienced programmers on the BeginnersGuide/Tutorials page. There is also a list of resources in other languages which might be useful if English is not your first language.
The online documentation is your first port of call for definitive information. There is a fairly brief tutorial that gives you basic information about the language and gets you started. You can follow this by looking at the library reference for a full description of Python's many libraries and the language reference for a complete (though somewhat dry) explanation of Python's syntax. If you are looking for common Python recipes and patterns, you can browse the ActiveState Python Cookbook

Source: www.python.org  

Teaching-Learning Presentations

Posted by Rajesh Mishra On 1:20 am

These Presentations are effective means to teach and learn topics/chapters as per CBSE Syllabus  in classrooms.
You may view as well as download Presentations, which are specially designed  for teaching and learning IP (065) subject in Class XI and XII  as per latest CBSE's Revised Curriculum 2021-22.

Teaching & Learning Presentations as per CBSE New Curriculum 2021-22 (Python & MySQL).





Chapter wise Teaching & Learning Presentations as per revised CBSE Curriculum 2014-15.

CLASS XII (IP): 
Click on Chapters to View & Download
Click on Download Button for All Chapters Download (ZIP version)

http://www.kvuppercamp.edu.in/tlm/xii-ppt(pdf).zip
 
 CLASS XI (IP): 
Click on Chapters to View
Click on Download Button for All Chapters Download (ZIP version)
http://www.kvuppercamp.edu.in/tlm/xi-ppt(pdf).zip

To Download Handout (Short Notes) of above Presentations visit/click on  Tutorial Page...

Feedback please

Posted by Rajesh Mishra On 12:05 pm

Your feedback is important for me...