1 / 9

What is the Basic use of python (7)

Python is an interpreted, interactive, object-oriented programming language. It incorporates modules, exceptions, dynamic typing, very high-level dynamic data types, and classes. It supports multiple programming paradigms beyond object-oriented programmings, such as procedural and functional programming.

Nitish13
Download Presentation

What is the Basic use of python (7)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. What is the Basic use of python Python is an interpreted, interactive, object-oriented programming language. It incorporates modules, exceptions, dynamic typing, very high level dynamic data types, and classes. It supports multiple programming paradigms beyond object- oriented programming, such as procedural and functional programming.

  2. Topic of python Strings, Lists and Tuples Conditional Execution & Loops Comprehensions Functions Modules

  3. Strings, Lists, and Tuples strings that contain only characters, lists, and tuples can contain any type of object. Lists and tuples are like arrays. Tuples like strings are immutables. Lists, strings, and tuples are ordered sequences of objects. Unlike

  4. Conditional Execution & Loops Conditional statements with the proper comparison and boolean operators allow the creation of alternate execution paths in the code. Loops allow repeated execution of the same set of statements on all the objects within a sequence. Using an index based for loop is best suited for making changes to items within a list.

  5. Comprehension s and complex process that: includes the act of simultaneously extracting and constructing meaning from text. enables readers to derive meaning from a text when they engage in intentional, problem-solving and thinking processe Comprehension is an active

  6. Functions Information functions are used to gain insight into the values of a particular field. They are typically used to derive flag fields. For example, you can use the @BLANK function to create a flag field indicating records whose values are blank for the selected field.

  7. Modules For hardware, a module is an assembly of parts designed to be added and removed from a larger system easily. An example of a hardware module is a stick of RAM. Most modules are not functional on their own. They need to be connected to a larger system or be part of a system made up of several modules

  8. Contact Us 7814550928 nitishbanga06@gmail .com banga---enabha

  9. Thanks FOR WATCHING OUR PPT

More Related