[Audio] Python The programming language Python was Created by Guido van Rossum He started working on it in December 1989 and it was first released in 1991 The name ”Python” Python is a high-level programming language IDLE Integrated Development and Learning Environment It's also open-source and free defined functions.
[Audio] What Is Python Used? Web Development Automation Scientific Computing Game Development & Networking Python Data Science & Analytics Machine Learning & AI Web Development Data Science & Analytics Machine Learning & AI Automation Scientific Computing Game Development & Networking.
[Audio] Python Features. Python Features. Easy to Write Easy to Understand Object-oriented Robust Standard Libraries Supports Various Programming Paradigms Support for Interactive Mode Dynamically typed and type Checking Database and GI-II Programrning Extensible Portable Scalable Integrated Automatic Garbage Collection Free and Open Source.
[Audio] Comparison Between Python And C C Language Python Language More complex syntax with a lot of manual memory management, which can be challenging for beginners but offers more control over system resources. Compiled language, often faster and more efficient as it directly interacts with the hardware. Requires manual memory management, which offers more control but also more responsibility. Steeper learning curve due to its low-level operations and syntax complexity..
[Audio] What Kind Of Jobs Can You Get With Python?.
[Audio] Types Of Statements Comment statement This means the compiler or interpreter . Declaration statement The purpose of this statement is to declare the variables , functions and objects . Input statement The purpose of this statement is to receive input data from the user . Output statement The purpose of this statement is to display the output data or processed data to the user . Assignment statement The purpose of this statement is to assign values to the variables . it has two parts , the L-H-S part and R-H-S part . Control statement or conditional statement,A condition is checked based on the result the flow of control is changed . Control statement or loop statement A set of statements is repeated for the required number of times . Thus the flow of control is changed.
[Audio]