About 1,070,000 results
Open links in new tab
  1. Python Notes Class 11 - Computer Science - GeeksforGeeks

    Dec 8, 2024 · In Python for Class XI, you'll explore the fundamentals of programming with Python, tailored specifically for Class XI students. This article breaks down key concepts such as variables, loops, and functions, making it easy for you to grasp the basics of coding.

  2. PYTHON PROGRAMS- C.SC.-XI - learnpython4cbse

    The best way we learn anything is by practising and exercising questions. We have started this section for those (beginner to intermediate) who are not familiar with Python. Hope, these exercises help you to improve your Python coding skills.

  3. [Class 11] Important programs in Python - Code + Examples

    Dec 13, 2024 · Program to sort 3 numbers in descending order using if-else statements. a = int(input( "Enter first number: " )) b = int(input( "Enter second number: " )) c = int(input( "Enter third number: " )) if. a>b: if. b>c: print( "Numbers in sorted order:" ,a, " " ,b, " " ,c) else. if. c>a: print( "Numbers in sorted order:" ,c, " " ,a, " " ,b) else. print(

  4. CBSE Class 11 | Computer Science – Python Syllabus

    Apr 21, 2025 · Develop basic computational thinking. Learn how to reason with variables, state transitions, conditionals, and iteration. Understand the notion of data types, and higher order data structures such as lists, tuples, and dictionaries. Appreciate the notion of an algorithm, and understand its structure, including how algorithms handle corner cases.

  5. Getting Started with Python Class 11 Notes Important Points

    Jul 7, 2023 · Getting Started with Python Class 11 Notes. Introduction to Python fundamentals for beginners NCERT notes for CS and IP. Simple Language and all the important points are covered.

  6. (2024-25 New Syllabus) Practical File for Class 11 Computer Science ...

    Practical List for Class 11 Computer Science (083) suggested by CBSE for Session 2024-25. Here are the programs which are suggested by CBSE for Computer Science Practical File class 11. Students should learn and practice these python programs. Program 1: Input a welcome message and display it.

  7. Computer Science with Python Class-XI - Study Trigger

    Jan 16, 2023 · Students will learn about the Python Programing Basic. They will acquire knowledge of latest computer technologies too. This course is for students and designed as per the CBSE, ICSE and other boards. Students will be …

  8. Computer Science with Python Class 11 PDF Free Download

    Oct 16, 2021 · Here is the Computer Science with Python Class 11 PDF. We have arranged all the chapters in a table and each chapter’s book PDF link is given alongside. Here you will get computer science with python textbook for class 11 examination 2021-2022.

  9. Class XI Computer Science Theory Syllabus (083): Python

    Jun 8, 2022 · Basics of Computational Thinking: Decomposition, Pattern Recognition / Data representation, Generalization/ Data Abstraction and algorithm. Features of Python, Python Character Set, Token & Identifiers, Keywords, Literals, Delimiters, operators. Comments: (Single line & Multi line/ Continuation statements), Clarity & Simplification of expression.

  10. Informatics Practices with Python: Textbook for CBSE Class XI

    This book, Informatics Practices with Python for Class XI (065), has been prepared in accordance with the latest CBSE syllabus for the 2025-26 academic session. The book focuses on teaching Python language, including programming concepts, problem solving skills, introductory NumPy for numerical computing and RDBMS operations for efficient ...

Refresh