Ch 6 Introduction to Python Packages Class 9 Notes Important Points

Ch 6 Introduction to Python Packages Class 9 Notes Important Points Ch 6 Introduction to Python Packages Class 9 Notes Important Points Introduction Till now we have learned many concepts in python such as variables, datatypes, conditional statement, loops etc. Before jumping into python packages, let us test our understanding of the concept that we … Read more

Ch 5 Python Flow Control Statement Class 9 Notes Important Points

Ch 5 Python Flow Control Statement Class 9 Notes Ch 5 Python Flow Control Statement Class 9 Notes Introduction Till now whatever the the programs we have done in Python runs from top to bottom, line by line. But what if we want our program to make decisions or repeat certain actions automatically? For example: … Read more

Ch 4 More about List and Tuple in python Class 9 Notes Important Points

Ch 4 More about List and Tuple in python Class 9 Notes Important Points Ch 4 More about List and Tuple in python Class 9 Notes Important Points Introduction In chapter 2, we have learnt about Basics of Python and simple data types like integer, strings etc. Now, we’ll explore two important data structures in … Read more

Ch 3 Introduction to tools for AI Class 9 Notes Important Points

Ch 3 Introduction to tools for AI Class 9 Notes Important Points Ch 3 Introduction to tools for AI Class 9 Notes Important Points Introduction In Chapter 1 and Chapter 2, we have already studied about algorithms, flowcharts and Python programming. Now, in this chapter we’ll explore two important tools in Python for AI – … Read more

Ch 2 Introduction to Python Class 9 Notes Important Points

Ch 2 Introduction to Python Class 9 Notes Important Points Ch 2 Introduction to Python Class 9 Notes Important Points A programming language is a language which specifies a set of instructions that can be used to produce various kinds of output. In simple Words, a programming language is a set of grammatical rules for … Read more

Ch 1: Algorithms and Flowcharts Class 9 AI Python Notes

Ch 1: Algorithms and Flowcharts Class 9 AI Python Notes Ch 1: Algorithms and Flowcharts Class 9 AI Python Notes Introduction Every machine follows a particular path of action. It goes through specific steps to accomplish the given task. For example, a microwave can warm food for us and does not perform any other functions … Read more

error: Content is protected !!